COLOR #B2A8AD

HEX: #B2A8AD RGB: (178,168,173)

Color info

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

RGB color model

#B2A8AD color RGB value is (178,168,173).

RGB: (178,168,173) (70%, 66%, 68%)

RGB channels and saturation

R 178 of 255 = 70%
G 168 of 255 = 66%
B 173 of 255 = 68%

178
168
173

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

Portions of RGB colors in percentages

R + G + B = 178 + 168 + 173 = 519 (100%)
R 178 of 519 ~ 34.3%
G 168 of 519 ~ 32.37%
B 173 of 519 ~ 33.33'%

%34.3
%32.37
%33.33

CMYK color model

#B2A8AD color CMYK value is (0,6,3,30).

  • cyan value is 0.00%
  • magenta value is 5.62%
  • yellow value is 2.81%
  • key color value is 30.20%

CMYK: (0,6,3,30)
C0M6Y3K30 (0%, 6%, 3%, 30%)
(0.00 / 0.06 / 0.03 / 0.30)

CMYK percentages

%0
%5.62
%2.81
%30.2

Codes

Color #B2A8AD in popluar color models

B2 A8 AD
RGB 178 168 173
HSL 330° 6.10% 67.84%
HSB/HSV 330° 5.62% 69.80%
CMYK 0.00% 5.62% 2.81%
30.20%

Color #B2A8AD in popluar number systems.

HEX B2 A8 AD
Decimal 178 168 173
Binary 10110010 10101000 10101101
Octal 262 250 255

Shades and tints

Shades of #B2A8AD

#B2A8AD
(178,168,173)
#A2999E
(162,153,158)
#928A8F
(146,138,143)
#827B80
(130,123,128)
#726C71
(114,108,113)
#625D62
(98,93,98)
#524E53
(82,78,83)
#423F44
(66,63,68)
#323035
(50,48,53)
#222126
(34,33,38)
#121217
(18,18,23)
#000000
(0,0,0)

Tints of #B2A8AD

#B2A8AD
(178,168,173)
#B9AFB4
(185,175,180)
#C0B6BB
(192,182,187)
#C7BDC2
(199,189,194)
#CEC4C9
(206,196,201)
#D5CBD0
(213,203,208)
#DCD2D7
(220,210,215)
#E3D9DE
(227,217,222)
#EAE0E5
(234,224,229)
#F1E7EC
(241,231,236)
#F8EEF3
(248,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2A8AD; }

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

This text font color is #B2A8AD.

Background Color

.myBgColor { background-color: #B2A8AD; }

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

This div background color is #B2A8AD.

Border color

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

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

This div border color is #B2A8AD.

Opacity

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

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

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

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

This text has shadow with #B2A8AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2A8AD.

Preview

Color preview on black background

This text has color #B2A8AD on black background.


Color preview on white background

This text has color #B2A8AD on white background.


Black color preview on #B2A8AD background

This text has black color on #B2A8AD background.


White color preview on #B2A8AD background

This text has white color on #B2A8AD background.


Related colors

Complementary color

Complementary color for #hex is #4D5752.


I love getcolorcode.com

Triadic colors

1 #ADB2A8 and #A8ADB2 with #B2A8AD are triadic colors.

2 #ADA8B2 and #A8B2AD with #B2A8AD are triadic colors.