COLOR #99A787

HEX: #99A787
RGB: (153,167,135)

Color info

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

RGB color model

#99A787 color RGB value is (153,167,135).

  • red value is 153;
  • green value is 167;
  • blue value is 135.
RGB:
(153,167,135)
(60%,65%,53%)

RGB channels and saturation

R 153 of 255 = 60%
G 167 of 255 = 65%
B 135 of 255 = 53%

153
167
135

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

Portions of RGB colors in percentages

R + G + B =
153 + 167 + 135 = 455 (100%)
R 153 of 455 ~ 33.63%
G 167 of 455 ~ 36.7%
B 135 of 455 ~ 29.67%

%33.63
%36.7
%29.67

CMYK color model

#99A787 color CMYK value is (8,0,19,35).

  • cyan value is 8.38%
  • magenta value is 0.00%
  • yellow value is 19.16%
  • key color value is 34.51%
CMYK:
(8,0,19,35)
C8M0Y19K35 
(8%,0%,19%,35%)
(0.08/0.00/0.19/0.35)	

CMYK percentages

%8.38
%0
%19.16
%34.51

Codes

Color #99A787 in popluar color models

99A787
RGB153167135
HSL86°15.38%59.22%
HSB/HSV86°19.16%65.49%
CMYK8.38%0.00%19.16%
34.51%

Color #99A787 in popluar number systems.

HEX99A787
Decimal153167135
Binary100110011010011110000111
Octal231247207

Shades and tints

Shades of #99A787

#99A787
(153,167,135)
#8C987B
(140,152,123)
#7F896F
(127,137,111)
#727A63
(114,122,99)
#656B57
(101,107,87)
#585C4B
(88,92,75)
#4B4D3F
(75,77,63)
#3E3E33
(62,62,51)
#312F27
(49,47,39)
#24201B
(36,32,27)
#17110F
(23,17,15)
#000000
(0,0,0)

Tints of #99A787

#99A787
(153,167,135)
#A2AF91
(162,175,145)
#ABB79B
(171,183,155)
#B4BFA5
(180,191,165)
#BDC7AF
(189,199,175)
#C6CFB9
(198,207,185)
#CFD7C3
(207,215,195)
#D8DFCD
(216,223,205)
#E1E7D7
(225,231,215)
#EAEFE1
(234,239,225)
#F3F7EB
(243,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99A787; }

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

This text font color is #99A787.


Background Color

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

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

This div background color is #99A787.


Border color

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

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

This div border color is #99A787.


Opacity

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

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

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

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

This text has shadow with #99A787 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99A787 on black background.


Color preview on white background

This text has color #99A787 on white background.



Black color preview on #99A787 background

This text has black color on #99A787 background.


White color preview on #99A787 background

This text has white color on #99A787 background.