COLOR #B2E1E6

HEX: #B2E1E6
RGB: (178,225,230)

Color info

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

RGB color model

#B2E1E6 color RGB value is (178,225,230).

  • red value is 178;
  • green value is 225;
  • blue value is 230.
RGB:
(178,225,230)
(70%,88%,90%)

RGB channels and saturation

R 178 of 255 = 70%
G 225 of 255 = 88%
B 230 of 255 = 90%

178
225
230

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

Portions of RGB colors in percentages

R + G + B =
178 + 225 + 230 = 633 (100%)
R 178 of 633 ~ 28.12%
G 225 of 633 ~ 35.55%
B 230 of 633 ~ 36.33%

%28.12
%35.55
%36.33

CMYK color model

#B2E1E6 color CMYK value is (23,2,0,10).

  • cyan value is 22.61%
  • magenta value is 2.17%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(23,2,0,10)
C23M2Y0K10 
(23%,2%,0%,10%)
(0.23/0.02/0.00/0.10)	

CMYK percentages

%22.61
%2.17
%0
%9.8

Codes

Color #B2E1E6 in popluar color models

B2E1E6
RGB178225230
HSL186°50.98%80.00%
HSB/HSV186°22.61%90.20%
CMYK22.61%2.17%0.00%
9.80%

Color #B2E1E6 in popluar number systems.

HEXB2E1E6
Decimal178225230
Binary101100101110000111100110
Octal262341346

Shades and tints

Shades of #B2E1E6

#B2E1E6
(178,225,230)
#A2CDD2
(162,205,210)
#92B9BE
(146,185,190)
#82A5AA
(130,165,170)
#729196
(114,145,150)
#627D82
(98,125,130)
#52696E
(82,105,110)
#42555A
(66,85,90)
#324146
(50,65,70)
#222D32
(34,45,50)
#12191E
(18,25,30)
#000000
(0,0,0)

Tints of #B2E1E6

#B2E1E6
(178,225,230)
#B9E3E8
(185,227,232)
#C0E5EA
(192,229,234)
#C7E7EC
(199,231,236)
#CEE9EE
(206,233,238)
#D5EBF0
(213,235,240)
#DCEDF2
(220,237,242)
#E3EFF4
(227,239,244)
#EAF1F6
(234,241,246)
#F1F3F8
(241,243,248)
#F8F5FA
(248,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2E1E6 color. Also use rgb(178,225,230) instead hex code.

Text Font Color

.myTextColor { color: #B2E1E6; }

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

This text font color is #B2E1E6.


Background Color

.myBgColor { background-color: #B2E1E6; }

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

This div background color is #B2E1E6.


Border color

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

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

This div border color is #B2E1E6.


Opacity

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

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

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

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

This text has shadow with #B2E1E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2E1E6 on black background.


Color preview on white background

This text has color #B2E1E6 on white background.



Black color preview on #B2E1E6 background

This text has black color on #B2E1E6 background.


White color preview on #B2E1E6 background

This text has white color on #B2E1E6 background.