COLOR #B9DF91

HEX: #B9DF91
RGB: (185,223,145)

Color info

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

RGB color model

#B9DF91 color RGB value is (185,223,145).

  • red value is 185;
  • green value is 223;
  • blue value is 145.
RGB:
(185,223,145)
(73%,87%,57%)

RGB channels and saturation

R 185 of 255 = 73%
G 223 of 255 = 87%
B 145 of 255 = 57%

185
223
145

R + G + B ~ 72%. #B9DF91 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 223 + 145 = 553 (100%)
R 185 of 553 ~ 33.45%
G 223 of 553 ~ 40.33%
B 145 of 553 ~ 26.22%

%33.45
%40.33
%26.22

CMYK color model

#B9DF91 color CMYK value is (17,0,35,13).

  • cyan value is 17.04%
  • magenta value is 0.00%
  • yellow value is 34.98%
  • key color value is 12.55%
CMYK:
(17,0,35,13)
C17M0Y35K13 
(17%,0%,35%,13%)
(0.17/0.00/0.35/0.13)	

CMYK percentages

%17.04
%0
%34.98
%12.55

Codes

Color #B9DF91 in popluar color models

B9DF91
RGB185223145
HSL89°54.93%72.16%
HSB/HSV89°34.98%87.45%
CMYK17.04%0.00%34.98%
12.55%

Color #B9DF91 in popluar number systems.

HEXB9DF91
Decimal185223145
Binary101110011101111110010001
Octal271337221

Shades and tints

Shades of #B9DF91

#B9DF91
(185,223,145)
#A9CB84
(169,203,132)
#99B777
(153,183,119)
#89A36A
(137,163,106)
#798F5D
(121,143,93)
#697B50
(105,123,80)
#596743
(89,103,67)
#495336
(73,83,54)
#393F29
(57,63,41)
#292B1C
(41,43,28)
#19170F
(25,23,15)
#000000
(0,0,0)

Tints of #B9DF91

#B9DF91
(185,223,145)
#BFE19B
(191,225,155)
#C5E3A5
(197,227,165)
#CBE5AF
(203,229,175)
#D1E7B9
(209,231,185)
#D7E9C3
(215,233,195)
#DDEBCD
(221,235,205)
#E3EDD7
(227,237,215)
#E9EFE1
(233,239,225)
#EFF1EB
(239,241,235)
#F5F3F5
(245,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9DF91 color. Also use rgb(185,223,145) instead hex code.

Text Font Color

.myTextColor { color: #B9DF91; }

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

This text font color is #B9DF91.


Background Color

.myBgColor { background-color: #B9DF91; }

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

This div background color is #B9DF91.


Border color

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

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

This div border color is #B9DF91.


Opacity

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

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

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

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

This text has shadow with #B9DF91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9DF91 on black background.


Color preview on white background

This text has color #B9DF91 on white background.



Black color preview on #B9DF91 background

This text has black color on #B9DF91 background.


White color preview on #B9DF91 background

This text has white color on #B9DF91 background.