COLOR #B2E7D7

HEX: #B2E7D7
RGB: (178,231,215)

Color info

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

RGB color model

#B2E7D7 color RGB value is (178,231,215).

  • red value is 178;
  • green value is 231;
  • blue value is 215.
RGB:
(178,231,215)
(70%,91%,84%)

RGB channels and saturation

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

178
231
215

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

Portions of RGB colors in percentages

R + G + B =
178 + 231 + 215 = 624 (100%)
R 178 of 624 ~ 28.53%
G 231 of 624 ~ 37.02%
B 215 of 624 ~ 34.46%

%28.53
%37.02
%34.46

CMYK color model

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

  • cyan value is 22.94%
  • magenta value is 0.00%
  • yellow value is 6.93%
  • 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
%6.93
%9.41

Codes

Color #B2E7D7 in popluar color models

B2E7D7
RGB178231215
HSL162°52.48%80.20%
HSB/HSV162°22.94%90.59%
CMYK22.94%0.00%6.93%
9.41%

Color #B2E7D7 in popluar number systems.

HEXB2E7D7
Decimal178231215
Binary101100101110011111010111
Octal262347327

Shades and tints

Shades of #B2E7D7

#B2E7D7
(178,231,215)
#A2D2C4
(162,210,196)
#92BDB1
(146,189,177)
#82A89E
(130,168,158)
#72938B
(114,147,139)
#627E78
(98,126,120)
#526965
(82,105,101)
#425452
(66,84,82)
#323F3F
(50,63,63)
#222A2C
(34,42,44)
#121519
(18,21,25)
#000000
(0,0,0)

Tints of #B2E7D7

#B2E7D7
(178,231,215)
#B9E9DA
(185,233,218)
#C0EBDD
(192,235,221)
#C7EDE0
(199,237,224)
#CEEFE3
(206,239,227)
#D5F1E6
(213,241,230)
#DCF3E9
(220,243,233)
#E3F5EC
(227,245,236)
#EAF7EF
(234,247,239)
#F1F9F2
(241,249,242)
#F8FBF5
(248,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2E7D7; }

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

This text font color is #B2E7D7.


Background Color

.myBgColor { background-color: #B2E7D7; }

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

This div background color is #B2E7D7.


Border color

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

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

This div border color is #B2E7D7.


Opacity

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

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

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

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

This text has shadow with #B2E7D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2E7D7 on black background.


Color preview on white background

This text has color #B2E7D7 on white background.



Black color preview on #B2E7D7 background

This text has black color on #B2E7D7 background.


White color preview on #B2E7D7 background

This text has white color on #B2E7D7 background.