COLOR #B0E1E8

HEX: #B0E1E8 RGB: (176,225,232)

Color info

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

RGB color model

#B0E1E8 color RGB value is (176,225,232).

RGB: (176,225,232) (69%, 88%, 91%)

RGB channels and saturation

R 176 of 255 = 69%
G 225 of 255 = 88%
B 232 of 255 = 91%

176
225
232

R + G + B ~ 83%. #B0E1E8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 225 + 232 = 633 (100%)
R 176 of 633 ~ 27.8%
G 225 of 633 ~ 35.55%
B 232 of 633 ~ 36.65'%

%27.8
%35.55
%36.65

CMYK color model

#B0E1E8 color CMYK value is (24,3,0,9).

  • cyan value is 24.14%
  • magenta value is 3.02%
  • yellow value is 0.00%
  • key color value is 9.02%

CMYK: (24,3,0,9)
C24M3Y0K9 (24%, 3%, 0%, 9%)
(0.24 / 0.03 / 0.00 / 0.09)

CMYK percentages

%24.14
%3.02
%0
%9.02

Codes

Color #B0E1E8 in popluar color models

B0 E1 E8
RGB 176 225 232
HSL 188° 54.90% 80.00%
HSB/HSV 188° 24.14% 90.98%
CMYK 24.14% 3.02% 0.00%
9.02%

Color #B0E1E8 in popluar number systems.

HEX B0 E1 E8
Decimal 176 225 232
Binary 10110000 11100001 11101000
Octal 260 341 350

Shades and tints

Shades of #B0E1E8

#B0E1E8
(176,225,232)
#A0CDD3
(160,205,211)
#90B9BE
(144,185,190)
#80A5A9
(128,165,169)
#709194
(112,145,148)
#607D7F
(96,125,127)
#50696A
(80,105,106)
#405555
(64,85,85)
#304140
(48,65,64)
#202D2B
(32,45,43)
#101916
(16,25,22)
#000000
(0,0,0)

Tints of #B0E1E8

#B0E1E8
(176,225,232)
#B7E3EA
(183,227,234)
#BEE5EC
(190,229,236)
#C5E7EE
(197,231,238)
#CCE9F0
(204,233,240)
#D3EBF2
(211,235,242)
#DAEDF4
(218,237,244)
#E1EFF6
(225,239,246)
#E8F1F8
(232,241,248)
#EFF3FA
(239,243,250)
#F6F5FC
(246,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0E1E8; }

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

This text font color is #B0E1E8.

Background Color

.myBgColor { background-color: #B0E1E8; }

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

This div background color is #B0E1E8.

Border color

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

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

This div border color is #B0E1E8.

Opacity

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

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

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

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

This text has shadow with #B0E1E8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0E1E8.

Preview

Color preview on black background

This text has color #B0E1E8 on black background.


Color preview on white background

This text has color #B0E1E8 on white background.


Black color preview on #B0E1E8 background

This text has black color on #B0E1E8 background.


White color preview on #B0E1E8 background

This text has white color on #B0E1E8 background.


Related colors

Complementary color

Complementary color for #hex is #4F1E17.


I love getcolorcode.com

Triadic colors

1 #E8B0E1 and #E1E8B0 with #B0E1E8 are triadic colors.

2 #E8E1B0 and #E1B0E8 with #B0E1E8 are triadic colors.