COLOR #B2A0AD

HEX: #B2A0AD
RGB: (178,160,173)

Color info

#B2A0AD contains red, green and blue colors in about the same proportion. Web safe color of #B2A0AD is #999999 (or #999).

RGB color model

#B2A0AD color RGB value is (178,160,173).

  • red value is 178;
  • green value is 160;
  • blue value is 173.
RGB:
(178,160,173)
(70%,63%,68%)

RGB channels and saturation

R 178 of 255 = 70%
G 160 of 255 = 63%
B 173 of 255 = 68%

178
160
173

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

Portions of RGB colors in percentages

R + G + B =
178 + 160 + 173 = 511 (100%)
R 178 of 511 ~ 34.83%
G 160 of 511 ~ 31.31%
B 173 of 511 ~ 33.86%

%34.83
%31.31
%33.86

CMYK color model

#B2A0AD color CMYK value is (0,10,3,30).

  • cyan value is 0.00%
  • magenta value is 10.11%
  • yellow value is 2.81%
  • key color value is 30.20%
CMYK:
(0,10,3,30)
C0M10Y3K30 
(0%,10%,3%,30%)
(0.00/0.10/0.03/0.30)	

CMYK percentages

%0
%10.11
%2.81
%30.2

Codes

Color #B2A0AD in popluar color models

B2A0AD
RGB178160173
HSL317°10.47%66.27%
HSB/HSV317°10.11%69.80%
CMYK0.00%10.11%2.81%
30.20%

Color #B2A0AD in popluar number systems.

HEXB2A0AD
Decimal178160173
Binary101100101010000010101101
Octal262240255

Shades and tints

Shades of #B2A0AD

#B2A0AD
(178,160,173)
#A2929E
(162,146,158)
#92848F
(146,132,143)
#827680
(130,118,128)
#726871
(114,104,113)
#625A62
(98,90,98)
#524C53
(82,76,83)
#423E44
(66,62,68)
#323035
(50,48,53)
#222226
(34,34,38)
#121417
(18,20,23)
#000000
(0,0,0)

Tints of #B2A0AD

#B2A0AD
(178,160,173)
#B9A8B4
(185,168,180)
#C0B0BB
(192,176,187)
#C7B8C2
(199,184,194)
#CEC0C9
(206,192,201)
#D5C8D0
(213,200,208)
#DCD0D7
(220,208,215)
#E3D8DE
(227,216,222)
#EAE0E5
(234,224,229)
#F1E8EC
(241,232,236)
#F8F0F3
(248,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2A0AD color. Also use rgb(178,160,173) instead hex code.

Text Font Color

.myTextColor { color: #B2A0AD; }

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

This text font color is #B2A0AD.


Background Color

.myBgColor { background-color: #B2A0AD; }

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

This div background color is #B2A0AD.


Border color

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

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

This div border color is #B2A0AD.


Opacity

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

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

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

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

This text has shadow with #B2A0AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2A0AD on black background.


Color preview on white background

This text has color #B2A0AD on white background.



Black color preview on #B2A0AD background

This text has black color on #B2A0AD background.


White color preview on #B2A0AD background

This text has white color on #B2A0AD background.