COLOR #B8A5AD

HEX: #B8A5AD
RGB: (184,165,173)

Color info

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

RGB color model

#B8A5AD color RGB value is (184,165,173).

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

RGB channels and saturation

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

184
165
173

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

Portions of RGB colors in percentages

R + G + B =
184 + 165 + 173 = 522 (100%)
R 184 of 522 ~ 35.25%
G 165 of 522 ~ 31.61%
B 173 of 522 ~ 33.14%

%35.25
%31.61
%33.14

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.33%
  • 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
%10.33
%5.98
%27.84

Codes

Color #B8A5AD in popluar color models

B8A5AD
RGB184165173
HSL335°11.80%68.43%
HSB/HSV335°10.33%72.16%
CMYK0.00%10.33%5.98%
27.84%

Color #B8A5AD in popluar number systems.

HEXB8A5AD
Decimal184165173
Binary101110001010010110101101
Octal270245255

Shades and tints

Shades of #B8A5AD

#B8A5AD
(184,165,173)
#A8969E
(168,150,158)
#98878F
(152,135,143)
#887880
(136,120,128)
#786971
(120,105,113)
#685A62
(104,90,98)
#584B53
(88,75,83)
#483C44
(72,60,68)
#382D35
(56,45,53)
#281E26
(40,30,38)
#180F17
(24,15,23)
#000000
(0,0,0)

Tints of #B8A5AD

#B8A5AD
(184,165,173)
#BEADB4
(190,173,180)
#C4B5BB
(196,181,187)
#CABDC2
(202,189,194)
#D0C5C9
(208,197,201)
#D6CDD0
(214,205,208)
#DCD5D7
(220,213,215)
#E2DDDE
(226,221,222)
#E8E5E5
(232,229,229)
#EEEDEC
(238,237,236)
#F4F5F3
(244,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8A5AD; }

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

This text font color is #B8A5AD.


Background Color

.myBgColor { background-color: #B8A5AD; }

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

This div background color is #B8A5AD.


Border color

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

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

This div border color is #B8A5AD.


Opacity

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

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

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

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

This text has shadow with #B8A5AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8A5AD on black background.


Color preview on white background

This text has color #B8A5AD on white background.



Black color preview on #B8A5AD background

This text has black color on #B8A5AD background.


White color preview on #B8A5AD background

This text has white color on #B8A5AD background.