COLOR #B2D4A0

HEX: #B2D4A0
RGB: (178,212,160)

Color info

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

RGB color model

#B2D4A0 color RGB value is (178,212,160).

  • red value is 178;
  • green value is 212;
  • blue value is 160.
RGB:
(178,212,160)
(70%,83%,63%)

RGB channels and saturation

R 178 of 255 = 70%
G 212 of 255 = 83%
B 160 of 255 = 63%

178
212
160

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

Portions of RGB colors in percentages

R + G + B =
178 + 212 + 160 = 550 (100%)
R 178 of 550 ~ 32.36%
G 212 of 550 ~ 38.55%
B 160 of 550 ~ 29.09%

%32.36
%38.55
%29.09

CMYK color model

#B2D4A0 color CMYK value is (16,0,25,17).

  • cyan value is 16.04%
  • magenta value is 0.00%
  • yellow value is 24.53%
  • key color value is 16.86%
CMYK:
(16,0,25,17)
C16M0Y25K17 
(16%,0%,25%,17%)
(0.16/0.00/0.25/0.17)	

CMYK percentages

%16.04
%0
%24.53
%16.86

Codes

Color #B2D4A0 in popluar color models

B2D4A0
RGB178212160
HSL99°37.68%72.94%
HSB/HSV99°24.53%83.14%
CMYK16.04%0.00%24.53%
16.86%

Color #B2D4A0 in popluar number systems.

HEXB2D4A0
Decimal178212160
Binary101100101101010010100000
Octal262324240

Shades and tints

Shades of #B2D4A0

#B2D4A0
(178,212,160)
#A2C192
(162,193,146)
#92AE84
(146,174,132)
#829B76
(130,155,118)
#728868
(114,136,104)
#62755A
(98,117,90)
#52624C
(82,98,76)
#424F3E
(66,79,62)
#323C30
(50,60,48)
#222922
(34,41,34)
#121614
(18,22,20)
#000000
(0,0,0)

Tints of #B2D4A0

#B2D4A0
(178,212,160)
#B9D7A8
(185,215,168)
#C0DAB0
(192,218,176)
#C7DDB8
(199,221,184)
#CEE0C0
(206,224,192)
#D5E3C8
(213,227,200)
#DCE6D0
(220,230,208)
#E3E9D8
(227,233,216)
#EAECE0
(234,236,224)
#F1EFE8
(241,239,232)
#F8F2F0
(248,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2D4A0; }

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

This text font color is #B2D4A0.


Background Color

.myBgColor { background-color: #B2D4A0; }

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

This div background color is #B2D4A0.


Border color

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

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

This div border color is #B2D4A0.


Opacity

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

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

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

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

This text has shadow with #B2D4A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2D4A0 on black background.


Color preview on white background

This text has color #B2D4A0 on white background.



Black color preview on #B2D4A0 background

This text has black color on #B2D4A0 background.


White color preview on #B2D4A0 background

This text has white color on #B2D4A0 background.