COLOR #9999AA

HEX: #9999AA RGB: (153,153,170)

Color info

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

RGB color model

#9999AA color RGB value is (153,153,170).

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

RGB channels and saturation

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

153
153
170

R + G + B ~ 62%. #9999AA is quite light color.

Portions of RGB colors in percentages

R + G + B = 153 + 153 + 170 = 476 (100%)
R 153 of 476 ~ 32.14%
G 153 of 476 ~ 32.14%
B 170 of 476 ~ 35.71'%

%32.14
%32.14
%35.71

CMYK color model

#9999AA color CMYK value is (10,10,0,33).

  • cyan value is 10.00%
  • magenta value is 10.00%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (10,10,0,33)
C10M10Y0K33 (10%, 10%, 0%, 33%)
(0.10 / 0.10 / 0.00 / 0.33)

CMYK percentages

%10
%10
%0
%33.33

Codes

Color #9999AA in popluar color models

99 99 AA
RGB 153 153 170
HSL 240° 9.09% 63.33%
HSB/HSV 240° 10.00% 66.67%
CMYK 10.00% 10.00% 0.00%
33.33%

Color #9999AA in popluar number systems.

HEX 99 99 AA
Decimal 153 153 170
Binary 10011001 10011001 10101010
Octal 231 231 252

Shades and tints

Shades of #9999AA

#9999AA
(153,153,170)
#8C8C9B
(140,140,155)
#7F7F8C
(127,127,140)
#72727D
(114,114,125)
#65656E
(101,101,110)
#58585F
(88,88,95)
#4B4B50
(75,75,80)
#3E3E41
(62,62,65)
#313132
(49,49,50)
#242423
(36,36,35)
#171714
(23,23,20)
#000000
(0,0,0)

Tints of #9999AA

#9999AA
(153,153,170)
#A2A2B1
(162,162,177)
#ABABB8
(171,171,184)
#B4B4BF
(180,180,191)
#BDBDC6
(189,189,198)
#C6C6CD
(198,198,205)
#CFCFD4
(207,207,212)
#D8D8DB
(216,216,219)
#E1E1E2
(225,225,226)
#EAEAE9
(234,234,233)
#F3F3F0
(243,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9999AA; }

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

This text font color is #9999AA.

Background Color

.myBgColor { background-color: #9999AA; }

<div style="background-color:#9999AA">Inner text</div>

This div background color is #9999AA.

Border color

.myBorderColor { border: 1px solid #9999AA; }

<div style="border:3px solid #9999AA">Div</div>

This div border color is #9999AA.

Opacity

.myOpacity80 { color: #9999AA; opacity: 0.8; }

<p style="color:#9999AA;opacity:0.8;">80%</p>

Text with #9999AA 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 #9999AA;}

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

This text has shadow with #9999AA color.


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

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

This text has shadow with #9999AA primary color and red secondary color.


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

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

This text has shadow with #9999AA and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #9999AA.

Preview

Color preview on black background

This text has color #9999AA on black background.


Color preview on white background

This text has color #9999AA on white background.


Black color preview on #9999AA background

This text has black color on #9999AA background.


White color preview on #9999AA background

This text has white color on #9999AA background.


Related colors

Complementary color

Complementary color for #hex is #666655.


I love getcolorcode.com