COLOR #B9CB96

HEX: #B9CB96 RGB: (185,203,150)

Color info

#B9CB96 contains red, green and blue colors in about the same proportion. Web safe color of #B9CB96 is #CCCC99 (or #CC9).

RGB color model

#B9CB96 color RGB value is (185,203,150).

RGB: (185,203,150) (73%, 80%, 59%)

RGB channels and saturation

R 185 of 255 = 73%
G 203 of 255 = 80%
B 150 of 255 = 59%

185
203
150

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

Portions of RGB colors in percentages

R + G + B = 185 + 203 + 150 = 538 (100%)
R 185 of 538 ~ 34.39%
G 203 of 538 ~ 37.73%
B 150 of 538 ~ 27.88'%

%34.39
%37.73
%27.88

CMYK color model

#B9CB96 color CMYK value is (9,0,26,20).

  • cyan value is 8.87%
  • magenta value is 0.00%
  • yellow value is 26.11%
  • key color value is 20.39%

CMYK: (9,0,26,20)
C9M0Y26K20 (9%, 0%, 26%, 20%)
(0.09 / 0.00 / 0.26 / 0.20)

CMYK percentages

%8.87
%0
%26.11
%20.39

Codes

Color #B9CB96 in popluar color models

B9 CB 96
RGB 185 203 150
HSL 80° 33.76% 69.22%
HSB/HSV 80° 26.11% 79.61%
CMYK 8.87% 0.00% 26.11%
20.39%

Color #B9CB96 in popluar number systems.

HEX B9 CB 96
Decimal 185 203 150
Binary 10111001 11001011 10010110
Octal 271 313 226

Shades and tints

Shades of #B9CB96

#B9CB96
(185,203,150)
#A9B989
(169,185,137)
#99A77C
(153,167,124)
#89956F
(137,149,111)
#798362
(121,131,98)
#697155
(105,113,85)
#595F48
(89,95,72)
#494D3B
(73,77,59)
#393B2E
(57,59,46)
#292921
(41,41,33)
#191714
(25,23,20)
#000000
(0,0,0)

Tints of #B9CB96

#B9CB96
(185,203,150)
#BFCF9F
(191,207,159)
#C5D3A8
(197,211,168)
#CBD7B1
(203,215,177)
#D1DBBA
(209,219,186)
#D7DFC3
(215,223,195)
#DDE3CC
(221,227,204)
#E3E7D5
(227,231,213)
#E9EBDE
(233,235,222)
#EFEFE7
(239,239,231)
#F5F3F0
(245,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9CB96; }

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

This text font color is #B9CB96.

Background Color

.myBgColor { background-color: #B9CB96; }

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

This div background color is #B9CB96.

Border color

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

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

This div border color is #B9CB96.

Opacity

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

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

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

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

This text has shadow with #B9CB96 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9CB96.

Preview

Color preview on black background

This text has color #B9CB96 on black background.


Color preview on white background

This text has color #B9CB96 on white background.


Black color preview on #B9CB96 background

This text has black color on #B9CB96 background.


White color preview on #B9CB96 background

This text has white color on #B9CB96 background.


Related colors

Complementary color

Complementary color for #hex is #463469.


I love getcolorcode.com

Triadic colors

1 #96B9CB and #CB96B9 with #B9CB96 are triadic colors.

2 #96CBB9 and #CBB996 with #B9CB96 are triadic colors.