COLOR #99B0BB

HEX: #99B0BB
RGB: (153,176,187)

Color info

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

RGB color model

#99B0BB color RGB value is (153,176,187).

  • red value is 153;
  • green value is 176;
  • blue value is 187.
RGB:
(153,176,187)
(60%,69%,73%)

RGB channels and saturation

R 153 of 255 = 60%
G 176 of 255 = 69%
B 187 of 255 = 73%

153
176
187

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

Portions of RGB colors in percentages

R + G + B =
153 + 176 + 187 = 516 (100%)
R 153 of 516 ~ 29.65%
G 176 of 516 ~ 34.11%
B 187 of 516 ~ 36.24%

%29.65
%34.11
%36.24

CMYK color model

#99B0BB color CMYK value is (18,6,0,27).

  • cyan value is 18.18%
  • magenta value is 5.88%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(18,6,0,27)
C18M6Y0K27 
(18%,6%,0%,27%)
(0.18/0.06/0.00/0.27)	

CMYK percentages

%18.18
%5.88
%0
%26.67

Codes

Color #99B0BB in popluar color models

99B0BB
RGB153176187
HSL199°20.00%66.67%
HSB/HSV199°18.18%73.33%
CMYK18.18%5.88%0.00%
26.67%

Color #99B0BB in popluar number systems.

HEX99B0BB
Decimal153176187
Binary100110011011000010111011
Octal231260273

Shades and tints

Shades of #99B0BB

#99B0BB
(153,176,187)
#8CA0AA
(140,160,170)
#7F9099
(127,144,153)
#728088
(114,128,136)
#657077
(101,112,119)
#586066
(88,96,102)
#4B5055
(75,80,85)
#3E4044
(62,64,68)
#313033
(49,48,51)
#242022
(36,32,34)
#171011
(23,16,17)
#000000
(0,0,0)

Tints of #99B0BB

#99B0BB
(153,176,187)
#A2B7C1
(162,183,193)
#ABBEC7
(171,190,199)
#B4C5CD
(180,197,205)
#BDCCD3
(189,204,211)
#C6D3D9
(198,211,217)
#CFDADF
(207,218,223)
#D8E1E5
(216,225,229)
#E1E8EB
(225,232,235)
#EAEFF1
(234,239,241)
#F3F6F7
(243,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99B0BB; }

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

This text font color is #99B0BB.


Background Color

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

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

This div background color is #99B0BB.


Border color

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

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

This div border color is #99B0BB.


Opacity

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

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

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

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

This text has shadow with #99B0BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99B0BB on black background.


Color preview on white background

This text has color #99B0BB on white background.



Black color preview on #99B0BB background

This text has black color on #99B0BB background.


White color preview on #99B0BB background

This text has white color on #99B0BB background.