COLOR #B9C4AE

HEX: #B9C4AE
RGB: (185,196,174)

Color info

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

RGB color model

#B9C4AE color RGB value is (185,196,174).

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

RGB channels and saturation

R 185 of 255 = 73%
G 196 of 255 = 77%
B 174 of 255 = 68%

185
196
174

R + G + B ~ 73%. #B9C4AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 196 + 174 = 555 (100%)
R 185 of 555 ~ 33.33%
G 196 of 555 ~ 35.32%
B 174 of 555 ~ 31.35%

%33.33
%35.32
%31.35

CMYK color model

#B9C4AE color CMYK value is (6,0,11,23).

  • cyan value is 5.61%
  • magenta value is 0.00%
  • yellow value is 11.22%
  • key color value is 23.14%
CMYK:
(6,0,11,23)
C6M0Y11K23 
(6%,0%,11%,23%)
(0.06/0.00/0.11/0.23)	

CMYK percentages

%5.61
%0
%11.22
%23.14

Codes

Color #B9C4AE in popluar color models

B9C4AE
RGB185196174
HSL90°15.71%72.55%
HSB/HSV90°11.22%76.86%
CMYK5.61%0.00%11.22%
23.14%

Color #B9C4AE in popluar number systems.

HEXB9C4AE
Decimal185196174
Binary101110011100010010101110
Octal271304256

Shades and tints

Shades of #B9C4AE

#B9C4AE
(185,196,174)
#A9B39F
(169,179,159)
#99A290
(153,162,144)
#899181
(137,145,129)
#798072
(121,128,114)
#696F63
(105,111,99)
#595E54
(89,94,84)
#494D45
(73,77,69)
#393C36
(57,60,54)
#292B27
(41,43,39)
#191A18
(25,26,24)
#000000
(0,0,0)

Tints of #B9C4AE

#B9C4AE
(185,196,174)
#BFC9B5
(191,201,181)
#C5CEBC
(197,206,188)
#CBD3C3
(203,211,195)
#D1D8CA
(209,216,202)
#D7DDD1
(215,221,209)
#DDE2D8
(221,226,216)
#E3E7DF
(227,231,223)
#E9ECE6
(233,236,230)
#EFF1ED
(239,241,237)
#F5F6F4
(245,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9C4AE; }

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

This text font color is #B9C4AE.


Background Color

.myBgColor { background-color: #B9C4AE; }

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

This div background color is #B9C4AE.


Border color

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

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

This div border color is #B9C4AE.


Opacity

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

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

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

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

This text has shadow with #B9C4AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9C4AE on black background.


Color preview on white background

This text has color #B9C4AE on white background.



Black color preview on #B9C4AE background

This text has black color on #B9C4AE background.


White color preview on #B9C4AE background

This text has white color on #B9C4AE background.