COLOR #B9DB90

HEX: #B9DB90
RGB: (185,219,144)

Color info

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

RGB color model

#B9DB90 color RGB value is (185,219,144).

  • red value is 185;
  • green value is 219;
  • blue value is 144.
RGB:
(185,219,144)
(73%,86%,56%)

RGB channels and saturation

R 185 of 255 = 73%
G 219 of 255 = 86%
B 144 of 255 = 56%

185
219
144

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

Portions of RGB colors in percentages

R + G + B =
185 + 219 + 144 = 548 (100%)
R 185 of 548 ~ 33.76%
G 219 of 548 ~ 39.96%
B 144 of 548 ~ 26.28%

%33.76
%39.96
%26.28

CMYK color model

#B9DB90 color CMYK value is (16,0,34,14).

  • cyan value is 15.53%
  • magenta value is 0.00%
  • yellow value is 34.25%
  • key color value is 14.12%
CMYK:
(16,0,34,14)
C16M0Y34K14 
(16%,0%,34%,14%)
(0.16/0.00/0.34/0.14)	

CMYK percentages

%15.53
%0
%34.25
%14.12

Codes

Color #B9DB90 in popluar color models

B9DB90
RGB185219144
HSL87°51.02%71.18%
HSB/HSV87°34.25%85.88%
CMYK15.53%0.00%34.25%
14.12%

Color #B9DB90 in popluar number systems.

HEXB9DB90
Decimal185219144
Binary101110011101101110010000
Octal271333220

Shades and tints

Shades of #B9DB90

#B9DB90
(185,219,144)
#A9C883
(169,200,131)
#99B576
(153,181,118)
#89A269
(137,162,105)
#798F5C
(121,143,92)
#697C4F
(105,124,79)
#596942
(89,105,66)
#495635
(73,86,53)
#394328
(57,67,40)
#29301B
(41,48,27)
#191D0E
(25,29,14)
#000000
(0,0,0)

Tints of #B9DB90

#B9DB90
(185,219,144)
#BFDE9A
(191,222,154)
#C5E1A4
(197,225,164)
#CBE4AE
(203,228,174)
#D1E7B8
(209,231,184)
#D7EAC2
(215,234,194)
#DDEDCC
(221,237,204)
#E3F0D6
(227,240,214)
#E9F3E0
(233,243,224)
#EFF6EA
(239,246,234)
#F5F9F4
(245,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9DB90 color. Also use rgb(185,219,144) instead hex code.

Text Font Color

.myTextColor { color: #B9DB90; }

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

This text font color is #B9DB90.


Background Color

.myBgColor { background-color: #B9DB90; }

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

This div background color is #B9DB90.


Border color

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

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

This div border color is #B9DB90.


Opacity

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

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

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

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

This text has shadow with #B9DB90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9DB90 on black background.


Color preview on white background

This text has color #B9DB90 on white background.



Black color preview on #B9DB90 background

This text has black color on #B9DB90 background.


White color preview on #B9DB90 background

This text has white color on #B9DB90 background.