COLOR #B2E3E7

HEX: #B2E3E7 RGB: (178,227,231)

Color info

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

RGB color model

#B2E3E7 color RGB value is (178,227,231).

RGB: (178,227,231) (70%, 89%, 91%)

RGB channels and saturation

R 178 of 255 = 70%
G 227 of 255 = 89%
B 231 of 255 = 91%

178
227
231

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

Portions of RGB colors in percentages

R + G + B = 178 + 227 + 231 = 636 (100%)
R 178 of 636 ~ 27.99%
G 227 of 636 ~ 35.69%
B 231 of 636 ~ 36.32'%

%27.99
%35.69
%36.32

CMYK color model

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

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

CMYK percentages

%22.94
%1.73
%0
%9.41

Codes

Color #B2E3E7 in popluar color models

B2 E3 E7
RGB 178 227 231
HSL 185° 52.48% 80.20%
HSB/HSV 185° 22.94% 90.59%
CMYK 22.94% 1.73% 0.00%
9.41%

Color #B2E3E7 in popluar number systems.

HEX B2 E3 E7
Decimal 178 227 231
Binary 10110010 11100011 11100111
Octal 262 343 347

Shades and tints

Shades of #B2E3E7

#B2E3E7
(178,227,231)
#A2CFD2
(162,207,210)
#92BBBD
(146,187,189)
#82A7A8
(130,167,168)
#729393
(114,147,147)
#627F7E
(98,127,126)
#526B69
(82,107,105)
#425754
(66,87,84)
#32433F
(50,67,63)
#222F2A
(34,47,42)
#121B15
(18,27,21)
#000000
(0,0,0)

Tints of #B2E3E7

#B2E3E7
(178,227,231)
#B9E5E9
(185,229,233)
#C0E7EB
(192,231,235)
#C7E9ED
(199,233,237)
#CEEBEF
(206,235,239)
#D5EDF1
(213,237,241)
#DCEFF3
(220,239,243)
#E3F1F5
(227,241,245)
#EAF3F7
(234,243,247)
#F1F5F9
(241,245,249)
#F8F7FB
(248,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2E3E7 color. Also use rgb(178,227,231) instead hex code.

Text Font Color

.myTextColor { color: #B2E3E7; }

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

This text font color is #B2E3E7.

Background Color

.myBgColor { background-color: #B2E3E7; }

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

This div background color is #B2E3E7.

Border color

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

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

This div border color is #B2E3E7.

Opacity

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

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

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

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

This text has shadow with #B2E3E7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2E3E7.

Preview

Color preview on black background

This text has color #B2E3E7 on black background.


Color preview on white background

This text has color #B2E3E7 on white background.


Black color preview on #B2E3E7 background

This text has black color on #B2E3E7 background.


White color preview on #B2E3E7 background

This text has white color on #B2E3E7 background.


Related colors

Complementary color

Complementary color for #hex is #4D1C18.


I love getcolorcode.com

Triadic colors

1 #E7B2E3 and #E3E7B2 with #B2E3E7 are triadic colors.

2 #E7E3B2 and #E3B2E7 with #B2E3E7 are triadic colors.