COLOR #99ADAA

HEX: #99ADAA
RGB: (153,173,170)

Color info

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

RGB color model

#99ADAA color RGB value is (153,173,170).

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

RGB channels and saturation

R 153 of 255 = 60%
G 173 of 255 = 68%
B 170 of 255 = 67%

153
173
170

R + G + B ~ 65%. #99ADAA is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 173 + 170 = 496 (100%)
R 153 of 496 ~ 30.85%
G 173 of 496 ~ 34.88%
B 170 of 496 ~ 34.27%

%30.85
%34.88
%34.27

CMYK color model

#99ADAA color CMYK value is (12,0,2,32).

  • cyan value is 11.56%
  • magenta value is 0.00%
  • yellow value is 1.73%
  • key color value is 32.16%
CMYK:
(12,0,2,32)
C12M0Y2K32 
(12%,0%,2%,32%)
(0.12/0.00/0.02/0.32)	

CMYK percentages

%11.56
%0
%1.73
%32.16

Codes

Color #99ADAA in popluar color models

99ADAA
RGB153173170
HSL171°10.87%63.92%
HSB/HSV171°11.56%67.84%
CMYK11.56%0.00%1.73%
32.16%

Color #99ADAA in popluar number systems.

HEX99ADAA
Decimal153173170
Binary100110011010110110101010
Octal231255252

Shades and tints

Shades of #99ADAA

#99ADAA
(153,173,170)
#8C9E9B
(140,158,155)
#7F8F8C
(127,143,140)
#72807D
(114,128,125)
#65716E
(101,113,110)
#58625F
(88,98,95)
#4B5350
(75,83,80)
#3E4441
(62,68,65)
#313532
(49,53,50)
#242623
(36,38,35)
#171714
(23,23,20)
#000000
(0,0,0)

Tints of #99ADAA

#99ADAA
(153,173,170)
#A2B4B1
(162,180,177)
#ABBBB8
(171,187,184)
#B4C2BF
(180,194,191)
#BDC9C6
(189,201,198)
#C6D0CD
(198,208,205)
#CFD7D4
(207,215,212)
#D8DEDB
(216,222,219)
#E1E5E2
(225,229,226)
#EAECE9
(234,236,233)
#F3F3F0
(243,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99ADAA; }

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

This text font color is #99ADAA.


Background Color

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

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

This div background color is #99ADAA.


Border color

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

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

This div border color is #99ADAA.


Opacity

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

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

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

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

This text has shadow with #99ADAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99ADAA on black background.


Color preview on white background

This text has color #99ADAA on white background.



Black color preview on #99ADAA background

This text has black color on #99ADAA background.


White color preview on #99ADAA background

This text has white color on #99ADAA background.