COLOR #B0E4E1

HEX: #B0E4E1
RGB: (176,228,225)

Color info

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

RGB color model

#B0E4E1 color RGB value is (176,228,225).

  • red value is 176;
  • green value is 228;
  • blue value is 225.
RGB:
(176,228,225)
(69%,89%,88%)

RGB channels and saturation

R 176 of 255 = 69%
G 228 of 255 = 89%
B 225 of 255 = 88%

176
228
225

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

Portions of RGB colors in percentages

R + G + B =
176 + 228 + 225 = 629 (100%)
R 176 of 629 ~ 27.98%
G 228 of 629 ~ 36.25%
B 225 of 629 ~ 35.77%

%27.98
%36.25
%35.77

CMYK color model

#B0E4E1 color CMYK value is (23,0,1,11).

  • cyan value is 22.81%
  • magenta value is 0.00%
  • yellow value is 1.32%
  • key color value is 10.59%
CMYK:
(23,0,1,11)
C23M0Y1K11 
(23%,0%,1%,11%)
(0.23/0.00/0.01/0.11)	

CMYK percentages

%22.81
%0
%1.32
%10.59

Codes

Color #B0E4E1 in popluar color models

B0E4E1
RGB176228225
HSL177°49.06%79.22%
HSB/HSV177°22.81%89.41%
CMYK22.81%0.00%1.32%
10.59%

Color #B0E4E1 in popluar number systems.

HEXB0E4E1
Decimal176228225
Binary101100001110010011100001
Octal260344341

Shades and tints

Shades of #B0E4E1

#B0E4E1
(176,228,225)
#A0D0CD
(160,208,205)
#90BCB9
(144,188,185)
#80A8A5
(128,168,165)
#709491
(112,148,145)
#60807D
(96,128,125)
#506C69
(80,108,105)
#405855
(64,88,85)
#304441
(48,68,65)
#20302D
(32,48,45)
#101C19
(16,28,25)
#000000
(0,0,0)

Tints of #B0E4E1

#B0E4E1
(176,228,225)
#B7E6E3
(183,230,227)
#BEE8E5
(190,232,229)
#C5EAE7
(197,234,231)
#CCECE9
(204,236,233)
#D3EEEB
(211,238,235)
#DAF0ED
(218,240,237)
#E1F2EF
(225,242,239)
#E8F4F1
(232,244,241)
#EFF6F3
(239,246,243)
#F6F8F5
(246,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0E4E1 color. Also use rgb(176,228,225) instead hex code.

Text Font Color

.myTextColor { color: #B0E4E1; }

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

This text font color is #B0E4E1.


Background Color

.myBgColor { background-color: #B0E4E1; }

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

This div background color is #B0E4E1.


Border color

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

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

This div border color is #B0E4E1.


Opacity

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

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

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

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

This text has shadow with #B0E4E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0E4E1 on black background.


Color preview on white background

This text has color #B0E4E1 on white background.



Black color preview on #B0E4E1 background

This text has black color on #B0E4E1 background.


White color preview on #B0E4E1 background

This text has white color on #B0E4E1 background.