COLOR #B9CAA7

HEX: #B9CAA7
RGB: (185,202,167)

Color info

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

RGB color model

#B9CAA7 color RGB value is (185,202,167).

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

RGB channels and saturation

R 185 of 255 = 73%
G 202 of 255 = 79%
B 167 of 255 = 65%

185
202
167

R + G + B ~ 72%. #B9CAA7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 202 + 167 = 554 (100%)
R 185 of 554 ~ 33.39%
G 202 of 554 ~ 36.46%
B 167 of 554 ~ 30.14%

%33.39
%36.46
%30.14

CMYK color model

#B9CAA7 color CMYK value is (8,0,17,21).

  • cyan value is 8.42%
  • magenta value is 0.00%
  • yellow value is 17.33%
  • key color value is 20.78%
CMYK:
(8,0,17,21)
C8M0Y17K21 
(8%,0%,17%,21%)
(0.08/0.00/0.17/0.21)	

CMYK percentages

%8.42
%0
%17.33
%20.78

Codes

Color #B9CAA7 in popluar color models

B9CAA7
RGB185202167
HSL89°24.82%72.35%
HSB/HSV89°17.33%79.22%
CMYK8.42%0.00%17.33%
20.78%

Color #B9CAA7 in popluar number systems.

HEXB9CAA7
Decimal185202167
Binary101110011100101010100111
Octal271312247

Shades and tints

Shades of #B9CAA7

#B9CAA7
(185,202,167)
#A9B898
(169,184,152)
#99A689
(153,166,137)
#89947A
(137,148,122)
#79826B
(121,130,107)
#69705C
(105,112,92)
#595E4D
(89,94,77)
#494C3E
(73,76,62)
#393A2F
(57,58,47)
#292820
(41,40,32)
#191611
(25,22,17)
#000000
(0,0,0)

Tints of #B9CAA7

#B9CAA7
(185,202,167)
#BFCEAF
(191,206,175)
#C5D2B7
(197,210,183)
#CBD6BF
(203,214,191)
#D1DAC7
(209,218,199)
#D7DECF
(215,222,207)
#DDE2D7
(221,226,215)
#E3E6DF
(227,230,223)
#E9EAE7
(233,234,231)
#EFEEEF
(239,238,239)
#F5F2F7
(245,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9CAA7; }

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

This text font color is #B9CAA7.


Background Color

.myBgColor { background-color: #B9CAA7; }

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

This div background color is #B9CAA7.


Border color

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

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

This div border color is #B9CAA7.


Opacity

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

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

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

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

This text has shadow with #B9CAA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9CAA7 on black background.


Color preview on white background

This text has color #B9CAA7 on white background.



Black color preview on #B9CAA7 background

This text has black color on #B9CAA7 background.


White color preview on #B9CAA7 background

This text has white color on #B9CAA7 background.