COLOR #B2D49F

HEX: #B2D49F
RGB: (178,212,159)

Color info

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

RGB color model

#B2D49F color RGB value is (178,212,159).

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

RGB channels and saturation

R 178 of 255 = 70%
G 212 of 255 = 83%
B 159 of 255 = 62%

178
212
159

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

Portions of RGB colors in percentages

R + G + B =
178 + 212 + 159 = 549 (100%)
R 178 of 549 ~ 32.42%
G 212 of 549 ~ 38.62%
B 159 of 549 ~ 28.96%

%32.42
%38.62
%28.96

CMYK color model

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

  • cyan value is 16.04%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • 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
%25
%16.86

Codes

Color #B2D49F in popluar color models

B2D49F
RGB178212159
HSL98°38.13%72.75%
HSB/HSV98°25.00%83.14%
CMYK16.04%0.00%25.00%
16.86%

Color #B2D49F in popluar number systems.

HEXB2D49F
Decimal178212159
Binary101100101101010010011111
Octal262324237

Shades and tints

Shades of #B2D49F

#B2D49F
(178,212,159)
#A2C191
(162,193,145)
#92AE83
(146,174,131)
#829B75
(130,155,117)
#728867
(114,136,103)
#627559
(98,117,89)
#52624B
(82,98,75)
#424F3D
(66,79,61)
#323C2F
(50,60,47)
#222921
(34,41,33)
#121613
(18,22,19)
#000000
(0,0,0)

Tints of #B2D49F

#B2D49F
(178,212,159)
#B9D7A7
(185,215,167)
#C0DAAF
(192,218,175)
#C7DDB7
(199,221,183)
#CEE0BF
(206,224,191)
#D5E3C7
(213,227,199)
#DCE6CF
(220,230,207)
#E3E9D7
(227,233,215)
#EAECDF
(234,236,223)
#F1EFE7
(241,239,231)
#F8F2EF
(248,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2D49F; }

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

This text font color is #B2D49F.


Background Color

.myBgColor { background-color: #B2D49F; }

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

This div background color is #B2D49F.


Border color

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

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

This div border color is #B2D49F.


Opacity

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

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

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

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

This text has shadow with #B2D49F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2D49F on black background.


Color preview on white background

This text has color #B2D49F on white background.



Black color preview on #B2D49F background

This text has black color on #B2D49F background.


White color preview on #B2D49F background

This text has white color on #B2D49F background.