COLOR #B9CB97

HEX: #B9CB97
RGB: (185,203,151)

Color info

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

RGB color model

#B9CB97 color RGB value is (185,203,151).

  • red value is 185;
  • green value is 203;
  • blue value is 151.
RGB:
(185,203,151)
(73%,80%,59%)

RGB channels and saturation

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

185
203
151

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

Portions of RGB colors in percentages

R + G + B =
185 + 203 + 151 = 539 (100%)
R 185 of 539 ~ 34.32%
G 203 of 539 ~ 37.66%
B 151 of 539 ~ 28.01%

%34.32
%37.66
%28.01

CMYK color model

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

  • cyan value is 8.87%
  • magenta value is 0.00%
  • yellow value is 25.62%
  • 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
%25.62
%20.39

Codes

Color #B9CB97 in popluar color models

B9CB97
RGB185203151
HSL81°33.33%69.41%
HSB/HSV81°25.62%79.61%
CMYK8.87%0.00%25.62%
20.39%

Color #B9CB97 in popluar number systems.

HEXB9CB97
Decimal185203151
Binary101110011100101110010111
Octal271313227

Shades and tints

Shades of #B9CB97

#B9CB97
(185,203,151)
#A9B98A
(169,185,138)
#99A77D
(153,167,125)
#899570
(137,149,112)
#798363
(121,131,99)
#697156
(105,113,86)
#595F49
(89,95,73)
#494D3C
(73,77,60)
#393B2F
(57,59,47)
#292922
(41,41,34)
#191715
(25,23,21)
#000000
(0,0,0)

Tints of #B9CB97

#B9CB97
(185,203,151)
#BFCFA0
(191,207,160)
#C5D3A9
(197,211,169)
#CBD7B2
(203,215,178)
#D1DBBB
(209,219,187)
#D7DFC4
(215,223,196)
#DDE3CD
(221,227,205)
#E3E7D6
(227,231,214)
#E9EBDF
(233,235,223)
#EFEFE8
(239,239,232)
#F5F3F1
(245,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9CB97; }

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

This text font color is #B9CB97.


Background Color

.myBgColor { background-color: #B9CB97; }

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

This div background color is #B9CB97.


Border color

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

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

This div border color is #B9CB97.


Opacity

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

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

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

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

This text has shadow with #B9CB97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9CB97 on black background.


Color preview on white background

This text has color #B9CB97 on white background.



Black color preview on #B9CB97 background

This text has black color on #B9CB97 background.


White color preview on #B9CB97 background

This text has white color on #B9CB97 background.