COLOR #B9D99F

HEX: #B9D99F
RGB: (185,217,159)

Color info

#B9D99F contains red, green and blue colors in about the same proportion. Web safe color of #B9D99F is #CCCC99 (or #CC9).

RGB color model

#B9D99F color RGB value is (185,217,159).

  • red value is 185;
  • green value is 217;
  • blue value is 159.
RGB:
(185,217,159)
(73%,85%,62%)

RGB channels and saturation

R 185 of 255 = 73%
G 217 of 255 = 85%
B 159 of 255 = 62%

185
217
159

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

Portions of RGB colors in percentages

R + G + B =
185 + 217 + 159 = 561 (100%)
R 185 of 561 ~ 32.98%
G 217 of 561 ~ 38.68%
B 159 of 561 ~ 28.34%

%32.98
%38.68
%28.34

CMYK color model

#B9D99F color CMYK value is (15,0,27,15).

  • cyan value is 14.75%
  • magenta value is 0.00%
  • yellow value is 26.73%
  • key color value is 14.90%
CMYK:
(15,0,27,15)
C15M0Y27K15 
(15%,0%,27%,15%)
(0.15/0.00/0.27/0.15)	

CMYK percentages

%14.75
%0
%26.73
%14.9

Codes

Color #B9D99F in popluar color models

B9D99F
RGB185217159
HSL93°43.28%73.73%
HSB/HSV93°26.73%85.10%
CMYK14.75%0.00%26.73%
14.90%

Color #B9D99F in popluar number systems.

HEXB9D99F
Decimal185217159
Binary101110011101100110011111
Octal271331237

Shades and tints

Shades of #B9D99F

#B9D99F
(185,217,159)
#A9C691
(169,198,145)
#99B383
(153,179,131)
#89A075
(137,160,117)
#798D67
(121,141,103)
#697A59
(105,122,89)
#59674B
(89,103,75)
#49543D
(73,84,61)
#39412F
(57,65,47)
#292E21
(41,46,33)
#191B13
(25,27,19)
#000000
(0,0,0)

Tints of #B9D99F

#B9D99F
(185,217,159)
#BFDCA7
(191,220,167)
#C5DFAF
(197,223,175)
#CBE2B7
(203,226,183)
#D1E5BF
(209,229,191)
#D7E8C7
(215,232,199)
#DDEBCF
(221,235,207)
#E3EED7
(227,238,215)
#E9F1DF
(233,241,223)
#EFF4E7
(239,244,231)
#F5F7EF
(245,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9D99F color. Also use rgb(185,217,159) instead hex code.

Text Font Color

.myTextColor { color: #B9D99F; }

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

This text font color is #B9D99F.


Background Color

.myBgColor { background-color: #B9D99F; }

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

This div background color is #B9D99F.


Border color

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

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

This div border color is #B9D99F.


Opacity

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

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

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

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

This text has shadow with #B9D99F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9D99F on black background.


Color preview on white background

This text has color #B9D99F on white background.



Black color preview on #B9D99F background

This text has black color on #B9D99F background.


White color preview on #B9D99F background

This text has white color on #B9D99F background.