COLOR #B0E4DF

HEX: #B0E4DF RGB: (176,228,223)

Color info

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

RGB color model

#B0E4DF color RGB value is (176,228,223).

RGB: (176,228,223) (69%, 89%, 87%)

RGB channels and saturation

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

176
228
223

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

Portions of RGB colors in percentages

R + G + B = 176 + 228 + 223 = 627 (100%)
R 176 of 627 ~ 28.07%
G 228 of 627 ~ 36.36%
B 223 of 627 ~ 35.57'%

%28.07
%36.36
%35.57

CMYK color model

#B0E4DF color CMYK value is (23,0,2,11).

  • cyan value is 22.81%
  • magenta value is 0.00%
  • yellow value is 2.19%
  • key color value is 10.59%

CMYK: (23,0,2,11)
C23M0Y2K11 (23%, 0%, 2%, 11%)
(0.23 / 0.00 / 0.02 / 0.11)

CMYK percentages

%22.81
%0
%2.19
%10.59

Codes

Color #B0E4DF in popluar color models

B0 E4 DF
RGB 176 228 223
HSL 174° 49.06% 79.22%
HSB/HSV 174° 22.81% 89.41%
CMYK 22.81% 0.00% 2.19%
10.59%

Color #B0E4DF in popluar number systems.

HEX B0 E4 DF
Decimal 176 228 223
Binary 10110000 11100100 11011111
Octal 260 344 337

Shades and tints

Shades of #B0E4DF

#B0E4DF
(176,228,223)
#A0D0CB
(160,208,203)
#90BCB7
(144,188,183)
#80A8A3
(128,168,163)
#70948F
(112,148,143)
#60807B
(96,128,123)
#506C67
(80,108,103)
#405853
(64,88,83)
#30443F
(48,68,63)
#20302B
(32,48,43)
#101C17
(16,28,23)
#000000
(0,0,0)

Tints of #B0E4DF

#B0E4DF
(176,228,223)
#B7E6E1
(183,230,225)
#BEE8E3
(190,232,227)
#C5EAE5
(197,234,229)
#CCECE7
(204,236,231)
#D3EEE9
(211,238,233)
#DAF0EB
(218,240,235)
#E1F2ED
(225,242,237)
#E8F4EF
(232,244,239)
#EFF6F1
(239,246,241)
#F6F8F3
(246,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0E4DF; }

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

This text font color is #B0E4DF.

Background Color

.myBgColor { background-color: #B0E4DF; }

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

This div background color is #B0E4DF.

Border color

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

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

This div border color is #B0E4DF.

Opacity

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

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

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

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

This text has shadow with #B0E4DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0E4DF.

Preview

Color preview on black background

This text has color #B0E4DF on black background.


Color preview on white background

This text has color #B0E4DF on white background.


Black color preview on #B0E4DF background

This text has black color on #B0E4DF background.


White color preview on #B0E4DF background

This text has white color on #B0E4DF background.


Related colors

Complementary color

Complementary color for #hex is #4F1B20.


I love getcolorcode.com

Triadic colors

1 #DFB0E4 and #E4DFB0 with #B0E4DF are triadic colors.

2 #DFE4B0 and #E4B0DF with #B0E4DF are triadic colors.