COLOR #B0CEEC

HEX: #B0CEEC
RGB: (176,206,236)

Color info

#B0CEEC contains mainly green and blue colors. Web safe color of #B0CEEC is #99CCFF (or #9CF).

RGB color model

#B0CEEC color RGB value is (176,206,236).

  • red value is 176;
  • green value is 206;
  • blue value is 236.
RGB:
(176,206,236)
(69%,81%,93%)

RGB channels and saturation

R 176 of 255 = 69%
G 206 of 255 = 81%
B 236 of 255 = 93%

176
206
236

R + G + B ~ 81%. #B0CEEC is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 206 + 236 = 618 (100%)
R 176 of 618 ~ 28.48%
G 206 of 618 ~ 33.33%
B 236 of 618 ~ 38.19%

%28.48
%33.33
%38.19

CMYK color model

#B0CEEC color CMYK value is (25,13,0,7).

  • cyan value is 25.42%
  • magenta value is 12.71%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(25,13,0,7)
C25M13Y0K7 
(25%,13%,0%,7%)
(0.25/0.13/0.00/0.07)	

CMYK percentages

%25.42
%12.71
%0
%7.45

Codes

Color #B0CEEC in popluar color models

B0CEEC
RGB176206236
HSL210°61.22%80.78%
HSB/HSV210°25.42%92.55%
CMYK25.42%12.71%0.00%
7.45%

Color #B0CEEC in popluar number systems.

HEXB0CEEC
Decimal176206236
Binary101100001100111011101100
Octal260316354

Shades and tints

Shades of #B0CEEC

#B0CEEC
(176,206,236)
#A0BCD7
(160,188,215)
#90AAC2
(144,170,194)
#8098AD
(128,152,173)
#708698
(112,134,152)
#607483
(96,116,131)
#50626E
(80,98,110)
#405059
(64,80,89)
#303E44
(48,62,68)
#202C2F
(32,44,47)
#101A1A
(16,26,26)
#000000
(0,0,0)

Tints of #B0CEEC

#B0CEEC
(176,206,236)
#B7D2ED
(183,210,237)
#BED6EE
(190,214,238)
#C5DAEF
(197,218,239)
#CCDEF0
(204,222,240)
#D3E2F1
(211,226,241)
#DAE6F2
(218,230,242)
#E1EAF3
(225,234,243)
#E8EEF4
(232,238,244)
#EFF2F5
(239,242,245)
#F6F6F6
(246,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0CEEC color. Also use rgb(176,206,236) instead hex code.

Text Font Color

.myTextColor { color: #B0CEEC; }

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

This text font color is #B0CEEC.


Background Color

.myBgColor { background-color: #B0CEEC; }

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

This div background color is #B0CEEC.


Border color

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

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

This div border color is #B0CEEC.


Opacity

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

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

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

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

This text has shadow with #B0CEEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0CEEC on black background.


Color preview on white background

This text has color #B0CEEC on white background.



Black color preview on #B0CEEC background

This text has black color on #B0CEEC background.


White color preview on #B0CEEC background

This text has white color on #B0CEEC background.