COLOR #B4B9AE

HEX: #B4B9AE
RGB: (180,185,174)

Color info

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

RGB color model

#B4B9AE color RGB value is (180,185,174).

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

RGB channels and saturation

R 180 of 255 = 71%
G 185 of 255 = 73%
B 174 of 255 = 68%

180
185
174

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

Portions of RGB colors in percentages

R + G + B =
180 + 185 + 174 = 539 (100%)
R 180 of 539 ~ 33.4%
G 185 of 539 ~ 34.32%
B 174 of 539 ~ 32.28%

%33.4
%34.32
%32.28

CMYK color model

#B4B9AE color CMYK value is (3,0,6,27).

  • cyan value is 2.70%
  • magenta value is 0.00%
  • yellow value is 5.95%
  • key color value is 27.45%
CMYK:
(3,0,6,27)
C3M0Y6K27 
(3%,0%,6%,27%)
(0.03/0.00/0.06/0.27)	

CMYK percentages

%2.7
%0
%5.95
%27.45

Codes

Color #B4B9AE in popluar color models

B4B9AE
RGB180185174
HSL87°7.28%70.39%
HSB/HSV87°5.95%72.55%
CMYK2.70%0.00%5.95%
27.45%

Color #B4B9AE in popluar number systems.

HEXB4B9AE
Decimal180185174
Binary101101001011100110101110
Octal264271256

Shades and tints

Shades of #B4B9AE

#B4B9AE
(180,185,174)
#A4A99F
(164,169,159)
#949990
(148,153,144)
#848981
(132,137,129)
#747972
(116,121,114)
#646963
(100,105,99)
#545954
(84,89,84)
#444945
(68,73,69)
#343936
(52,57,54)
#242927
(36,41,39)
#141918
(20,25,24)
#000000
(0,0,0)

Tints of #B4B9AE

#B4B9AE
(180,185,174)
#BABFB5
(186,191,181)
#C0C5BC
(192,197,188)
#C6CBC3
(198,203,195)
#CCD1CA
(204,209,202)
#D2D7D1
(210,215,209)
#D8DDD8
(216,221,216)
#DEE3DF
(222,227,223)
#E4E9E6
(228,233,230)
#EAEFED
(234,239,237)
#F0F5F4
(240,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4B9AE; }

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

This text font color is #B4B9AE.


Background Color

.myBgColor { background-color: #B4B9AE; }

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

This div background color is #B4B9AE.


Border color

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

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

This div border color is #B4B9AE.


Opacity

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

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

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

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

This text has shadow with #B4B9AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4B9AE on black background.


Color preview on white background

This text has color #B4B9AE on white background.



Black color preview on #B4B9AE background

This text has black color on #B4B9AE background.


White color preview on #B4B9AE background

This text has white color on #B4B9AE background.