COLOR #8CA99D

HEX: #8CA99D RGB: (140,169,157)

Color info

#8CA99D contains red, green and blue colors in about the same proportion. Web safe color of #8CA99D is #999999 (or #999).

RGB color model

#8CA99D color RGB value is (140,169,157).

RGB: (140,169,157) (55%, 66%, 62%)

RGB channels and saturation

R 140 of 255 = 55%
G 169 of 255 = 66%
B 157 of 255 = 62%

140
169
157

R + G + B ~ 61%. #8CA99D is quite light color.

Portions of RGB colors in percentages

R + G + B = 140 + 169 + 157 = 466 (100%)
R 140 of 466 ~ 30.04%
G 169 of 466 ~ 36.27%
B 157 of 466 ~ 33.69'%

%30.04
%36.27
%33.69

CMYK color model

#8CA99D color CMYK value is (17,0,7,34).

  • cyan value is 17.16%
  • magenta value is 0.00%
  • yellow value is 7.10%
  • key color value is 33.73%

CMYK: (17,0,7,34)
C17M0Y7K34 (17%, 0%, 7%, 34%)
(0.17 / 0.00 / 0.07 / 0.34)

CMYK percentages

%17.16
%0
%7.1
%33.73

Codes

Color #8CA99D in popluar color models

8C A9 9D
RGB 140 169 157
HSL 155° 14.43% 60.59%
HSB/HSV 155° 17.16% 66.27%
CMYK 17.16% 0.00% 7.10%
33.73%

Color #8CA99D in popluar number systems.

HEX 8C A9 9D
Decimal 140 169 157
Binary 10001100 10101001 10011101
Octal 214 251 235

Shades and tints

Shades of #8CA99D

#8CA99D
(140,169,157)
#809A8F
(128,154,143)
#748B81
(116,139,129)
#687C73
(104,124,115)
#5C6D65
(92,109,101)
#505E57
(80,94,87)
#444F49
(68,79,73)
#38403B
(56,64,59)
#2C312D
(44,49,45)
#20221F
(32,34,31)
#141311
(20,19,17)
#000000
(0,0,0)

Tints of #8CA99D

#8CA99D
(140,169,157)
#96B0A5
(150,176,165)
#A0B7AD
(160,183,173)
#AABEB5
(170,190,181)
#B4C5BD
(180,197,189)
#BECCC5
(190,204,197)
#C8D3CD
(200,211,205)
#D2DAD5
(210,218,213)
#DCE1DD
(220,225,221)
#E6E8E5
(230,232,229)
#F0EFED
(240,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CA99D color. Also use rgb(140,169,157) instead hex code.

Text Font Color

.myTextColor { color: #8CA99D; }

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

This text font color is #8CA99D.

Background Color

.myBgColor { background-color: #8CA99D; }

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

This div background color is #8CA99D.

Border color

.myBorderColor { border: 1px solid #8CA99D; }

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

This div border color is #8CA99D.

Opacity

.myOpacity80 { color: #8CA99D; opacity: 0.8; }

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

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

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

This text has shadow with #8CA99D color.


.textShadow {text-shadow: 3px 3px 1px #8CA99D', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #8CA99D; -webkit-box-shadow: 1px 1px 3px 2px #8CA99D; box-shadow:1px 1px 3px 2px #8CA99D;">
Div content here
</div>

This div box has shadow with color #8CA99D.

Preview

Color preview on black background

This text has color #8CA99D on black background.


Color preview on white background

This text has color #8CA99D on white background.


Black color preview on #8CA99D background

This text has black color on #8CA99D background.


White color preview on #8CA99D background

This text has white color on #8CA99D background.


Related colors

Complementary color

Complementary color for #hex is #735662.


I love getcolorcode.com

Triadic colors

1 #9D8CA9 and #A99D8C with #8CA99D are triadic colors.

2 #9DA98C and #A98C9D with #8CA99D are triadic colors.