COLOR #B0CCE9

HEX: #B0CCE9
RGB: (176,204,233)

Color info

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

RGB color model

#B0CCE9 color RGB value is (176,204,233).

  • red value is 176;
  • green value is 204;
  • blue value is 233.
RGB:
(176,204,233)
(69%,80%,91%)

RGB channels and saturation

R 176 of 255 = 69%
G 204 of 255 = 80%
B 233 of 255 = 91%

176
204
233

R + G + B ~ 80%. #B0CCE9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 204 + 233 = 613 (100%)
R 176 of 613 ~ 28.71%
G 204 of 613 ~ 33.28%
B 233 of 613 ~ 38.01%

%28.71
%33.28
%38.01

CMYK color model

#B0CCE9 color CMYK value is (24,12,0,9).

  • cyan value is 24.46%
  • magenta value is 12.45%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(24,12,0,9)
C24M12Y0K9 
(24%,12%,0%,9%)
(0.24/0.12/0.00/0.09)	

CMYK percentages

%24.46
%12.45
%0
%8.63

Codes

Color #B0CCE9 in popluar color models

B0CCE9
RGB176204233
HSL211°56.44%80.20%
HSB/HSV211°24.46%91.37%
CMYK24.46%12.45%0.00%
8.63%

Color #B0CCE9 in popluar number systems.

HEXB0CCE9
Decimal176204233
Binary101100001100110011101001
Octal260314351

Shades and tints

Shades of #B0CCE9

#B0CCE9
(176,204,233)
#A0BAD4
(160,186,212)
#90A8BF
(144,168,191)
#8096AA
(128,150,170)
#708495
(112,132,149)
#607280
(96,114,128)
#50606B
(80,96,107)
#404E56
(64,78,86)
#303C41
(48,60,65)
#202A2C
(32,42,44)
#101817
(16,24,23)
#000000
(0,0,0)

Tints of #B0CCE9

#B0CCE9
(176,204,233)
#B7D0EB
(183,208,235)
#BED4ED
(190,212,237)
#C5D8EF
(197,216,239)
#CCDCF1
(204,220,241)
#D3E0F3
(211,224,243)
#DAE4F5
(218,228,245)
#E1E8F7
(225,232,247)
#E8ECF9
(232,236,249)
#EFF0FB
(239,240,251)
#F6F4FD
(246,244,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0CCE9 color. Also use rgb(176,204,233) instead hex code.

Text Font Color

.myTextColor { color: #B0CCE9; }

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

This text font color is #B0CCE9.


Background Color

.myBgColor { background-color: #B0CCE9; }

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

This div background color is #B0CCE9.


Border color

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

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

This div border color is #B0CCE9.


Opacity

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

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

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

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

This text has shadow with #B0CCE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0CCE9 on black background.


Color preview on white background

This text has color #B0CCE9 on white background.



Black color preview on #B0CCE9 background

This text has black color on #B0CCE9 background.


White color preview on #B0CCE9 background

This text has white color on #B0CCE9 background.