COLOR #B0C9E5

HEX: #B0C9E5
RGB: (176,201,229)

Color info

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

RGB color model

#B0C9E5 color RGB value is (176,201,229).

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

RGB channels and saturation

R 176 of 255 = 69%
G 201 of 255 = 79%
B 229 of 255 = 90%

176
201
229

R + G + B ~ 79%. #B0C9E5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 201 + 229 = 606 (100%)
R 176 of 606 ~ 29.04%
G 201 of 606 ~ 33.17%
B 229 of 606 ~ 37.79%

%29.04
%33.17
%37.79

CMYK color model

#B0C9E5 color CMYK value is (23,12,0,10).

  • cyan value is 23.14%
  • magenta value is 12.23%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(23,12,0,10)
C23M12Y0K10 
(23%,12%,0%,10%)
(0.23/0.12/0.00/0.10)	

CMYK percentages

%23.14
%12.23
%0
%10.2

Codes

Color #B0C9E5 in popluar color models

B0C9E5
RGB176201229
HSL212°50.48%79.41%
HSB/HSV212°23.14%89.80%
CMYK23.14%12.23%0.00%
10.20%

Color #B0C9E5 in popluar number systems.

HEXB0C9E5
Decimal176201229
Binary101100001100100111100101
Octal260311345

Shades and tints

Shades of #B0C9E5

#B0C9E5
(176,201,229)
#A0B7D1
(160,183,209)
#90A5BD
(144,165,189)
#8093A9
(128,147,169)
#708195
(112,129,149)
#606F81
(96,111,129)
#505D6D
(80,93,109)
#404B59
(64,75,89)
#303945
(48,57,69)
#202731
(32,39,49)
#10151D
(16,21,29)
#000000
(0,0,0)

Tints of #B0C9E5

#B0C9E5
(176,201,229)
#B7CDE7
(183,205,231)
#BED1E9
(190,209,233)
#C5D5EB
(197,213,235)
#CCD9ED
(204,217,237)
#D3DDEF
(211,221,239)
#DAE1F1
(218,225,241)
#E1E5F3
(225,229,243)
#E8E9F5
(232,233,245)
#EFEDF7
(239,237,247)
#F6F1F9
(246,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0C9E5; }

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

This text font color is #B0C9E5.


Background Color

.myBgColor { background-color: #B0C9E5; }

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

This div background color is #B0C9E5.


Border color

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

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

This div border color is #B0C9E5.


Opacity

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

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

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

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

This text has shadow with #B0C9E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0C9E5 on black background.


Color preview on white background

This text has color #B0C9E5 on white background.



Black color preview on #B0C9E5 background

This text has black color on #B0C9E5 background.


White color preview on #B0C9E5 background

This text has white color on #B0C9E5 background.