COLOR #99AABB

HEX: #99AABB RGB: (153,170,187)

Color info

#99AABB contains red, green and blue colors in about the same proportion. Web safe color of #99AABB is #9999CC (or #99C).

RGB color model

#99AABB color RGB value is (153,170,187).

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

RGB channels and saturation

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

153
170
187

R + G + B ~ 67%. #99AABB is quite light color.

Portions of RGB colors in percentages

R + G + B = 153 + 170 + 187 = 510 (100%)
R 153 of 510 ~ 30%
G 170 of 510 ~ 33.33%
B 187 of 510 ~ 36.67'%

%30
%33.33
%36.67

CMYK color model

#99AABB color CMYK value is (18,9,0,27).

  • cyan value is 18.18%
  • magenta value is 9.09%
  • yellow value is 0.00%
  • key color value is 26.67%

CMYK: (18,9,0,27)
C18M9Y0K27 (18%, 9%, 0%, 27%)
(0.18 / 0.09 / 0.00 / 0.27)

CMYK percentages

%18.18
%9.09
%0
%26.67

Codes

Color #99AABB in popluar color models

99 AA BB
RGB 153 170 187
HSL 210° 20.00% 66.67%
HSB/HSV 210° 18.18% 73.33%
CMYK 18.18% 9.09% 0.00%
26.67%

Color #99AABB in popluar number systems.

HEX 99 AA BB
Decimal 153 170 187
Binary 10011001 10101010 10111011
Octal 231 252 273

Shades and tints

Shades of #99AABB

#99AABB
(153,170,187)
#8C9BAA
(140,155,170)
#7F8C99
(127,140,153)
#727D88
(114,125,136)
#656E77
(101,110,119)
#585F66
(88,95,102)
#4B5055
(75,80,85)
#3E4144
(62,65,68)
#313233
(49,50,51)
#242322
(36,35,34)
#171411
(23,20,17)
#000000
(0,0,0)

Tints of #99AABB

#99AABB
(153,170,187)
#A2B1C1
(162,177,193)
#ABB8C7
(171,184,199)
#B4BFCD
(180,191,205)
#BDC6D3
(189,198,211)
#C6CDD9
(198,205,217)
#CFD4DF
(207,212,223)
#D8DBE5
(216,219,229)
#E1E2EB
(225,226,235)
#EAE9F1
(234,233,241)
#F3F0F7
(243,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99AABB; }

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

This text font color is #99AABB.

Background Color

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

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

This div background color is #99AABB.

Border color

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

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

This div border color is #99AABB.

Opacity

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

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

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

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

This text has shadow with #99AABB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99AABB.

Preview

Color preview on black background

This text has color #99AABB on black background.


Color preview on white background

This text has color #99AABB on white background.


Black color preview on #99AABB background

This text has black color on #99AABB background.


White color preview on #99AABB background

This text has white color on #99AABB background.


Related colors

Complementary color

Complementary color for #hex is #665544.


I love getcolorcode.com

Triadic colors

1 #BB99AA and #AABB99 with #99AABB are triadic colors.

2 #BBAA99 and #AA99BB with #99AABB are triadic colors.