COLOR #B4A1AD

HEX: #B4A1AD
RGB: (180,161,173)

Color info

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

RGB color model

#B4A1AD color RGB value is (180,161,173).

  • red value is 180;
  • green value is 161;
  • blue value is 173.
RGB:
(180,161,173)
(71%,63%,68%)

RGB channels and saturation

R 180 of 255 = 71%
G 161 of 255 = 63%
B 173 of 255 = 68%

180
161
173

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

Portions of RGB colors in percentages

R + G + B =
180 + 161 + 173 = 514 (100%)
R 180 of 514 ~ 35.02%
G 161 of 514 ~ 31.32%
B 173 of 514 ~ 33.66%

%35.02
%31.32
%33.66

CMYK color model

#B4A1AD color CMYK value is (0,11,4,29).

  • cyan value is 0.00%
  • magenta value is 10.56%
  • yellow value is 3.89%
  • key color value is 29.41%
CMYK:
(0,11,4,29)
C0M11Y4K29 
(0%,11%,4%,29%)
(0.00/0.11/0.04/0.29)	

CMYK percentages

%0
%10.56
%3.89
%29.41

Codes

Color #B4A1AD in popluar color models

B4A1AD
RGB180161173
HSL322°11.24%66.86%
HSB/HSV322°10.56%70.59%
CMYK0.00%10.56%3.89%
29.41%

Color #B4A1AD in popluar number systems.

HEXB4A1AD
Decimal180161173
Binary101101001010000110101101
Octal264241255

Shades and tints

Shades of #B4A1AD

#B4A1AD
(180,161,173)
#A4939E
(164,147,158)
#94858F
(148,133,143)
#847780
(132,119,128)
#746971
(116,105,113)
#645B62
(100,91,98)
#544D53
(84,77,83)
#443F44
(68,63,68)
#343135
(52,49,53)
#242326
(36,35,38)
#141517
(20,21,23)
#000000
(0,0,0)

Tints of #B4A1AD

#B4A1AD
(180,161,173)
#BAA9B4
(186,169,180)
#C0B1BB
(192,177,187)
#C6B9C2
(198,185,194)
#CCC1C9
(204,193,201)
#D2C9D0
(210,201,208)
#D8D1D7
(216,209,215)
#DED9DE
(222,217,222)
#E4E1E5
(228,225,229)
#EAE9EC
(234,233,236)
#F0F1F3
(240,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4A1AD color. Also use rgb(180,161,173) instead hex code.

Text Font Color

.myTextColor { color: #B4A1AD; }

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

This text font color is #B4A1AD.


Background Color

.myBgColor { background-color: #B4A1AD; }

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

This div background color is #B4A1AD.


Border color

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

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

This div border color is #B4A1AD.


Opacity

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

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

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

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

This text has shadow with #B4A1AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4A1AD on black background.


Color preview on white background

This text has color #B4A1AD on white background.



Black color preview on #B4A1AD background

This text has black color on #B4A1AD background.


White color preview on #B4A1AD background

This text has white color on #B4A1AD background.