COLOR #B9CAAF

HEX: #B9CAAF
RGB: (185,202,175)

Color info

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

RGB color model

#B9CAAF color RGB value is (185,202,175).

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

RGB channels and saturation

R 185 of 255 = 73%
G 202 of 255 = 79%
B 175 of 255 = 69%

185
202
175

R + G + B ~ 74%. #B9CAAF is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 202 + 175 = 562 (100%)
R 185 of 562 ~ 32.92%
G 202 of 562 ~ 35.94%
B 175 of 562 ~ 31.14%

%32.92
%35.94
%31.14

CMYK color model

#B9CAAF color CMYK value is (8,0,13,21).

  • cyan value is 8.42%
  • magenta value is 0.00%
  • yellow value is 13.37%
  • key color value is 20.78%
CMYK:
(8,0,13,21)
C8M0Y13K21 
(8%,0%,13%,21%)
(0.08/0.00/0.13/0.21)	

CMYK percentages

%8.42
%0
%13.37
%20.78

Codes

Color #B9CAAF in popluar color models

B9CAAF
RGB185202175
HSL98°20.30%73.92%
HSB/HSV98°13.37%79.22%
CMYK8.42%0.00%13.37%
20.78%

Color #B9CAAF in popluar number systems.

HEXB9CAAF
Decimal185202175
Binary101110011100101010101111
Octal271312257

Shades and tints

Shades of #B9CAAF

#B9CAAF
(185,202,175)
#A9B8A0
(169,184,160)
#99A691
(153,166,145)
#899482
(137,148,130)
#798273
(121,130,115)
#697064
(105,112,100)
#595E55
(89,94,85)
#494C46
(73,76,70)
#393A37
(57,58,55)
#292828
(41,40,40)
#191619
(25,22,25)
#000000
(0,0,0)

Tints of #B9CAAF

#B9CAAF
(185,202,175)
#BFCEB6
(191,206,182)
#C5D2BD
(197,210,189)
#CBD6C4
(203,214,196)
#D1DACB
(209,218,203)
#D7DED2
(215,222,210)
#DDE2D9
(221,226,217)
#E3E6E0
(227,230,224)
#E9EAE7
(233,234,231)
#EFEEEE
(239,238,238)
#F5F2F5
(245,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9CAAF; }

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

This text font color is #B9CAAF.


Background Color

.myBgColor { background-color: #B9CAAF; }

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

This div background color is #B9CAAF.


Border color

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

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

This div border color is #B9CAAF.


Opacity

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

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

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

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

This text has shadow with #B9CAAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9CAAF on black background.


Color preview on white background

This text has color #B9CAAF on white background.



Black color preview on #B9CAAF background

This text has black color on #B9CAAF background.


White color preview on #B9CAAF background

This text has white color on #B9CAAF background.