COLOR #B4AFA6

HEX: #B4AFA6
RGB: (180,175,166)

Color info

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

RGB color model

#B4AFA6 color RGB value is (180,175,166).

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

RGB channels and saturation

R 180 of 255 = 71%
G 175 of 255 = 69%
B 166 of 255 = 65%

180
175
166

R + G + B ~ 68%. #B4AFA6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 175 + 166 = 521 (100%)
R 180 of 521 ~ 34.55%
G 175 of 521 ~ 33.59%
B 166 of 521 ~ 31.86%

%34.55
%33.59
%31.86

CMYK color model

#B4AFA6 color CMYK value is (0,3,8,29).

  • cyan value is 0.00%
  • magenta value is 2.78%
  • yellow value is 7.78%
  • key color value is 29.41%
CMYK:
(0,3,8,29)
C0M3Y8K29 
(0%,3%,8%,29%)
(0.00/0.03/0.08/0.29)	

CMYK percentages

%0
%2.78
%7.78
%29.41

Codes

Color #B4AFA6 in popluar color models

B4AFA6
RGB180175166
HSL39°8.54%67.84%
HSB/HSV39°7.78%70.59%
CMYK0.00%2.78%7.78%
29.41%

Color #B4AFA6 in popluar number systems.

HEXB4AFA6
Decimal180175166
Binary101101001010111110100110
Octal264257246

Shades and tints

Shades of #B4AFA6

#B4AFA6
(180,175,166)
#A4A097
(164,160,151)
#949188
(148,145,136)
#848279
(132,130,121)
#74736A
(116,115,106)
#64645B
(100,100,91)
#54554C
(84,85,76)
#44463D
(68,70,61)
#34372E
(52,55,46)
#24281F
(36,40,31)
#141910
(20,25,16)
#000000
(0,0,0)

Tints of #B4AFA6

#B4AFA6
(180,175,166)
#BAB6AE
(186,182,174)
#C0BDB6
(192,189,182)
#C6C4BE
(198,196,190)
#CCCBC6
(204,203,198)
#D2D2CE
(210,210,206)
#D8D9D6
(216,217,214)
#DEE0DE
(222,224,222)
#E4E7E6
(228,231,230)
#EAEEEE
(234,238,238)
#F0F5F6
(240,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4AFA6; }

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

This text font color is #B4AFA6.


Background Color

.myBgColor { background-color: #B4AFA6; }

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

This div background color is #B4AFA6.


Border color

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

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

This div border color is #B4AFA6.


Opacity

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

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

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

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

This text has shadow with #B4AFA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4AFA6 on black background.


Color preview on white background

This text has color #B4AFA6 on white background.



Black color preview on #B4AFA6 background

This text has black color on #B4AFA6 background.


White color preview on #B4AFA6 background

This text has white color on #B4AFA6 background.