COLOR #99A987

HEX: #99A987 RGB: (153,169,135)

Color info

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

RGB color model

#99A987 color RGB value is (153,169,135).

RGB: (153,169,135) (60%, 66%, 53%)

RGB channels and saturation

R 153 of 255 = 60%
G 169 of 255 = 66%
B 135 of 255 = 53%

153
169
135

R + G + B ~ 60%. #99A987 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 153 + 169 + 135 = 457 (100%)
R 153 of 457 ~ 33.48%
G 169 of 457 ~ 36.98%
B 135 of 457 ~ 29.54'%

%33.48
%36.98
%29.54

CMYK color model

#99A987 color CMYK value is (9,0,20,34).

  • cyan value is 9.47%
  • magenta value is 0.00%
  • yellow value is 20.12%
  • key color value is 33.73%

CMYK: (9,0,20,34)
C9M0Y20K34 (9%, 0%, 20%, 34%)
(0.09 / 0.00 / 0.20 / 0.34)

CMYK percentages

%9.47
%0
%20.12
%33.73

Codes

Color #99A987 in popluar color models

99 A9 87
RGB 153 169 135
HSL 88° 16.50% 59.61%
HSB/HSV 88° 20.12% 66.27%
CMYK 9.47% 0.00% 20.12%
33.73%

Color #99A987 in popluar number systems.

HEX 99 A9 87
Decimal 153 169 135
Binary 10011001 10101001 10000111
Octal 231 251 207

Shades and tints

Shades of #99A987

#99A987
(153,169,135)
#8C9A7B
(140,154,123)
#7F8B6F
(127,139,111)
#727C63
(114,124,99)
#656D57
(101,109,87)
#585E4B
(88,94,75)
#4B4F3F
(75,79,63)
#3E4033
(62,64,51)
#313127
(49,49,39)
#24221B
(36,34,27)
#17130F
(23,19,15)
#000000
(0,0,0)

Tints of #99A987

#99A987
(153,169,135)
#A2B091
(162,176,145)
#ABB79B
(171,183,155)
#B4BEA5
(180,190,165)
#BDC5AF
(189,197,175)
#C6CCB9
(198,204,185)
#CFD3C3
(207,211,195)
#D8DACD
(216,218,205)
#E1E1D7
(225,225,215)
#EAE8E1
(234,232,225)
#F3EFEB
(243,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99A987 color. Also use rgb(153,169,135) instead hex code.

Text Font Color

.myTextColor { color: #99A987; }

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

This text font color is #99A987.

Background Color

.myBgColor { background-color: #99A987; }

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

This div background color is #99A987.

Border color

.myBorderColor { border: 1px solid #99A987; }

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

This div border color is #99A987.

Opacity

.myOpacity80 { color: #99A987; opacity: 0.8; }

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

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

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

This text has shadow with #99A987 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99A987.

Preview

Color preview on black background

This text has color #99A987 on black background.


Color preview on white background

This text has color #99A987 on white background.


Black color preview on #99A987 background

This text has black color on #99A987 background.


White color preview on #99A987 background

This text has white color on #99A987 background.


Related colors

Complementary color

Complementary color for #hex is #665678.


I love getcolorcode.com

Triadic colors

1 #8799A9 and #A98799 with #99A987 are triadic colors.

2 #87A999 and #A99987 with #99A987 are triadic colors.