COLOR #99A87F

HEX: #99A87F
RGB: (153,168,127)

Color info

#99A87F contains red, green and blue colors in about the same proportion. Web safe color of #99A87F is #999966 (or #996).

RGB color model

#99A87F color RGB value is (153,168,127).

  • red value is 153;
  • green value is 168;
  • blue value is 127.
RGB:
(153,168,127)
(60%,66%,50%)

RGB channels and saturation

R 153 of 255 = 60%
G 168 of 255 = 66%
B 127 of 255 = 50%

153
168
127

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

Portions of RGB colors in percentages

R + G + B =
153 + 168 + 127 = 448 (100%)
R 153 of 448 ~ 34.15%
G 168 of 448 ~ 37.5%
B 127 of 448 ~ 28.35%

%34.15
%37.5
%28.35

CMYK color model

#99A87F color CMYK value is (9,0,24,34).

  • cyan value is 8.93%
  • magenta value is 0.00%
  • yellow value is 24.40%
  • key color value is 34.12%
CMYK:
(9,0,24,34)
C9M0Y24K34 
(9%,0%,24%,34%)
(0.09/0.00/0.24/0.34)	

CMYK percentages

%8.93
%0
%24.4
%34.12

Codes

Color #99A87F in popluar color models

99A87F
RGB153168127
HSL82°19.07%57.84%
HSB/HSV82°24.40%65.88%
CMYK8.93%0.00%24.40%
34.12%

Color #99A87F in popluar number systems.

HEX99A87F
Decimal153168127
Binary10011001101010001111111
Octal231250177

Shades and tints

Shades of #99A87F

#99A87F
(153,168,127)
#8C9974
(140,153,116)
#7F8A69
(127,138,105)
#727B5E
(114,123,94)
#656C53
(101,108,83)
#585D48
(88,93,72)
#4B4E3D
(75,78,61)
#3E3F32
(62,63,50)
#313027
(49,48,39)
#24211C
(36,33,28)
#171211
(23,18,17)
#000000
(0,0,0)

Tints of #99A87F

#99A87F
(153,168,127)
#A2AF8A
(162,175,138)
#ABB695
(171,182,149)
#B4BDA0
(180,189,160)
#BDC4AB
(189,196,171)
#C6CBB6
(198,203,182)
#CFD2C1
(207,210,193)
#D8D9CC
(216,217,204)
#E1E0D7
(225,224,215)
#EAE7E2
(234,231,226)
#F3EEED
(243,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99A87F color. Also use rgb(153,168,127) instead hex code.

Text Font Color

.myTextColor { color: #99A87F; }

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

This text font color is #99A87F.


Background Color

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

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

This div background color is #99A87F.


Border color

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

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

This div border color is #99A87F.


Opacity

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

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

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

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

This text has shadow with #99A87F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99A87F on black background.


Color preview on white background

This text has color #99A87F on white background.



Black color preview on #99A87F background

This text has black color on #99A87F background.


White color preview on #99A87F background

This text has white color on #99A87F background.