COLOR #99AD8B

HEX: #99AD8B
RGB: (153,173,139)

Color info

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

RGB color model

#99AD8B color RGB value is (153,173,139).

  • red value is 153;
  • green value is 173;
  • blue value is 139.
RGB:
(153,173,139)
(60%,68%,55%)

RGB channels and saturation

R 153 of 255 = 60%
G 173 of 255 = 68%
B 139 of 255 = 55%

153
173
139

R + G + B ~ 61%. #99AD8B is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 173 + 139 = 465 (100%)
R 153 of 465 ~ 32.9%
G 173 of 465 ~ 37.2%
B 139 of 465 ~ 29.89%

%32.9
%37.2
%29.89

CMYK color model

#99AD8B color CMYK value is (12,0,20,32).

  • cyan value is 11.56%
  • magenta value is 0.00%
  • yellow value is 19.65%
  • key color value is 32.16%
CMYK:
(12,0,20,32)
C12M0Y20K32 
(12%,0%,20%,32%)
(0.12/0.00/0.20/0.32)	

CMYK percentages

%11.56
%0
%19.65
%32.16

Codes

Color #99AD8B in popluar color models

99AD8B
RGB153173139
HSL95°17.17%61.18%
HSB/HSV95°19.65%67.84%
CMYK11.56%0.00%19.65%
32.16%

Color #99AD8B in popluar number systems.

HEX99AD8B
Decimal153173139
Binary100110011010110110001011
Octal231255213

Shades and tints

Shades of #99AD8B

#99AD8B
(153,173,139)
#8C9E7F
(140,158,127)
#7F8F73
(127,143,115)
#728067
(114,128,103)
#65715B
(101,113,91)
#58624F
(88,98,79)
#4B5343
(75,83,67)
#3E4437
(62,68,55)
#31352B
(49,53,43)
#24261F
(36,38,31)
#171713
(23,23,19)
#000000
(0,0,0)

Tints of #99AD8B

#99AD8B
(153,173,139)
#A2B495
(162,180,149)
#ABBB9F
(171,187,159)
#B4C2A9
(180,194,169)
#BDC9B3
(189,201,179)
#C6D0BD
(198,208,189)
#CFD7C7
(207,215,199)
#D8DED1
(216,222,209)
#E1E5DB
(225,229,219)
#EAECE5
(234,236,229)
#F3F3EF
(243,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99AD8B color. Also use rgb(153,173,139) instead hex code.

Text Font Color

.myTextColor { color: #99AD8B; }

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

This text font color is #99AD8B.


Background Color

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

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

This div background color is #99AD8B.


Border color

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

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

This div border color is #99AD8B.


Opacity

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

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

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

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

This text has shadow with #99AD8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99AD8B on black background.


Color preview on white background

This text has color #99AD8B on white background.



Black color preview on #99AD8B background

This text has black color on #99AD8B background.


White color preview on #99AD8B background

This text has white color on #99AD8B background.