COLOR #B2DEB2

HEX: #B2DEB2
RGB: (178,222,178)

Color info

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

RGB color model

#B2DEB2 color RGB value is (178,222,178).

  • red value is 178;
  • green value is 222;
  • blue value is 178.
RGB:
(178,222,178)
(70%,87%,70%)

RGB channels and saturation

R 178 of 255 = 70%
G 222 of 255 = 87%
B 178 of 255 = 70%

178
222
178

R + G + B ~ 76%. #B2DEB2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 222 + 178 = 578 (100%)
R 178 of 578 ~ 30.8%
G 222 of 578 ~ 38.41%
B 178 of 578 ~ 30.8%

%30.8
%38.41
%30.8

CMYK color model

#B2DEB2 color CMYK value is (20,0,20,13).

  • cyan value is 19.82%
  • magenta value is 0.00%
  • yellow value is 19.82%
  • key color value is 12.94%
CMYK:
(20,0,20,13)
C20M0Y20K13 
(20%,0%,20%,13%)
(0.20/0.00/0.20/0.13)	

CMYK percentages

%19.82
%0
%19.82
%12.94

Codes

Color #B2DEB2 in popluar color models

B2DEB2
RGB178222178
HSL120°40.00%78.43%
HSB/HSV120°19.82%87.06%
CMYK19.82%0.00%19.82%
12.94%

Color #B2DEB2 in popluar number systems.

HEXB2DEB2
Decimal178222178
Binary101100101101111010110010
Octal262336262

Shades and tints

Shades of #B2DEB2

#B2DEB2
(178,222,178)
#A2CAA2
(162,202,162)
#92B692
(146,182,146)
#82A282
(130,162,130)
#728E72
(114,142,114)
#627A62
(98,122,98)
#526652
(82,102,82)
#425242
(66,82,66)
#323E32
(50,62,50)
#222A22
(34,42,34)
#121612
(18,22,18)
#000000
(0,0,0)

Tints of #B2DEB2

#B2DEB2
(178,222,178)
#B9E1B9
(185,225,185)
#C0E4C0
(192,228,192)
#C7E7C7
(199,231,199)
#CEEACE
(206,234,206)
#D5EDD5
(213,237,213)
#DCF0DC
(220,240,220)
#E3F3E3
(227,243,227)
#EAF6EA
(234,246,234)
#F1F9F1
(241,249,241)
#F8FCF8
(248,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2DEB2; }

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

This text font color is #B2DEB2.


Background Color

.myBgColor { background-color: #B2DEB2; }

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

This div background color is #B2DEB2.


Border color

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

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

This div border color is #B2DEB2.


Opacity

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

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

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

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

This text has shadow with #B2DEB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2DEB2 on black background.


Color preview on white background

This text has color #B2DEB2 on white background.



Black color preview on #B2DEB2 background

This text has black color on #B2DEB2 background.


White color preview on #B2DEB2 background

This text has white color on #B2DEB2 background.