COLOR #B9D887

HEX: #B9D887
RGB: (185,216,135)

Color info

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

RGB color model

#B9D887 color RGB value is (185,216,135).

  • red value is 185;
  • green value is 216;
  • blue value is 135.
RGB:
(185,216,135)
(73%,85%,53%)

RGB channels and saturation

R 185 of 255 = 73%
G 216 of 255 = 85%
B 135 of 255 = 53%

185
216
135

R + G + B ~ 70%. #B9D887 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 216 + 135 = 536 (100%)
R 185 of 536 ~ 34.51%
G 216 of 536 ~ 40.3%
B 135 of 536 ~ 25.19%

%34.51
%40.3
%25.19

CMYK color model

#B9D887 color CMYK value is (14,0,38,15).

  • cyan value is 14.35%
  • magenta value is 0.00%
  • yellow value is 37.50%
  • key color value is 15.29%
CMYK:
(14,0,38,15)
C14M0Y38K15 
(14%,0%,38%,15%)
(0.14/0.00/0.38/0.15)	

CMYK percentages

%14.35
%0
%37.5
%15.29

Codes

Color #B9D887 in popluar color models

B9D887
RGB185216135
HSL83°50.94%68.82%
HSB/HSV83°37.50%84.71%
CMYK14.35%0.00%37.50%
15.29%

Color #B9D887 in popluar number systems.

HEXB9D887
Decimal185216135
Binary101110011101100010000111
Octal271330207

Shades and tints

Shades of #B9D887

#B9D887
(185,216,135)
#A9C57B
(169,197,123)
#99B26F
(153,178,111)
#899F63
(137,159,99)
#798C57
(121,140,87)
#69794B
(105,121,75)
#59663F
(89,102,63)
#495333
(73,83,51)
#394027
(57,64,39)
#292D1B
(41,45,27)
#191A0F
(25,26,15)
#000000
(0,0,0)

Tints of #B9D887

#B9D887
(185,216,135)
#BFDB91
(191,219,145)
#C5DE9B
(197,222,155)
#CBE1A5
(203,225,165)
#D1E4AF
(209,228,175)
#D7E7B9
(215,231,185)
#DDEAC3
(221,234,195)
#E3EDCD
(227,237,205)
#E9F0D7
(233,240,215)
#EFF3E1
(239,243,225)
#F5F6EB
(245,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9D887 color. Also use rgb(185,216,135) instead hex code.

Text Font Color

.myTextColor { color: #B9D887; }

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

This text font color is #B9D887.


Background Color

.myBgColor { background-color: #B9D887; }

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

This div background color is #B9D887.


Border color

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

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

This div border color is #B9D887.


Opacity

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

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

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

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

This text has shadow with #B9D887 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9D887 on black background.


Color preview on white background

This text has color #B9D887 on white background.



Black color preview on #B9D887 background

This text has black color on #B9D887 background.


White color preview on #B9D887 background

This text has white color on #B9D887 background.