COLOR #B2E4E8

HEX: #B2E4E8
RGB: (178,228,232)

Color info

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

RGB color model

#B2E4E8 color RGB value is (178,228,232).

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

RGB channels and saturation

R 178 of 255 = 70%
G 228 of 255 = 89%
B 232 of 255 = 91%

178
228
232

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

Portions of RGB colors in percentages

R + G + B =
178 + 228 + 232 = 638 (100%)
R 178 of 638 ~ 27.9%
G 228 of 638 ~ 35.74%
B 232 of 638 ~ 36.36%

%27.9
%35.74
%36.36

CMYK color model

#B2E4E8 color CMYK value is (23,2,0,9).

  • cyan value is 23.28%
  • magenta value is 1.72%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(23,2,0,9)
C23M2Y0K9 
(23%,2%,0%,9%)
(0.23/0.02/0.00/0.09)	

CMYK percentages

%23.28
%1.72
%0
%9.02

Codes

Color #B2E4E8 in popluar color models

B2E4E8
RGB178228232
HSL184°54.00%80.39%
HSB/HSV184°23.28%90.98%
CMYK23.28%1.72%0.00%
9.02%

Color #B2E4E8 in popluar number systems.

HEXB2E4E8
Decimal178228232
Binary101100101110010011101000
Octal262344350

Shades and tints

Shades of #B2E4E8

#B2E4E8
(178,228,232)
#A2D0D3
(162,208,211)
#92BCBE
(146,188,190)
#82A8A9
(130,168,169)
#729494
(114,148,148)
#62807F
(98,128,127)
#526C6A
(82,108,106)
#425855
(66,88,85)
#324440
(50,68,64)
#22302B
(34,48,43)
#121C16
(18,28,22)
#000000
(0,0,0)

Tints of #B2E4E8

#B2E4E8
(178,228,232)
#B9E6EA
(185,230,234)
#C0E8EC
(192,232,236)
#C7EAEE
(199,234,238)
#CEECF0
(206,236,240)
#D5EEF2
(213,238,242)
#DCF0F4
(220,240,244)
#E3F2F6
(227,242,246)
#EAF4F8
(234,244,248)
#F1F6FA
(241,246,250)
#F8F8FC
(248,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2E4E8; }

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

This text font color is #B2E4E8.


Background Color

.myBgColor { background-color: #B2E4E8; }

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

This div background color is #B2E4E8.


Border color

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

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

This div border color is #B2E4E8.


Opacity

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

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

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

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

This text has shadow with #B2E4E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2E4E8 on black background.


Color preview on white background

This text has color #B2E4E8 on white background.



Black color preview on #B2E4E8 background

This text has black color on #B2E4E8 background.


White color preview on #B2E4E8 background

This text has white color on #B2E4E8 background.