COLOR #B4BAAF

HEX: #B4BAAF
RGB: (180,186,175)

Color info

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

RGB color model

#B4BAAF color RGB value is (180,186,175).

  • red value is 180;
  • green value is 186;
  • blue value is 175.
RGB:
(180,186,175)
(71%,73%,69%)

RGB channels and saturation

R 180 of 255 = 71%
G 186 of 255 = 73%
B 175 of 255 = 69%

180
186
175

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

Portions of RGB colors in percentages

R + G + B =
180 + 186 + 175 = 541 (100%)
R 180 of 541 ~ 33.27%
G 186 of 541 ~ 34.38%
B 175 of 541 ~ 32.35%

%33.27
%34.38
%32.35

CMYK color model

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

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

CMYK percentages

%3.23
%0
%5.91
%27.06

Codes

Color #B4BAAF in popluar color models

B4BAAF
RGB180186175
HSL93°7.38%70.78%
HSB/HSV93°5.91%72.94%
CMYK3.23%0.00%5.91%
27.06%

Color #B4BAAF in popluar number systems.

HEXB4BAAF
Decimal180186175
Binary101101001011101010101111
Octal264272257

Shades and tints

Shades of #B4BAAF

#B4BAAF
(180,186,175)
#A4AAA0
(164,170,160)
#949A91
(148,154,145)
#848A82
(132,138,130)
#747A73
(116,122,115)
#646A64
(100,106,100)
#545A55
(84,90,85)
#444A46
(68,74,70)
#343A37
(52,58,55)
#242A28
(36,42,40)
#141A19
(20,26,25)
#000000
(0,0,0)

Tints of #B4BAAF

#B4BAAF
(180,186,175)
#BAC0B6
(186,192,182)
#C0C6BD
(192,198,189)
#C6CCC4
(198,204,196)
#CCD2CB
(204,210,203)
#D2D8D2
(210,216,210)
#D8DED9
(216,222,217)
#DEE4E0
(222,228,224)
#E4EAE7
(228,234,231)
#EAF0EE
(234,240,238)
#F0F6F5
(240,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4BAAF color. Also use rgb(180,186,175) instead hex code.

Text Font Color

.myTextColor { color: #B4BAAF; }

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

This text font color is #B4BAAF.


Background Color

.myBgColor { background-color: #B4BAAF; }

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

This div background color is #B4BAAF.


Border color

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

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

This div border color is #B4BAAF.


Opacity

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

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

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

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

This text has shadow with #B4BAAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4BAAF on black background.


Color preview on white background

This text has color #B4BAAF on white background.



Black color preview on #B4BAAF background

This text has black color on #B4BAAF background.


White color preview on #B4BAAF background

This text has white color on #B4BAAF background.