COLOR #698170

HEX: #698170
RGB: (105,129,112)

Color info

#698170 contains red, green and blue colors in about the same proportion. Web safe color of #698170 is #669966 (or #696).

RGB color model

#698170 color RGB value is (105,129,112).

  • red value is 105;
  • green value is 129;
  • blue value is 112.
RGB:
(105,129,112)
(41%,51%,44%)

RGB channels and saturation

R 105 of 255 = 41%
G 129 of 255 = 51%
B 112 of 255 = 44%

105
129
112

R + G + B ~ 45%. #698170 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
105 + 129 + 112 = 346 (100%)
R 105 of 346 ~ 30.35%
G 129 of 346 ~ 37.28%
B 112 of 346 ~ 32.37%

%30.35
%37.28
%32.37

CMYK color model

#698170 color CMYK value is (19,0,13,49).

  • cyan value is 18.60%
  • magenta value is 0.00%
  • yellow value is 13.18%
  • key color value is 49.41%
CMYK:
(19,0,13,49)
C19M0Y13K49 
(19%,0%,13%,49%)
(0.19/0.00/0.13/0.49)	

CMYK percentages

%18.6
%0
%13.18
%49.41

Codes

Color #698170 in popluar color models

698170
RGB105129112
HSL138°10.26%45.88%
HSB/HSV138°18.60%50.59%
CMYK18.60%0.00%13.18%
49.41%

Color #698170 in popluar number systems.

HEX698170
Decimal105129112
Binary1101001100000011110000
Octal151201160

Shades and tints

Shades of #698170

#698170
(105,129,112)
#607666
(96,118,102)
#576B5C
(87,107,92)
#4E6052
(78,96,82)
#455548
(69,85,72)
#3C4A3E
(60,74,62)
#333F34
(51,63,52)
#2A342A
(42,52,42)
#212920
(33,41,32)
#181E16
(24,30,22)
#0F130C
(15,19,12)
#000000
(0,0,0)

Tints of #698170

#698170
(105,129,112)
#768C7D
(118,140,125)
#83978A
(131,151,138)
#90A297
(144,162,151)
#9DADA4
(157,173,164)
#AAB8B1
(170,184,177)
#B7C3BE
(183,195,190)
#C4CECB
(196,206,203)
#D1D9D8
(209,217,216)
#DEE4E5
(222,228,229)
#EBEFF2
(235,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #698170 color. Also use rgb(105,129,112) instead hex code.

Text Font Color

.myTextColor { color: #698170; }

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

This text font color is #698170.


Background Color

.myBgColor { background-color: #698170; }

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

This div background color is #698170.


Border color

.myBorderColor { border: 1px solid #698170; }

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

This div border color is #698170.


Opacity

.myOpacity80 { color: #698170; opacity: 0.8; }

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

Text with #698170 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 #698170;}

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

This text has shadow with #698170 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #698170 on black background.


Color preview on white background

This text has color #698170 on white background.



Black color preview on #698170 background

This text has black color on #698170 background.


White color preview on #698170 background

This text has white color on #698170 background.