COLOR #B0E0E5

HEX: #B0E0E5
RGB: (176,224,229)

Color info

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

RGB color model

#B0E0E5 color RGB value is (176,224,229).

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

RGB channels and saturation

R 176 of 255 = 69%
G 224 of 255 = 88%
B 229 of 255 = 90%

176
224
229

R + G + B ~ 82%. #B0E0E5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 224 + 229 = 629 (100%)
R 176 of 629 ~ 27.98%
G 224 of 629 ~ 35.61%
B 229 of 629 ~ 36.41%

%27.98
%35.61
%36.41

CMYK color model

#B0E0E5 color CMYK value is (23,2,0,10).

  • cyan value is 23.14%
  • magenta value is 2.18%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(23,2,0,10)
C23M2Y0K10 
(23%,2%,0%,10%)
(0.23/0.02/0.00/0.10)	

CMYK percentages

%23.14
%2.18
%0
%10.2

Codes

Color #B0E0E5 in popluar color models

B0E0E5
RGB176224229
HSL186°50.48%79.41%
HSB/HSV186°23.14%89.80%
CMYK23.14%2.18%0.00%
10.20%

Color #B0E0E5 in popluar number systems.

HEXB0E0E5
Decimal176224229
Binary101100001110000011100101
Octal260340345

Shades and tints

Shades of #B0E0E5

#B0E0E5
(176,224,229)
#A0CCD1
(160,204,209)
#90B8BD
(144,184,189)
#80A4A9
(128,164,169)
#709095
(112,144,149)
#607C81
(96,124,129)
#50686D
(80,104,109)
#405459
(64,84,89)
#304045
(48,64,69)
#202C31
(32,44,49)
#10181D
(16,24,29)
#000000
(0,0,0)

Tints of #B0E0E5

#B0E0E5
(176,224,229)
#B7E2E7
(183,226,231)
#BEE4E9
(190,228,233)
#C5E6EB
(197,230,235)
#CCE8ED
(204,232,237)
#D3EAEF
(211,234,239)
#DAECF1
(218,236,241)
#E1EEF3
(225,238,243)
#E8F0F5
(232,240,245)
#EFF2F7
(239,242,247)
#F6F4F9
(246,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0E0E5; }

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

This text font color is #B0E0E5.


Background Color

.myBgColor { background-color: #B0E0E5; }

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

This div background color is #B0E0E5.


Border color

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

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

This div border color is #B0E0E5.


Opacity

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

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

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

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

This text has shadow with #B0E0E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0E0E5 on black background.


Color preview on white background

This text has color #B0E0E5 on white background.



Black color preview on #B0E0E5 background

This text has black color on #B0E0E5 background.


White color preview on #B0E0E5 background

This text has white color on #B0E0E5 background.