COLOR #B9DB96

HEX: #B9DB96 RGB: (185,219,150)

Color info

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

RGB color model

#B9DB96 color RGB value is (185,219,150).

RGB: (185,219,150) (73%, 86%, 59%)

RGB channels and saturation

R 185 of 255 = 73%
G 219 of 255 = 86%
B 150 of 255 = 59%

185
219
150

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

Portions of RGB colors in percentages

R + G + B = 185 + 219 + 150 = 554 (100%)
R 185 of 554 ~ 33.39%
G 219 of 554 ~ 39.53%
B 150 of 554 ~ 27.08'%

%33.39
%39.53
%27.08

CMYK color model

#B9DB96 color CMYK value is (16,0,32,14).

  • cyan value is 15.53%
  • magenta value is 0.00%
  • yellow value is 31.51%
  • key color value is 14.12%

CMYK: (16,0,32,14)
C16M0Y32K14 (16%, 0%, 32%, 14%)
(0.16 / 0.00 / 0.32 / 0.14)

CMYK percentages

%15.53
%0
%31.51
%14.12

Codes

Color #B9DB96 in popluar color models

B9 DB 96
RGB 185 219 150
HSL 90° 48.94% 72.35%
HSB/HSV 90° 31.51% 85.88%
CMYK 15.53% 0.00% 31.51%
14.12%

Color #B9DB96 in popluar number systems.

HEX B9 DB 96
Decimal 185 219 150
Binary 10111001 11011011 10010110
Octal 271 333 226

Shades and tints

Shades of #B9DB96

#B9DB96
(185,219,150)
#A9C889
(169,200,137)
#99B57C
(153,181,124)
#89A26F
(137,162,111)
#798F62
(121,143,98)
#697C55
(105,124,85)
#596948
(89,105,72)
#49563B
(73,86,59)
#39432E
(57,67,46)
#293021
(41,48,33)
#191D14
(25,29,20)
#000000
(0,0,0)

Tints of #B9DB96

#B9DB96
(185,219,150)
#BFDE9F
(191,222,159)
#C5E1A8
(197,225,168)
#CBE4B1
(203,228,177)
#D1E7BA
(209,231,186)
#D7EAC3
(215,234,195)
#DDEDCC
(221,237,204)
#E3F0D5
(227,240,213)
#E9F3DE
(233,243,222)
#EFF6E7
(239,246,231)
#F5F9F0
(245,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9DB96; }

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

This text font color is #B9DB96.

Background Color

.myBgColor { background-color: #B9DB96; }

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

This div background color is #B9DB96.

Border color

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

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

This div border color is #B9DB96.

Opacity

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

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

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

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

This text has shadow with #B9DB96 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9DB96.

Preview

Color preview on black background

This text has color #B9DB96 on black background.


Color preview on white background

This text has color #B9DB96 on white background.


Black color preview on #B9DB96 background

This text has black color on #B9DB96 background.


White color preview on #B9DB96 background

This text has white color on #B9DB96 background.


Related colors

Complementary color

Complementary color for #hex is #462469.


I love getcolorcode.com

Triadic colors

1 #96B9DB and #DB96B9 with #B9DB96 are triadic colors.

2 #96DBB9 and #DBB996 with #B9DB96 are triadic colors.