COLOR #B0E4DE

HEX: #B0E4DE
RGB: (176,228,222)

Color info

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

RGB color model

#B0E4DE color RGB value is (176,228,222).

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

RGB channels and saturation

R 176 of 255 = 69%
G 228 of 255 = 89%
B 222 of 255 = 87%

176
228
222

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

Portions of RGB colors in percentages

R + G + B =
176 + 228 + 222 = 626 (100%)
R 176 of 626 ~ 28.12%
G 228 of 626 ~ 36.42%
B 222 of 626 ~ 35.46%

%28.12
%36.42
%35.46

CMYK color model

#B0E4DE color CMYK value is (23,0,3,11).

  • cyan value is 22.81%
  • magenta value is 0.00%
  • yellow value is 2.63%
  • key color value is 10.59%
CMYK:
(23,0,3,11)
C23M0Y3K11 
(23%,0%,3%,11%)
(0.23/0.00/0.03/0.11)	

CMYK percentages

%22.81
%0
%2.63
%10.59

Codes

Color #B0E4DE in popluar color models

B0E4DE
RGB176228222
HSL173°49.06%79.22%
HSB/HSV173°22.81%89.41%
CMYK22.81%0.00%2.63%
10.59%

Color #B0E4DE in popluar number systems.

HEXB0E4DE
Decimal176228222
Binary101100001110010011011110
Octal260344336

Shades and tints

Shades of #B0E4DE

#B0E4DE
(176,228,222)
#A0D0CA
(160,208,202)
#90BCB6
(144,188,182)
#80A8A2
(128,168,162)
#70948E
(112,148,142)
#60807A
(96,128,122)
#506C66
(80,108,102)
#405852
(64,88,82)
#30443E
(48,68,62)
#20302A
(32,48,42)
#101C16
(16,28,22)
#000000
(0,0,0)

Tints of #B0E4DE

#B0E4DE
(176,228,222)
#B7E6E1
(183,230,225)
#BEE8E4
(190,232,228)
#C5EAE7
(197,234,231)
#CCECEA
(204,236,234)
#D3EEED
(211,238,237)
#DAF0F0
(218,240,240)
#E1F2F3
(225,242,243)
#E8F4F6
(232,244,246)
#EFF6F9
(239,246,249)
#F6F8FC
(246,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0E4DE; }

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

This text font color is #B0E4DE.


Background Color

.myBgColor { background-color: #B0E4DE; }

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

This div background color is #B0E4DE.


Border color

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

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

This div border color is #B0E4DE.


Opacity

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

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

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

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

This text has shadow with #B0E4DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0E4DE on black background.


Color preview on white background

This text has color #B0E4DE on white background.



Black color preview on #B0E4DE background

This text has black color on #B0E4DE background.


White color preview on #B0E4DE background

This text has white color on #B0E4DE background.