COLOR #99A287

HEX: #99A287
RGB: (153,162,135)

Color info

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

RGB color model

#99A287 color RGB value is (153,162,135).

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

RGB channels and saturation

R 153 of 255 = 60%
G 162 of 255 = 64%
B 135 of 255 = 53%

153
162
135

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

Portions of RGB colors in percentages

R + G + B =
153 + 162 + 135 = 450 (100%)
R 153 of 450 ~ 34%
G 162 of 450 ~ 36%
B 135 of 450 ~ 30%

%34
%36
%30

CMYK color model

#99A287 color CMYK value is (6,0,17,36).

  • cyan value is 5.56%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 36.47%
CMYK:
(6,0,17,36)
C6M0Y17K36 
(6%,0%,17%,36%)
(0.06/0.00/0.17/0.36)	

CMYK percentages

%5.56
%0
%16.67
%36.47

Codes

Color #99A287 in popluar color models

99A287
RGB153162135
HSL80°12.68%58.24%
HSB/HSV80°16.67%63.53%
CMYK5.56%0.00%16.67%
36.47%

Color #99A287 in popluar number systems.

HEX99A287
Decimal153162135
Binary100110011010001010000111
Octal231242207

Shades and tints

Shades of #99A287

#99A287
(153,162,135)
#8C947B
(140,148,123)
#7F866F
(127,134,111)
#727863
(114,120,99)
#656A57
(101,106,87)
#585C4B
(88,92,75)
#4B4E3F
(75,78,63)
#3E4033
(62,64,51)
#313227
(49,50,39)
#24241B
(36,36,27)
#17160F
(23,22,15)
#000000
(0,0,0)

Tints of #99A287

#99A287
(153,162,135)
#A2AA91
(162,170,145)
#ABB29B
(171,178,155)
#B4BAA5
(180,186,165)
#BDC2AF
(189,194,175)
#C6CAB9
(198,202,185)
#CFD2C3
(207,210,195)
#D8DACD
(216,218,205)
#E1E2D7
(225,226,215)
#EAEAE1
(234,234,225)
#F3F2EB
(243,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99A287; }

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

This text font color is #99A287.


Background Color

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

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

This div background color is #99A287.


Border color

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

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

This div border color is #99A287.


Opacity

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

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

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

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

This text has shadow with #99A287 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99A287 on black background.


Color preview on white background

This text has color #99A287 on white background.



Black color preview on #99A287 background

This text has black color on #99A287 background.


White color preview on #99A287 background

This text has white color on #99A287 background.