COLOR #B9CBAE

HEX: #B9CBAE
RGB: (185,203,174)

Color info

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

RGB color model

#B9CBAE color RGB value is (185,203,174).

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

RGB channels and saturation

R 185 of 255 = 73%
G 203 of 255 = 80%
B 174 of 255 = 68%

185
203
174

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

Portions of RGB colors in percentages

R + G + B =
185 + 203 + 174 = 562 (100%)
R 185 of 562 ~ 32.92%
G 203 of 562 ~ 36.12%
B 174 of 562 ~ 30.96%

%32.92
%36.12
%30.96

CMYK color model

#B9CBAE color CMYK value is (9,0,14,20).

  • cyan value is 8.87%
  • magenta value is 0.00%
  • yellow value is 14.29%
  • key color value is 20.39%
CMYK:
(9,0,14,20)
C9M0Y14K20 
(9%,0%,14%,20%)
(0.09/0.00/0.14/0.20)	

CMYK percentages

%8.87
%0
%14.29
%20.39

Codes

Color #B9CBAE in popluar color models

B9CBAE
RGB185203174
HSL97°21.80%73.92%
HSB/HSV97°14.29%79.61%
CMYK8.87%0.00%14.29%
20.39%

Color #B9CBAE in popluar number systems.

HEXB9CBAE
Decimal185203174
Binary101110011100101110101110
Octal271313256

Shades and tints

Shades of #B9CBAE

#B9CBAE
(185,203,174)
#A9B99F
(169,185,159)
#99A790
(153,167,144)
#899581
(137,149,129)
#798372
(121,131,114)
#697163
(105,113,99)
#595F54
(89,95,84)
#494D45
(73,77,69)
#393B36
(57,59,54)
#292927
(41,41,39)
#191718
(25,23,24)
#000000
(0,0,0)

Tints of #B9CBAE

#B9CBAE
(185,203,174)
#BFCFB5
(191,207,181)
#C5D3BC
(197,211,188)
#CBD7C3
(203,215,195)
#D1DBCA
(209,219,202)
#D7DFD1
(215,223,209)
#DDE3D8
(221,227,216)
#E3E7DF
(227,231,223)
#E9EBE6
(233,235,230)
#EFEFED
(239,239,237)
#F5F3F4
(245,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9CBAE; }

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

This text font color is #B9CBAE.


Background Color

.myBgColor { background-color: #B9CBAE; }

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

This div background color is #B9CBAE.


Border color

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

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

This div border color is #B9CBAE.


Opacity

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

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

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

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

This text has shadow with #B9CBAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9CBAE on black background.


Color preview on white background

This text has color #B9CBAE on white background.



Black color preview on #B9CBAE background

This text has black color on #B9CBAE background.


White color preview on #B9CBAE background

This text has white color on #B9CBAE background.