COLOR #B9CB8B

HEX: #B9CB8B
RGB: (185,203,139)

Color info

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

RGB color model

#B9CB8B color RGB value is (185,203,139).

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

RGB channels and saturation

R 185 of 255 = 73%
G 203 of 255 = 80%
B 139 of 255 = 55%

185
203
139

R + G + B ~ 69%. #B9CB8B is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 203 + 139 = 527 (100%)
R 185 of 527 ~ 35.1%
G 203 of 527 ~ 38.52%
B 139 of 527 ~ 26.38%

%35.1
%38.52
%26.38

CMYK color model

#B9CB8B color CMYK value is (9,0,32,20).

  • cyan value is 8.87%
  • magenta value is 0.00%
  • yellow value is 31.53%
  • key color value is 20.39%
CMYK:
(9,0,32,20)
C9M0Y32K20 
(9%,0%,32%,20%)
(0.09/0.00/0.32/0.20)	

CMYK percentages

%8.87
%0
%31.53
%20.39

Codes

Color #B9CB8B in popluar color models

B9CB8B
RGB185203139
HSL77°38.10%67.06%
HSB/HSV77°31.53%79.61%
CMYK8.87%0.00%31.53%
20.39%

Color #B9CB8B in popluar number systems.

HEXB9CB8B
Decimal185203139
Binary101110011100101110001011
Octal271313213

Shades and tints

Shades of #B9CB8B

#B9CB8B
(185,203,139)
#A9B97F
(169,185,127)
#99A773
(153,167,115)
#899567
(137,149,103)
#79835B
(121,131,91)
#69714F
(105,113,79)
#595F43
(89,95,67)
#494D37
(73,77,55)
#393B2B
(57,59,43)
#29291F
(41,41,31)
#191713
(25,23,19)
#000000
(0,0,0)

Tints of #B9CB8B

#B9CB8B
(185,203,139)
#BFCF95
(191,207,149)
#C5D39F
(197,211,159)
#CBD7A9
(203,215,169)
#D1DBB3
(209,219,179)
#D7DFBD
(215,223,189)
#DDE3C7
(221,227,199)
#E3E7D1
(227,231,209)
#E9EBDB
(233,235,219)
#EFEFE5
(239,239,229)
#F5F3EF
(245,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9CB8B; }

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

This text font color is #B9CB8B.


Background Color

.myBgColor { background-color: #B9CB8B; }

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

This div background color is #B9CB8B.


Border color

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

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

This div border color is #B9CB8B.


Opacity

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

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

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

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

This text has shadow with #B9CB8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9CB8B on black background.


Color preview on white background

This text has color #B9CB8B on white background.



Black color preview on #B9CB8B background

This text has black color on #B9CB8B background.


White color preview on #B9CB8B background

This text has white color on #B9CB8B background.