COLOR #99A2BB

HEX: #99A2BB RGB: (153,162,187)

Color info

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

RGB color model

#99A2BB color RGB value is (153,162,187).

RGB: (153,162,187) (60%, 64%, 73%)

RGB channels and saturation

R 153 of 255 = 60%
G 162 of 255 = 64%
B 187 of 255 = 73%

153
162
187

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

Portions of RGB colors in percentages

R + G + B = 153 + 162 + 187 = 502 (100%)
R 153 of 502 ~ 30.48%
G 162 of 502 ~ 32.27%
B 187 of 502 ~ 37.25'%

%30.48
%32.27
%37.25

CMYK color model

#99A2BB color CMYK value is (18,13,0,27).

  • cyan value is 18.18%
  • magenta value is 13.37%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK: (18,13,0,27) C18M13Y0K27 (18%,13%,0%,27%) (0.18/0.13/0.00/0.27) 

CMYK percentages

%18.18
%13.37
%0
%26.67

Codes

Color #99A2BB in popluar color models

99 A2 BB
RGB 153 162 187
HSL 224° 20.00% 66.67%
HSB/HSV 224° 18.18% 73.33%
CMYK 18.18% 13.37% 0.00%
26.67%

Color #99A2BB in popluar number systems.

HEX 99 A2 BB
Decimal 153 162 187
Binary 10011001 10100010 10111011
Octal 231 242 273

Shades and tints

Shades of #99A2BB

#99A2BB
(153,162,187)
#8C94AA
(140,148,170)
#7F8699
(127,134,153)
#727888
(114,120,136)
#656A77
(101,106,119)
#585C66
(88,92,102)
#4B4E55
(75,78,85)
#3E4044
(62,64,68)
#313233
(49,50,51)
#242422
(36,36,34)
#171611
(23,22,17)
#000000
(0,0,0)

Tints of #99A2BB

#99A2BB
(153,162,187)
#A2AAC1
(162,170,193)
#ABB2C7
(171,178,199)
#B4BACD
(180,186,205)
#BDC2D3
(189,194,211)
#C6CAD9
(198,202,217)
#CFD2DF
(207,210,223)
#D8DAE5
(216,218,229)
#E1E2EB
(225,226,235)
#EAEAF1
(234,234,241)
#F3F2F7
(243,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99A2BB; }

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

This text font color is #99A2BB.

Background Color

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

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

This div background color is #99A2BB.

Border color

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

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

This div border color is #99A2BB.

Opacity

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

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

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

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

This text has shadow with #99A2BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99A2BB.

Preview

Color preview on black background

This text has color #99A2BB on black background.


Color preview on white background

This text has color #99A2BB on white background.


Black color preview on #99A2BB background

This text has black color on #99A2BB background.


White color preview on #99A2BB background

This text has white color on #99A2BB background.


Related colors

Complementary color

Complementary color for #hex is #665D44.


I love getcolorcode.com

Triadic colors

1 #BB99A2 and #A2BB99 with #99A2BB are triadic colors.

2 #BBA299 and #A299BB with #99A2BB are triadic colors.