COLOR #B0C9DE

HEX: #B0C9DE
RGB: (176,201,222)

Color info

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

RGB color model

#B0C9DE color RGB value is (176,201,222).

  • red value is 176;
  • green value is 201;
  • blue value is 222.
RGB:
(176,201,222)
(69%,79%,87%)

RGB channels and saturation

R 176 of 255 = 69%
G 201 of 255 = 79%
B 222 of 255 = 87%

176
201
222

R + G + B ~ 78%. #B0C9DE is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 201 + 222 = 599 (100%)
R 176 of 599 ~ 29.38%
G 201 of 599 ~ 33.56%
B 222 of 599 ~ 37.06%

%29.38
%33.56
%37.06

CMYK color model

#B0C9DE color CMYK value is (21,9,0,13).

  • cyan value is 20.72%
  • magenta value is 9.46%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(21,9,0,13)
C21M9Y0K13 
(21%,9%,0%,13%)
(0.21/0.09/0.00/0.13)	

CMYK percentages

%20.72
%9.46
%0
%12.94

Codes

Color #B0C9DE in popluar color models

B0C9DE
RGB176201222
HSL207°41.07%78.04%
HSB/HSV207°20.72%87.06%
CMYK20.72%9.46%0.00%
12.94%

Color #B0C9DE in popluar number systems.

HEXB0C9DE
Decimal176201222
Binary101100001100100111011110
Octal260311336

Shades and tints

Shades of #B0C9DE

#B0C9DE
(176,201,222)
#A0B7CA
(160,183,202)
#90A5B6
(144,165,182)
#8093A2
(128,147,162)
#70818E
(112,129,142)
#606F7A
(96,111,122)
#505D66
(80,93,102)
#404B52
(64,75,82)
#30393E
(48,57,62)
#20272A
(32,39,42)
#101516
(16,21,22)
#000000
(0,0,0)

Tints of #B0C9DE

#B0C9DE
(176,201,222)
#B7CDE1
(183,205,225)
#BED1E4
(190,209,228)
#C5D5E7
(197,213,231)
#CCD9EA
(204,217,234)
#D3DDED
(211,221,237)
#DAE1F0
(218,225,240)
#E1E5F3
(225,229,243)
#E8E9F6
(232,233,246)
#EFEDF9
(239,237,249)
#F6F1FC
(246,241,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0C9DE color. Also use rgb(176,201,222) instead hex code.

Text Font Color

.myTextColor { color: #B0C9DE; }

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

This text font color is #B0C9DE.


Background Color

.myBgColor { background-color: #B0C9DE; }

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

This div background color is #B0C9DE.


Border color

.myBorderColor { border: 1px solid #B0C9DE; }

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

This div border color is #B0C9DE.


Opacity

.myOpacity80 { color: #B0C9DE; opacity: 0.8; }

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

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

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

This text has shadow with #B0C9DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0C9DE on black background.


Color preview on white background

This text has color #B0C9DE on white background.



Black color preview on #B0C9DE background

This text has black color on #B0C9DE background.


White color preview on #B0C9DE background

This text has white color on #B0C9DE background.