COLOR #B9DA9F

HEX: #B9DA9F
RGB: (185,218,159)

Color info

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

RGB color model

#B9DA9F color RGB value is (185,218,159).

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

RGB channels and saturation

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

185
218
159

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

Portions of RGB colors in percentages

R + G + B =
185 + 218 + 159 = 562 (100%)
R 185 of 562 ~ 32.92%
G 218 of 562 ~ 38.79%
B 159 of 562 ~ 28.29%

%32.92
%38.79
%28.29

CMYK color model

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

  • cyan value is 15.14%
  • magenta value is 0.00%
  • yellow value is 27.06%
  • key color value is 14.51%
CMYK:
(15,0,27,15)
C15M0Y27K15 
(15%,0%,27%,15%)
(0.15/0.00/0.27/0.15)	

CMYK percentages

%15.14
%0
%27.06
%14.51

Codes

Color #B9DA9F in popluar color models

B9DA9F
RGB185218159
HSL94°44.36%73.92%
HSB/HSV94°27.06%85.49%
CMYK15.14%0.00%27.06%
14.51%

Color #B9DA9F in popluar number systems.

HEXB9DA9F
Decimal185218159
Binary101110011101101010011111
Octal271332237

Shades and tints

Shades of #B9DA9F

#B9DA9F
(185,218,159)
#A9C791
(169,199,145)
#99B483
(153,180,131)
#89A175
(137,161,117)
#798E67
(121,142,103)
#697B59
(105,123,89)
#59684B
(89,104,75)
#49553D
(73,85,61)
#39422F
(57,66,47)
#292F21
(41,47,33)
#191C13
(25,28,19)
#000000
(0,0,0)

Tints of #B9DA9F

#B9DA9F
(185,218,159)
#BFDDA7
(191,221,167)
#C5E0AF
(197,224,175)
#CBE3B7
(203,227,183)
#D1E6BF
(209,230,191)
#D7E9C7
(215,233,199)
#DDECCF
(221,236,207)
#E3EFD7
(227,239,215)
#E9F2DF
(233,242,223)
#EFF5E7
(239,245,231)
#F5F8EF
(245,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9DA9F; }

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

This text font color is #B9DA9F.


Background Color

.myBgColor { background-color: #B9DA9F; }

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

This div background color is #B9DA9F.


Border color

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

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

This div border color is #B9DA9F.


Opacity

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

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

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

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

This text has shadow with #B9DA9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9DA9F on black background.


Color preview on white background

This text has color #B9DA9F on white background.



Black color preview on #B9DA9F background

This text has black color on #B9DA9F background.


White color preview on #B9DA9F background

This text has white color on #B9DA9F background.