COLOR #99B5BB

HEX: #99B5BB RGB: (153,181,187)

Color info

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

RGB color model

#99B5BB color RGB value is (153,181,187).

RGB: (153,181,187) (60%, 71%, 73%)

RGB channels and saturation

R 153 of 255 = 60%
G 181 of 255 = 71%
B 187 of 255 = 73%

153
181
187

R + G + B ~ 68%. #99B5BB is quite light color.

Portions of RGB colors in percentages

R + G + B = 153 + 181 + 187 = 521 (100%)
R 153 of 521 ~ 29.37%
G 181 of 521 ~ 34.74%
B 187 of 521 ~ 35.89'%

%29.37
%34.74
%35.89

CMYK color model

#99B5BB color CMYK value is (18,3,0,27).

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

CMYK: (18,3,0,27)
C18M3Y0K27 (18%, 3%, 0%, 27%)
(0.18 / 0.03 / 0.00 / 0.27)

CMYK percentages

%18.18
%3.21
%0
%26.67

Codes

Color #99B5BB in popluar color models

99 B5 BB
RGB 153 181 187
HSL 191° 20.00% 66.67%
HSB/HSV 191° 18.18% 73.33%
CMYK 18.18% 3.21% 0.00%
26.67%

Color #99B5BB in popluar number systems.

HEX 99 B5 BB
Decimal 153 181 187
Binary 10011001 10110101 10111011
Octal 231 265 273

Shades and tints

Shades of #99B5BB

#99B5BB
(153,181,187)
#8CA5AA
(140,165,170)
#7F9599
(127,149,153)
#728588
(114,133,136)
#657577
(101,117,119)
#586566
(88,101,102)
#4B5555
(75,85,85)
#3E4544
(62,69,68)
#313533
(49,53,51)
#242522
(36,37,34)
#171511
(23,21,17)
#000000
(0,0,0)

Tints of #99B5BB

#99B5BB
(153,181,187)
#A2BBC1
(162,187,193)
#ABC1C7
(171,193,199)
#B4C7CD
(180,199,205)
#BDCDD3
(189,205,211)
#C6D3D9
(198,211,217)
#CFD9DF
(207,217,223)
#D8DFE5
(216,223,229)
#E1E5EB
(225,229,235)
#EAEBF1
(234,235,241)
#F3F1F7
(243,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99B5BB; }

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

This text font color is #99B5BB.

Background Color

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

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

This div background color is #99B5BB.

Border color

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

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

This div border color is #99B5BB.

Opacity

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

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

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

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

This text has shadow with #99B5BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99B5BB.

Preview

Color preview on black background

This text has color #99B5BB on black background.


Color preview on white background

This text has color #99B5BB on white background.


Black color preview on #99B5BB background

This text has black color on #99B5BB background.


White color preview on #99B5BB background

This text has white color on #99B5BB background.


Related colors

Complementary color

Complementary color for #hex is #664A44.


I love getcolorcode.com

Triadic colors

1 #BB99B5 and #B5BB99 with #99B5BB are triadic colors.

2 #BBB599 and #B599BB with #99B5BB are triadic colors.