COLOR #B9CA9B

HEX: #B9CA9B
RGB: (185,202,155)

Color info

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

RGB color model

#B9CA9B color RGB value is (185,202,155).

  • red value is 185;
  • green value is 202;
  • blue value is 155.
RGB:
(185,202,155)
(73%,79%,61%)

RGB channels and saturation

R 185 of 255 = 73%
G 202 of 255 = 79%
B 155 of 255 = 61%

185
202
155

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

Portions of RGB colors in percentages

R + G + B =
185 + 202 + 155 = 542 (100%)
R 185 of 542 ~ 34.13%
G 202 of 542 ~ 37.27%
B 155 of 542 ~ 28.6%

%34.13
%37.27
%28.6

CMYK color model

#B9CA9B color CMYK value is (8,0,23,21).

  • cyan value is 8.42%
  • magenta value is 0.00%
  • yellow value is 23.27%
  • key color value is 20.78%
CMYK:
(8,0,23,21)
C8M0Y23K21 
(8%,0%,23%,21%)
(0.08/0.00/0.23/0.21)	

CMYK percentages

%8.42
%0
%23.27
%20.78

Codes

Color #B9CA9B in popluar color models

B9CA9B
RGB185202155
HSL82°30.72%70.00%
HSB/HSV82°23.27%79.22%
CMYK8.42%0.00%23.27%
20.78%

Color #B9CA9B in popluar number systems.

HEXB9CA9B
Decimal185202155
Binary101110011100101010011011
Octal271312233

Shades and tints

Shades of #B9CA9B

#B9CA9B
(185,202,155)
#A9B88D
(169,184,141)
#99A67F
(153,166,127)
#899471
(137,148,113)
#798263
(121,130,99)
#697055
(105,112,85)
#595E47
(89,94,71)
#494C39
(73,76,57)
#393A2B
(57,58,43)
#29281D
(41,40,29)
#19160F
(25,22,15)
#000000
(0,0,0)

Tints of #B9CA9B

#B9CA9B
(185,202,155)
#BFCEA4
(191,206,164)
#C5D2AD
(197,210,173)
#CBD6B6
(203,214,182)
#D1DABF
(209,218,191)
#D7DEC8
(215,222,200)
#DDE2D1
(221,226,209)
#E3E6DA
(227,230,218)
#E9EAE3
(233,234,227)
#EFEEEC
(239,238,236)
#F5F2F5
(245,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9CA9B color. Also use rgb(185,202,155) instead hex code.

Text Font Color

.myTextColor { color: #B9CA9B; }

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

This text font color is #B9CA9B.


Background Color

.myBgColor { background-color: #B9CA9B; }

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

This div background color is #B9CA9B.


Border color

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

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

This div border color is #B9CA9B.


Opacity

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

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

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

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

This text has shadow with #B9CA9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9CA9B on black background.


Color preview on white background

This text has color #B9CA9B on white background.



Black color preview on #B9CA9B background

This text has black color on #B9CA9B background.


White color preview on #B9CA9B background

This text has white color on #B9CA9B background.