COLOR #99AAAD

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

Color info

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

RGB color model

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

RGB: (153,170,173) (60%, 67%, 68%)

RGB channels and saturation

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

153
170
173

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

Portions of RGB colors in percentages

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

%30.85
%34.27
%34.88

CMYK color model

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

  • cyan value is 11.56%
  • magenta value is 1.73%
  • yellow value is 0.00%
  • key color value is 32.16%

CMYK: (12,2,0,32)
C12M2Y0K32 (12%, 2%, 0%, 32%)
(0.12 / 0.02 / 0.00 / 0.32)

CMYK percentages

%11.56
%1.73
%0
%32.16

Codes

Color #99AAAD in popluar color models

99 AA AD
RGB 153 170 173
HSL 189° 10.87% 63.92%
HSB/HSV 189° 11.56% 67.84%
CMYK 11.56% 1.73% 0.00%
32.16%

Color #99AAAD in popluar number systems.

HEX 99 AA AD
Decimal 153 170 173
Binary 10011001 10101010 10101101
Octal 231 252 255

Shades and tints

Shades of #99AAAD

#99AAAD
(153,170,173)
#8C9B9E
(140,155,158)
#7F8C8F
(127,140,143)
#727D80
(114,125,128)
#656E71
(101,110,113)
#585F62
(88,95,98)
#4B5053
(75,80,83)
#3E4144
(62,65,68)
#313235
(49,50,53)
#242326
(36,35,38)
#171417
(23,20,23)
#000000
(0,0,0)

Tints of #99AAAD

#99AAAD
(153,170,173)
#A2B1B4
(162,177,180)
#ABB8BB
(171,184,187)
#B4BFC2
(180,191,194)
#BDC6C9
(189,198,201)
#C6CDD0
(198,205,208)
#CFD4D7
(207,212,215)
#D8DBDE
(216,219,222)
#E1E2E5
(225,226,229)
#EAE9EC
(234,233,236)
#F3F0F3
(243,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99AAAD; }

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

This text font color is #99AAAD.

Background Color

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

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

This div background color is #99AAAD.

Border color

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

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

This div border color is #99AAAD.

Opacity

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

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

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

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

This text has shadow with #99AAAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99AAAD.

Preview

Color preview on black background

This text has color #99AAAD on black background.


Color preview on white background

This text has color #99AAAD on white background.


Black color preview on #99AAAD background

This text has black color on #99AAAD background.


White color preview on #99AAAD background

This text has white color on #99AAAD background.


Related colors

Complementary color

Complementary color for #hex is #665552.


I love getcolorcode.com

Triadic colors

1 #AD99AA and #AAAD99 with #99AAAD are triadic colors.

2 #ADAA99 and #AA99AD with #99AAAD are triadic colors.