COLOR #B2E0E8

HEX: #B2E0E8
RGB: (178,224,232)

Color info

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

RGB color model

#B2E0E8 color RGB value is (178,224,232).

  • red value is 178;
  • green value is 224;
  • blue value is 232.
RGB:
(178,224,232)
(70%,88%,91%)

RGB channels and saturation

R 178 of 255 = 70%
G 224 of 255 = 88%
B 232 of 255 = 91%

178
224
232

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

Portions of RGB colors in percentages

R + G + B =
178 + 224 + 232 = 634 (100%)
R 178 of 634 ~ 28.08%
G 224 of 634 ~ 35.33%
B 232 of 634 ~ 36.59%

%28.08
%35.33
%36.59

CMYK color model

#B2E0E8 color CMYK value is (23,3,0,9).

  • cyan value is 23.28%
  • magenta value is 3.45%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(23,3,0,9)
C23M3Y0K9 
(23%,3%,0%,9%)
(0.23/0.03/0.00/0.09)	

CMYK percentages

%23.28
%3.45
%0
%9.02

Codes

Color #B2E0E8 in popluar color models

B2E0E8
RGB178224232
HSL189°54.00%80.39%
HSB/HSV189°23.28%90.98%
CMYK23.28%3.45%0.00%
9.02%

Color #B2E0E8 in popluar number systems.

HEXB2E0E8
Decimal178224232
Binary101100101110000011101000
Octal262340350

Shades and tints

Shades of #B2E0E8

#B2E0E8
(178,224,232)
#A2CCD3
(162,204,211)
#92B8BE
(146,184,190)
#82A4A9
(130,164,169)
#729094
(114,144,148)
#627C7F
(98,124,127)
#52686A
(82,104,106)
#425455
(66,84,85)
#324040
(50,64,64)
#222C2B
(34,44,43)
#121816
(18,24,22)
#000000
(0,0,0)

Tints of #B2E0E8

#B2E0E8
(178,224,232)
#B9E2EA
(185,226,234)
#C0E4EC
(192,228,236)
#C7E6EE
(199,230,238)
#CEE8F0
(206,232,240)
#D5EAF2
(213,234,242)
#DCECF4
(220,236,244)
#E3EEF6
(227,238,246)
#EAF0F8
(234,240,248)
#F1F2FA
(241,242,250)
#F8F4FC
(248,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2E0E8 color. Also use rgb(178,224,232) instead hex code.

Text Font Color

.myTextColor { color: #B2E0E8; }

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

This text font color is #B2E0E8.


Background Color

.myBgColor { background-color: #B2E0E8; }

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

This div background color is #B2E0E8.


Border color

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

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

This div border color is #B2E0E8.


Opacity

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

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

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

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

This text has shadow with #B2E0E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2E0E8 on black background.


Color preview on white background

This text has color #B2E0E8 on white background.



Black color preview on #B2E0E8 background

This text has black color on #B2E0E8 background.


White color preview on #B2E0E8 background

This text has white color on #B2E0E8 background.