COLOR #B0EAE8

HEX: #B0EAE8
RGB: (176,234,232)

Color info

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

RGB color model

#B0EAE8 color RGB value is (176,234,232).

  • red value is 176;
  • green value is 234;
  • blue value is 232.
RGB:
(176,234,232)
(69%,92%,91%)

RGB channels and saturation

R 176 of 255 = 69%
G 234 of 255 = 92%
B 232 of 255 = 91%

176
234
232

R + G + B ~ 84%. #B0EAE8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 234 + 232 = 642 (100%)
R 176 of 642 ~ 27.41%
G 234 of 642 ~ 36.45%
B 232 of 642 ~ 36.14%

%27.41
%36.45
%36.14

CMYK color model

#B0EAE8 color CMYK value is (25,0,1,8).

  • cyan value is 24.79%
  • magenta value is 0.00%
  • yellow value is 0.85%
  • key color value is 8.24%
CMYK:
(25,0,1,8)
C25M0Y1K8 
(25%,0%,1%,8%)
(0.25/0.00/0.01/0.08)	

CMYK percentages

%24.79
%0
%0.85
%8.24

Codes

Color #B0EAE8 in popluar color models

B0EAE8
RGB176234232
HSL178°58.00%80.39%
HSB/HSV178°24.79%91.76%
CMYK24.79%0.00%0.85%
8.24%

Color #B0EAE8 in popluar number systems.

HEXB0EAE8
Decimal176234232
Binary101100001110101011101000
Octal260352350

Shades and tints

Shades of #B0EAE8

#B0EAE8
(176,234,232)
#A0D5D3
(160,213,211)
#90C0BE
(144,192,190)
#80ABA9
(128,171,169)
#709694
(112,150,148)
#60817F
(96,129,127)
#506C6A
(80,108,106)
#405755
(64,87,85)
#304240
(48,66,64)
#202D2B
(32,45,43)
#101816
(16,24,22)
#000000
(0,0,0)

Tints of #B0EAE8

#B0EAE8
(176,234,232)
#B7EBEA
(183,235,234)
#BEECEC
(190,236,236)
#C5EDEE
(197,237,238)
#CCEEF0
(204,238,240)
#D3EFF2
(211,239,242)
#DAF0F4
(218,240,244)
#E1F1F6
(225,241,246)
#E8F2F8
(232,242,248)
#EFF3FA
(239,243,250)
#F6F4FC
(246,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0EAE8; }

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

This text font color is #B0EAE8.


Background Color

.myBgColor { background-color: #B0EAE8; }

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

This div background color is #B0EAE8.


Border color

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

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

This div border color is #B0EAE8.


Opacity

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

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

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

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

This text has shadow with #B0EAE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0EAE8 on black background.


Color preview on white background

This text has color #B0EAE8 on white background.



Black color preview on #B0EAE8 background

This text has black color on #B0EAE8 background.


White color preview on #B0EAE8 background

This text has white color on #B0EAE8 background.