COLOR #99A5BB

HEX: #99A5BB RGB: (153,165,187)

Color info

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

RGB color model

#99A5BB color RGB value is (153,165,187).

RGB: (153,165,187) (60%, 65%, 73%)

RGB channels and saturation

R 153 of 255 = 60%
G 165 of 255 = 65%
B 187 of 255 = 73%

153
165
187

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

Portions of RGB colors in percentages

R + G + B = 153 + 165 + 187 = 505 (100%)
R 153 of 505 ~ 30.3%
G 165 of 505 ~ 32.67%
B 187 of 505 ~ 37.03'%

%30.3
%32.67
%37.03

CMYK color model

#99A5BB color CMYK value is (18,12,0,27).

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

CMYK: (18,12,0,27)
C18M12Y0K27 (18%, 12%, 0%, 27%)
(0.18 / 0.12 / 0.00 / 0.27)

CMYK percentages

%18.18
%11.76
%0
%26.67

Codes

Color #99A5BB in popluar color models

99 A5 BB
RGB 153 165 187
HSL 219° 20.00% 66.67%
HSB/HSV 219° 18.18% 73.33%
CMYK 18.18% 11.76% 0.00%
26.67%

Color #99A5BB in popluar number systems.

HEX 99 A5 BB
Decimal 153 165 187
Binary 10011001 10100101 10111011
Octal 231 245 273

Shades and tints

Shades of #99A5BB

#99A5BB
(153,165,187)
#8C96AA
(140,150,170)
#7F8799
(127,135,153)
#727888
(114,120,136)
#656977
(101,105,119)
#585A66
(88,90,102)
#4B4B55
(75,75,85)
#3E3C44
(62,60,68)
#312D33
(49,45,51)
#241E22
(36,30,34)
#170F11
(23,15,17)
#000000
(0,0,0)

Tints of #99A5BB

#99A5BB
(153,165,187)
#A2ADC1
(162,173,193)
#ABB5C7
(171,181,199)
#B4BDCD
(180,189,205)
#BDC5D3
(189,197,211)
#C6CDD9
(198,205,217)
#CFD5DF
(207,213,223)
#D8DDE5
(216,221,229)
#E1E5EB
(225,229,235)
#EAEDF1
(234,237,241)
#F3F5F7
(243,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99A5BB; }

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

This text font color is #99A5BB.

Background Color

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

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

This div background color is #99A5BB.

Border color

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

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

This div border color is #99A5BB.

Opacity

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

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

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

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

This text has shadow with #99A5BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99A5BB.

Preview

Color preview on black background

This text has color #99A5BB on black background.


Color preview on white background

This text has color #99A5BB on white background.


Black color preview on #99A5BB background

This text has black color on #99A5BB background.


White color preview on #99A5BB background

This text has white color on #99A5BB background.


Related colors

Complementary color

Complementary color for #hex is #665A44.


I love getcolorcode.com

Triadic colors

1 #BB99A5 and #A5BB99 with #99A5BB are triadic colors.

2 #BBA599 and #A599BB with #99A5BB are triadic colors.