COLOR #B2E3D0

HEX: #B2E3D0
RGB: (178,227,208)

Color info

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

RGB color model

#B2E3D0 color RGB value is (178,227,208).

  • red value is 178;
  • green value is 227;
  • blue value is 208.
RGB:
(178,227,208)
(70%,89%,82%)

RGB channels and saturation

R 178 of 255 = 70%
G 227 of 255 = 89%
B 208 of 255 = 82%

178
227
208

R + G + B ~ 80%. #B2E3D0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 227 + 208 = 613 (100%)
R 178 of 613 ~ 29.04%
G 227 of 613 ~ 37.03%
B 208 of 613 ~ 33.93%

%29.04
%37.03
%33.93

CMYK color model

#B2E3D0 color CMYK value is (22,0,8,11).

  • cyan value is 21.59%
  • magenta value is 0.00%
  • yellow value is 8.37%
  • key color value is 10.98%
CMYK:
(22,0,8,11)
C22M0Y8K11 
(22%,0%,8%,11%)
(0.22/0.00/0.08/0.11)	

CMYK percentages

%21.59
%0
%8.37
%10.98

Codes

Color #B2E3D0 in popluar color models

B2E3D0
RGB178227208
HSL157°46.67%79.41%
HSB/HSV157°21.59%89.02%
CMYK21.59%0.00%8.37%
10.98%

Color #B2E3D0 in popluar number systems.

HEXB2E3D0
Decimal178227208
Binary101100101110001111010000
Octal262343320

Shades and tints

Shades of #B2E3D0

#B2E3D0
(178,227,208)
#A2CFBE
(162,207,190)
#92BBAC
(146,187,172)
#82A79A
(130,167,154)
#729388
(114,147,136)
#627F76
(98,127,118)
#526B64
(82,107,100)
#425752
(66,87,82)
#324340
(50,67,64)
#222F2E
(34,47,46)
#121B1C
(18,27,28)
#000000
(0,0,0)

Tints of #B2E3D0

#B2E3D0
(178,227,208)
#B9E5D4
(185,229,212)
#C0E7D8
(192,231,216)
#C7E9DC
(199,233,220)
#CEEBE0
(206,235,224)
#D5EDE4
(213,237,228)
#DCEFE8
(220,239,232)
#E3F1EC
(227,241,236)
#EAF3F0
(234,243,240)
#F1F5F4
(241,245,244)
#F8F7F8
(248,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2E3D0; }

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

This text font color is #B2E3D0.


Background Color

.myBgColor { background-color: #B2E3D0; }

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

This div background color is #B2E3D0.


Border color

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

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

This div border color is #B2E3D0.


Opacity

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

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

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

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

This text has shadow with #B2E3D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2E3D0 on black background.


Color preview on white background

This text has color #B2E3D0 on white background.



Black color preview on #B2E3D0 background

This text has black color on #B2E3D0 background.


White color preview on #B2E3D0 background

This text has white color on #B2E3D0 background.