COLOR #99A9BB

HEX: #99A9BB RGB: (153,169,187)

Color info

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

RGB color model

#99A9BB color RGB value is (153,169,187).

RGB: (153,169,187) (60%, 66%, 73%)

RGB channels and saturation

R 153 of 255 = 60%
G 169 of 255 = 66%
B 187 of 255 = 73%

153
169
187

R + G + B ~ 66%. #99A9BB is quite light color.

Portions of RGB colors in percentages

R + G + B = 153 + 169 + 187 = 509 (100%)
R 153 of 509 ~ 30.06%
G 169 of 509 ~ 33.2%
B 187 of 509 ~ 36.74'%

%30.06
%33.2
%36.74

CMYK color model

#99A9BB color CMYK value is (18,10,0,27).

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

CMYK: (18,10,0,27)
C18M10Y0K27 (18%, 10%, 0%, 27%)
(0.18 / 0.10 / 0.00 / 0.27)

CMYK percentages

%18.18
%9.63
%0
%26.67

Codes

Color #99A9BB in popluar color models

99 A9 BB
RGB 153 169 187
HSL 212° 20.00% 66.67%
HSB/HSV 212° 18.18% 73.33%
CMYK 18.18% 9.63% 0.00%
26.67%

Color #99A9BB in popluar number systems.

HEX 99 A9 BB
Decimal 153 169 187
Binary 10011001 10101001 10111011
Octal 231 251 273

Shades and tints

Shades of #99A9BB

#99A9BB
(153,169,187)
#8C9AAA
(140,154,170)
#7F8B99
(127,139,153)
#727C88
(114,124,136)
#656D77
(101,109,119)
#585E66
(88,94,102)
#4B4F55
(75,79,85)
#3E4044
(62,64,68)
#313133
(49,49,51)
#242222
(36,34,34)
#171311
(23,19,17)
#000000
(0,0,0)

Tints of #99A9BB

#99A9BB
(153,169,187)
#A2B0C1
(162,176,193)
#ABB7C7
(171,183,199)
#B4BECD
(180,190,205)
#BDC5D3
(189,197,211)
#C6CCD9
(198,204,217)
#CFD3DF
(207,211,223)
#D8DAE5
(216,218,229)
#E1E1EB
(225,225,235)
#EAE8F1
(234,232,241)
#F3EFF7
(243,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99A9BB; }

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

This text font color is #99A9BB.

Background Color

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

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

This div background color is #99A9BB.

Border color

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

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

This div border color is #99A9BB.

Opacity

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

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

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

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

This text has shadow with #99A9BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99A9BB.

Preview

Color preview on black background

This text has color #99A9BB on black background.


Color preview on white background

This text has color #99A9BB on white background.


Black color preview on #99A9BB background

This text has black color on #99A9BB background.


White color preview on #99A9BB background

This text has white color on #99A9BB background.


Related colors

Complementary color

Complementary color for #hex is #665644.


I love getcolorcode.com

Triadic colors

1 #BB99A9 and #A9BB99 with #99A9BB are triadic colors.

2 #BBA999 and #A999BB with #99A9BB are triadic colors.