COLOR #99AD9B

HEX: #99AD9B
RGB: (153,173,155)

Color info

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

RGB color model

#99AD9B color RGB value is (153,173,155).

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

RGB channels and saturation

R 153 of 255 = 60%
G 173 of 255 = 68%
B 155 of 255 = 61%

153
173
155

R + G + B ~ 63%. #99AD9B is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 173 + 155 = 481 (100%)
R 153 of 481 ~ 31.81%
G 173 of 481 ~ 35.97%
B 155 of 481 ~ 32.22%

%31.81
%35.97
%32.22

CMYK color model

#99AD9B color CMYK value is (12,0,10,32).

  • cyan value is 11.56%
  • magenta value is 0.00%
  • yellow value is 10.40%
  • key color value is 32.16%
CMYK:
(12,0,10,32)
C12M0Y10K32 
(12%,0%,10%,32%)
(0.12/0.00/0.10/0.32)	

CMYK percentages

%11.56
%0
%10.4
%32.16

Codes

Color #99AD9B in popluar color models

99AD9B
RGB153173155
HSL126°10.87%63.92%
HSB/HSV126°11.56%67.84%
CMYK11.56%0.00%10.40%
32.16%

Color #99AD9B in popluar number systems.

HEX99AD9B
Decimal153173155
Binary100110011010110110011011
Octal231255233

Shades and tints

Shades of #99AD9B

#99AD9B
(153,173,155)
#8C9E8D
(140,158,141)
#7F8F7F
(127,143,127)
#728071
(114,128,113)
#657163
(101,113,99)
#586255
(88,98,85)
#4B5347
(75,83,71)
#3E4439
(62,68,57)
#31352B
(49,53,43)
#24261D
(36,38,29)
#17170F
(23,23,15)
#000000
(0,0,0)

Tints of #99AD9B

#99AD9B
(153,173,155)
#A2B4A4
(162,180,164)
#ABBBAD
(171,187,173)
#B4C2B6
(180,194,182)
#BDC9BF
(189,201,191)
#C6D0C8
(198,208,200)
#CFD7D1
(207,215,209)
#D8DEDA
(216,222,218)
#E1E5E3
(225,229,227)
#EAECEC
(234,236,236)
#F3F3F5
(243,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99AD9B; }

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

This text font color is #99AD9B.


Background Color

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

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

This div background color is #99AD9B.


Border color

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

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

This div border color is #99AD9B.


Opacity

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

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

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

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

This text has shadow with #99AD9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99AD9B on black background.


Color preview on white background

This text has color #99AD9B on white background.



Black color preview on #99AD9B background

This text has black color on #99AD9B background.


White color preview on #99AD9B background

This text has white color on #99AD9B background.