COLOR #B2E4D9

HEX: #B2E4D9
RGB: (178,228,217)

Color info

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

RGB color model

#B2E4D9 color RGB value is (178,228,217).

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

RGB channels and saturation

R 178 of 255 = 70%
G 228 of 255 = 89%
B 217 of 255 = 85%

178
228
217

R + G + B ~ 81%. #B2E4D9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 228 + 217 = 623 (100%)
R 178 of 623 ~ 28.57%
G 228 of 623 ~ 36.6%
B 217 of 623 ~ 34.83%

%28.57
%36.6
%34.83

CMYK color model

#B2E4D9 color CMYK value is (22,0,5,11).

  • cyan value is 21.93%
  • magenta value is 0.00%
  • yellow value is 4.82%
  • key color value is 10.59%
CMYK:
(22,0,5,11)
C22M0Y5K11 
(22%,0%,5%,11%)
(0.22/0.00/0.05/0.11)	

CMYK percentages

%21.93
%0
%4.82
%10.59

Codes

Color #B2E4D9 in popluar color models

B2E4D9
RGB178228217
HSL167°48.08%79.61%
HSB/HSV167°21.93%89.41%
CMYK21.93%0.00%4.82%
10.59%

Color #B2E4D9 in popluar number systems.

HEXB2E4D9
Decimal178228217
Binary101100101110010011011001
Octal262344331

Shades and tints

Shades of #B2E4D9

#B2E4D9
(178,228,217)
#A2D0C6
(162,208,198)
#92BCB3
(146,188,179)
#82A8A0
(130,168,160)
#72948D
(114,148,141)
#62807A
(98,128,122)
#526C67
(82,108,103)
#425854
(66,88,84)
#324441
(50,68,65)
#22302E
(34,48,46)
#121C1B
(18,28,27)
#000000
(0,0,0)

Tints of #B2E4D9

#B2E4D9
(178,228,217)
#B9E6DC
(185,230,220)
#C0E8DF
(192,232,223)
#C7EAE2
(199,234,226)
#CEECE5
(206,236,229)
#D5EEE8
(213,238,232)
#DCF0EB
(220,240,235)
#E3F2EE
(227,242,238)
#EAF4F1
(234,244,241)
#F1F6F4
(241,246,244)
#F8F8F7
(248,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2E4D9; }

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

This text font color is #B2E4D9.


Background Color

.myBgColor { background-color: #B2E4D9; }

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

This div background color is #B2E4D9.


Border color

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

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

This div border color is #B2E4D9.


Opacity

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

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

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

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

This text has shadow with #B2E4D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2E4D9 on black background.


Color preview on white background

This text has color #B2E4D9 on white background.



Black color preview on #B2E4D9 background

This text has black color on #B2E4D9 background.


White color preview on #B2E4D9 background

This text has white color on #B2E4D9 background.