COLOR #B4AF9E

HEX: #B4AF9E
RGB: (180,175,158)

Color info

#B4AF9E contains red, green and blue colors in about the same proportion. Web safe color of #B4AF9E is #CC9999 (or #C99).

RGB color model

#B4AF9E color RGB value is (180,175,158).

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

RGB channels and saturation

R 180 of 255 = 71%
G 175 of 255 = 69%
B 158 of 255 = 62%

180
175
158

R + G + B ~ 67%. #B4AF9E is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 175 + 158 = 513 (100%)
R 180 of 513 ~ 35.09%
G 175 of 513 ~ 34.11%
B 158 of 513 ~ 30.8%

%35.09
%34.11
%30.8

CMYK color model

#B4AF9E color CMYK value is (0,3,12,29).

  • cyan value is 0.00%
  • magenta value is 2.78%
  • yellow value is 12.22%
  • key color value is 29.41%
CMYK:
(0,3,12,29)
C0M3Y12K29 
(0%,3%,12%,29%)
(0.00/0.03/0.12/0.29)	

CMYK percentages

%0
%2.78
%12.22
%29.41

Codes

Color #B4AF9E in popluar color models

B4AF9E
RGB180175158
HSL46°12.79%66.27%
HSB/HSV46°12.22%70.59%
CMYK0.00%2.78%12.22%
29.41%

Color #B4AF9E in popluar number systems.

HEXB4AF9E
Decimal180175158
Binary101101001010111110011110
Octal264257236

Shades and tints

Shades of #B4AF9E

#B4AF9E
(180,175,158)
#A4A090
(164,160,144)
#949182
(148,145,130)
#848274
(132,130,116)
#747366
(116,115,102)
#646458
(100,100,88)
#54554A
(84,85,74)
#44463C
(68,70,60)
#34372E
(52,55,46)
#242820
(36,40,32)
#141912
(20,25,18)
#000000
(0,0,0)

Tints of #B4AF9E

#B4AF9E
(180,175,158)
#BAB6A6
(186,182,166)
#C0BDAE
(192,189,174)
#C6C4B6
(198,196,182)
#CCCBBE
(204,203,190)
#D2D2C6
(210,210,198)
#D8D9CE
(216,217,206)
#DEE0D6
(222,224,214)
#E4E7DE
(228,231,222)
#EAEEE6
(234,238,230)
#F0F5EE
(240,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4AF9E; }

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

This text font color is #B4AF9E.


Background Color

.myBgColor { background-color: #B4AF9E; }

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

This div background color is #B4AF9E.


Border color

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

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

This div border color is #B4AF9E.


Opacity

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

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

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

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

This text has shadow with #B4AF9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4AF9E on black background.


Color preview on white background

This text has color #B4AF9E on white background.



Black color preview on #B4AF9E background

This text has black color on #B4AF9E background.


White color preview on #B4AF9E background

This text has white color on #B4AF9E background.