COLOR #B9D889

HEX: #B9D889
RGB: (185,216,137)

Color info

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

RGB color model

#B9D889 color RGB value is (185,216,137).

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

RGB channels and saturation

R 185 of 255 = 73%
G 216 of 255 = 85%
B 137 of 255 = 54%

185
216
137

R + G + B ~ 71%. #B9D889 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 216 + 137 = 538 (100%)
R 185 of 538 ~ 34.39%
G 216 of 538 ~ 40.15%
B 137 of 538 ~ 25.46%

%34.39
%40.15
%25.46

CMYK color model

#B9D889 color CMYK value is (14,0,37,15).

  • cyan value is 14.35%
  • magenta value is 0.00%
  • yellow value is 36.57%
  • key color value is 15.29%
CMYK:
(14,0,37,15)
C14M0Y37K15 
(14%,0%,37%,15%)
(0.14/0.00/0.37/0.15)	

CMYK percentages

%14.35
%0
%36.57
%15.29

Codes

Color #B9D889 in popluar color models

B9D889
RGB185216137
HSL84°50.32%69.22%
HSB/HSV84°36.57%84.71%
CMYK14.35%0.00%36.57%
15.29%

Color #B9D889 in popluar number systems.

HEXB9D889
Decimal185216137
Binary101110011101100010001001
Octal271330211

Shades and tints

Shades of #B9D889

#B9D889
(185,216,137)
#A9C57D
(169,197,125)
#99B271
(153,178,113)
#899F65
(137,159,101)
#798C59
(121,140,89)
#69794D
(105,121,77)
#596641
(89,102,65)
#495335
(73,83,53)
#394029
(57,64,41)
#292D1D
(41,45,29)
#191A11
(25,26,17)
#000000
(0,0,0)

Tints of #B9D889

#B9D889
(185,216,137)
#BFDB93
(191,219,147)
#C5DE9D
(197,222,157)
#CBE1A7
(203,225,167)
#D1E4B1
(209,228,177)
#D7E7BB
(215,231,187)
#DDEAC5
(221,234,197)
#E3EDCF
(227,237,207)
#E9F0D9
(233,240,217)
#EFF3E3
(239,243,227)
#F5F6ED
(245,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9D889; }

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

This text font color is #B9D889.


Background Color

.myBgColor { background-color: #B9D889; }

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

This div background color is #B9D889.


Border color

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

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

This div border color is #B9D889.


Opacity

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

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

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

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

This text has shadow with #B9D889 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9D889 on black background.


Color preview on white background

This text has color #B9D889 on white background.



Black color preview on #B9D889 background

This text has black color on #B9D889 background.


White color preview on #B9D889 background

This text has white color on #B9D889 background.