COLOR #B2D2A2

HEX: #B2D2A2
RGB: (178,210,162)

Color info

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

RGB color model

#B2D2A2 color RGB value is (178,210,162).

  • red value is 178;
  • green value is 210;
  • blue value is 162.
RGB:
(178,210,162)
(70%,82%,64%)

RGB channels and saturation

R 178 of 255 = 70%
G 210 of 255 = 82%
B 162 of 255 = 64%

178
210
162

R + G + B ~ 72%. #B2D2A2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 210 + 162 = 550 (100%)
R 178 of 550 ~ 32.36%
G 210 of 550 ~ 38.18%
B 162 of 550 ~ 29.45%

%32.36
%38.18
%29.45

CMYK color model

#B2D2A2 color CMYK value is (15,0,23,18).

  • cyan value is 15.24%
  • magenta value is 0.00%
  • yellow value is 22.86%
  • key color value is 17.65%
CMYK:
(15,0,23,18)
C15M0Y23K18 
(15%,0%,23%,18%)
(0.15/0.00/0.23/0.18)	

CMYK percentages

%15.24
%0
%22.86
%17.65

Codes

Color #B2D2A2 in popluar color models

B2D2A2
RGB178210162
HSL100°34.78%72.94%
HSB/HSV100°22.86%82.35%
CMYK15.24%0.00%22.86%
17.65%

Color #B2D2A2 in popluar number systems.

HEXB2D2A2
Decimal178210162
Binary101100101101001010100010
Octal262322242

Shades and tints

Shades of #B2D2A2

#B2D2A2
(178,210,162)
#A2BF94
(162,191,148)
#92AC86
(146,172,134)
#829978
(130,153,120)
#72866A
(114,134,106)
#62735C
(98,115,92)
#52604E
(82,96,78)
#424D40
(66,77,64)
#323A32
(50,58,50)
#222724
(34,39,36)
#121416
(18,20,22)
#000000
(0,0,0)

Tints of #B2D2A2

#B2D2A2
(178,210,162)
#B9D6AA
(185,214,170)
#C0DAB2
(192,218,178)
#C7DEBA
(199,222,186)
#CEE2C2
(206,226,194)
#D5E6CA
(213,230,202)
#DCEAD2
(220,234,210)
#E3EEDA
(227,238,218)
#EAF2E2
(234,242,226)
#F1F6EA
(241,246,234)
#F8FAF2
(248,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2D2A2; }

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

This text font color is #B2D2A2.


Background Color

.myBgColor { background-color: #B2D2A2; }

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

This div background color is #B2D2A2.


Border color

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

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

This div border color is #B2D2A2.


Opacity

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

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

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

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

This text has shadow with #B2D2A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2D2A2 on black background.


Color preview on white background

This text has color #B2D2A2 on white background.



Black color preview on #B2D2A2 background

This text has black color on #B2D2A2 background.


White color preview on #B2D2A2 background

This text has white color on #B2D2A2 background.