COLOR #B8A6AD

HEX: #B8A6AD
RGB: (184,166,173)

Color info

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

RGB color model

#B8A6AD color RGB value is (184,166,173).

  • red value is 184;
  • green value is 166;
  • blue value is 173.
RGB:
(184,166,173)
(72%,65%,68%)

RGB channels and saturation

R 184 of 255 = 72%
G 166 of 255 = 65%
B 173 of 255 = 68%

184
166
173

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

Portions of RGB colors in percentages

R + G + B =
184 + 166 + 173 = 523 (100%)
R 184 of 523 ~ 35.18%
G 166 of 523 ~ 31.74%
B 173 of 523 ~ 33.08%

%35.18
%31.74
%33.08

CMYK color model

#B8A6AD color CMYK value is (0,10,6,28).

  • cyan value is 0.00%
  • magenta value is 9.78%
  • yellow value is 5.98%
  • key color value is 27.84%
CMYK:
(0,10,6,28)
C0M10Y6K28 
(0%,10%,6%,28%)
(0.00/0.10/0.06/0.28)	

CMYK percentages

%0
%9.78
%5.98
%27.84

Codes

Color #B8A6AD in popluar color models

B8A6AD
RGB184166173
HSL337°11.25%68.63%
HSB/HSV337°9.78%72.16%
CMYK0.00%9.78%5.98%
27.84%

Color #B8A6AD in popluar number systems.

HEXB8A6AD
Decimal184166173
Binary101110001010011010101101
Octal270246255

Shades and tints

Shades of #B8A6AD

#B8A6AD
(184,166,173)
#A8979E
(168,151,158)
#98888F
(152,136,143)
#887980
(136,121,128)
#786A71
(120,106,113)
#685B62
(104,91,98)
#584C53
(88,76,83)
#483D44
(72,61,68)
#382E35
(56,46,53)
#281F26
(40,31,38)
#181017
(24,16,23)
#000000
(0,0,0)

Tints of #B8A6AD

#B8A6AD
(184,166,173)
#BEAEB4
(190,174,180)
#C4B6BB
(196,182,187)
#CABEC2
(202,190,194)
#D0C6C9
(208,198,201)
#D6CED0
(214,206,208)
#DCD6D7
(220,214,215)
#E2DEDE
(226,222,222)
#E8E6E5
(232,230,229)
#EEEEEC
(238,238,236)
#F4F6F3
(244,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8A6AD color. Also use rgb(184,166,173) instead hex code.

Text Font Color

.myTextColor { color: #B8A6AD; }

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

This text font color is #B8A6AD.


Background Color

.myBgColor { background-color: #B8A6AD; }

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

This div background color is #B8A6AD.


Border color

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

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

This div border color is #B8A6AD.


Opacity

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

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

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

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

This text has shadow with #B8A6AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8A6AD on black background.


Color preview on white background

This text has color #B8A6AD on white background.



Black color preview on #B8A6AD background

This text has black color on #B8A6AD background.


White color preview on #B8A6AD background

This text has white color on #B8A6AD background.