COLOR #B2E7D6

HEX: #B2E7D6 RGB: (178,231,214)

Color info

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

RGB color model

#B2E7D6 color RGB value is (178,231,214).

RGB: (178,231,214) (70%, 91%, 84%)

RGB channels and saturation

R 178 of 255 = 70%
G 231 of 255 = 91%
B 214 of 255 = 84%

178
231
214

R + G + B ~ 82%. #B2E7D6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 178 + 231 + 214 = 623 (100%)
R 178 of 623 ~ 28.57%
G 231 of 623 ~ 37.08%
B 214 of 623 ~ 34.35'%

%28.57
%37.08
%34.35

CMYK color model

#B2E7D6 color CMYK value is (23,0,7,9).

  • cyan value is 22.94%
  • magenta value is 0.00%
  • yellow value is 7.36%
  • key color value is 9.41%

CMYK: (23,0,7,9)
C23M0Y7K9 (23%, 0%, 7%, 9%)
(0.23 / 0.00 / 0.07 / 0.09)

CMYK percentages

%22.94
%0
%7.36
%9.41

Codes

Color #B2E7D6 in popluar color models

B2 E7 D6
RGB 178 231 214
HSL 161° 52.48% 80.20%
HSB/HSV 161° 22.94% 90.59%
CMYK 22.94% 0.00% 7.36%
9.41%

Color #B2E7D6 in popluar number systems.

HEX B2 E7 D6
Decimal 178 231 214
Binary 10110010 11100111 11010110
Octal 262 347 326

Shades and tints

Shades of #B2E7D6

#B2E7D6
(178,231,214)
#A2D2C3
(162,210,195)
#92BDB0
(146,189,176)
#82A89D
(130,168,157)
#72938A
(114,147,138)
#627E77
(98,126,119)
#526964
(82,105,100)
#425451
(66,84,81)
#323F3E
(50,63,62)
#222A2B
(34,42,43)
#121518
(18,21,24)
#000000
(0,0,0)

Tints of #B2E7D6

#B2E7D6
(178,231,214)
#B9E9D9
(185,233,217)
#C0EBDC
(192,235,220)
#C7EDDF
(199,237,223)
#CEEFE2
(206,239,226)
#D5F1E5
(213,241,229)
#DCF3E8
(220,243,232)
#E3F5EB
(227,245,235)
#EAF7EE
(234,247,238)
#F1F9F1
(241,249,241)
#F8FBF4
(248,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2E7D6; }

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

This text font color is #B2E7D6.

Background Color

.myBgColor { background-color: #B2E7D6; }

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

This div background color is #B2E7D6.

Border color

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

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

This div border color is #B2E7D6.

Opacity

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

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

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

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

This text has shadow with #B2E7D6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2E7D6.

Preview

Color preview on black background

This text has color #B2E7D6 on black background.


Color preview on white background

This text has color #B2E7D6 on white background.


Black color preview on #B2E7D6 background

This text has black color on #B2E7D6 background.


White color preview on #B2E7D6 background

This text has white color on #B2E7D6 background.


Related colors

Complementary color

Complementary color for #hex is #4D1829.


I love getcolorcode.com

Triadic colors

1 #D6B2E7 and #E7D6B2 with #B2E7D6 are triadic colors.

2 #D6E7B2 and #E7B2D6 with #B2E7D6 are triadic colors.