COLOR #698F7D

HEX: #698F7D
RGB: (105,143,125)

Renk bilgisi

#698F7D contains red, green and blue colors in about the same proportion. #698F7D ‘ nin web güvenlik rengi #669966 (ya da #696) dir.

RGB renk modeli

#698F7D color RGB value is (105,143,125).

  • kırmız ton 105;
  • yeşil ton 143;
  • mavi ton 125.
RGB:
(105,143,125)
(41%,56%,49%)

RGB bağlantıları ve doygunluk

R 105 of 255 = 41%
G 143 of 255 = 56%
B 125 of 255 = 49%

105
143
125

R + G + B ~ 49%. #698F7D is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
105 + 143 + 125 = 373 (100%)
R 105 of 373 ~ 28.15%
G 143 of 373 ~ 38.34%
B 125 of 373 ~ 33.51%

%28.15
%38.34
%33.51

CMYK RENK MODELİ

#698F7D rengi CMYK tonu (27,0,13,44).

  • camgöbeği tonu 26.57%
  • eflatun tonu 0.00%
  • sarı tonu 12.59%
  • ana renk tonu 43.92%
CMYK:
(27,0,13,44)
C27M0Y13K44 
(27%,0%,13%,44%)
(0.27/0.00/0.13/0.44)	

CMYK yüzdeleri

%26.57
%0
%12.59
%43.92

Codes

Color #698F7D in popluar color models

698F7D
RGB105143125
HSL152°15.32%48.63%
HSB/HSV152°26.57%56.08%
CMYK26.57%0.00%12.59%
43.92%

Color #698F7D in popluar number systems.

HEX698F7D
Decimal105143125
Binary1101001100011111111101
Octal151217175

Shades and tints

Shades of #698F7D

#698F7D
(105,143,125)
#608272
(96,130,114)
#577567
(87,117,103)
#4E685C
(78,104,92)
#455B51
(69,91,81)
#3C4E46
(60,78,70)
#33413B
(51,65,59)
#2A3430
(42,52,48)
#212725
(33,39,37)
#181A1A
(24,26,26)
#0F0D0F
(15,13,15)
#000000
(0,0,0)

Tints of #698F7D

#698F7D
(105,143,125)
#769988
(118,153,136)
#83A393
(131,163,147)
#90AD9E
(144,173,158)
#9DB7A9
(157,183,169)
#AAC1B4
(170,193,180)
#B7CBBF
(183,203,191)
#C4D5CA
(196,213,202)
#D1DFD5
(209,223,213)
#DEE9E0
(222,233,224)
#EBF3EB
(235,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #698F7D color. Also use rgb(105,143,125) instead hex code.

Text Font Color

.myTextColor { color: #698F7D; }

<p style="color:#698F7D">This sample text font color is #698F7D.</p>

This text font color is #698F7D.


Background Color

.myBgColor { background-color: #698F7D; }

<div style="background-color:#698F7D">Inner text</div>

This div background color is #698F7D.


Border color

.myBorderColor { border: 1px solid #698F7D; }

<div style="border:3px solid #698F7D">Div</div>

This div border color is #698F7D.


Opacity

.myOpacity80 { color: #698F7D; opacity: 0.8; }

<p style="color:#698F7D;opacity:0.8;">80%</p>

Text with #698F7D color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #698F7D;}

<p style="text-shadow: 3px 3px 1px #698F7D">Text here.</p>

This text has shadow with #698F7D color.

.textShadow {text-shadow: 3px 3px 1px #698F7D, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #698F7D, 5px 5px 20px red">Text here.</p>

This text has shadow with #698F7D primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#698F7D, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#698F7D, Direction=45, Strength=4)">Text</p>

This text has shadow with #698F7D and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #698F7D;
  -webkit-box-shadow:	1px 1px 3px 2px #698F7D;
  box-shadow:		1px 1px 3px 2px #698F7D;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #698F7D;
-webkit-box-shadow: 1px 1px 3px 2px #698F7D;
box-shadow:1px 1px 3px 2px #698F7D;">
Div content here</div>
This div box has shadow with color #698F7D.

Preview

Color preview on black background

This text has color #698F7D on black background.


Color preview on white background

This text has color #698F7D on white background.



Black color preview on #698F7D background

This text has black color on #698F7D background.


White color preview on #698F7D background

This text has white color on #698F7D background.