COLOR #B4D99D

HEX: #B4D99D
RGB: (180,217,157)

Color info

#B4D99D contains mainly red and green colors. Web safe color of #B4D99D is #CCCC99 (or #CC9).

RGB color model

#B4D99D color RGB value is (180,217,157).

  • red value is 180;
  • green value is 217;
  • blue value is 157.
RGB:
(180,217,157)
(71%,85%,62%)

RGB channels and saturation

R 180 of 255 = 71%
G 217 of 255 = 85%
B 157 of 255 = 62%

180
217
157

R + G + B ~ 73%. #B4D99D is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 217 + 157 = 554 (100%)
R 180 of 554 ~ 32.49%
G 217 of 554 ~ 39.17%
B 157 of 554 ~ 28.34%

%32.49
%39.17
%28.34

CMYK color model

#B4D99D color CMYK value is (17,0,28,15).

  • cyan value is 17.05%
  • magenta value is 0.00%
  • yellow value is 27.65%
  • key color value is 14.90%
CMYK:
(17,0,28,15)
C17M0Y28K15 
(17%,0%,28%,15%)
(0.17/0.00/0.28/0.15)	

CMYK percentages

%17.05
%0
%27.65
%14.9

Codes

Color #B4D99D in popluar color models

B4D99D
RGB180217157
HSL97°44.12%73.33%
HSB/HSV97°27.65%85.10%
CMYK17.05%0.00%27.65%
14.90%

Color #B4D99D in popluar number systems.

HEXB4D99D
Decimal180217157
Binary101101001101100110011101
Octal264331235

Shades and tints

Shades of #B4D99D

#B4D99D
(180,217,157)
#A4C68F
(164,198,143)
#94B381
(148,179,129)
#84A073
(132,160,115)
#748D65
(116,141,101)
#647A57
(100,122,87)
#546749
(84,103,73)
#44543B
(68,84,59)
#34412D
(52,65,45)
#242E1F
(36,46,31)
#141B11
(20,27,17)
#000000
(0,0,0)

Tints of #B4D99D

#B4D99D
(180,217,157)
#BADCA5
(186,220,165)
#C0DFAD
(192,223,173)
#C6E2B5
(198,226,181)
#CCE5BD
(204,229,189)
#D2E8C5
(210,232,197)
#D8EBCD
(216,235,205)
#DEEED5
(222,238,213)
#E4F1DD
(228,241,221)
#EAF4E5
(234,244,229)
#F0F7ED
(240,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4D99D color. Also use rgb(180,217,157) instead hex code.

Text Font Color

.myTextColor { color: #B4D99D; }

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

This text font color is #B4D99D.


Background Color

.myBgColor { background-color: #B4D99D; }

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

This div background color is #B4D99D.


Border color

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

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

This div border color is #B4D99D.


Opacity

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

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

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

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

This text has shadow with #B4D99D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4D99D on black background.


Color preview on white background

This text has color #B4D99D on white background.



Black color preview on #B4D99D background

This text has black color on #B4D99D background.


White color preview on #B4D99D background

This text has white color on #B4D99D background.