COLOR #B8A4AD

HEX: #B8A4AD
RGB: (184,164,173)

Color info

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

RGB color model

#B8A4AD color RGB value is (184,164,173).

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

RGB channels and saturation

R 184 of 255 = 72%
G 164 of 255 = 64%
B 173 of 255 = 68%

184
164
173

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

Portions of RGB colors in percentages

R + G + B =
184 + 164 + 173 = 521 (100%)
R 184 of 521 ~ 35.32%
G 164 of 521 ~ 31.48%
B 173 of 521 ~ 33.21%

%35.32
%31.48
%33.21

CMYK color model

#B8A4AD color CMYK value is (0,11,6,28).

  • cyan value is 0.00%
  • magenta value is 10.87%
  • yellow value is 5.98%
  • key color value is 27.84%
CMYK:
(0,11,6,28)
C0M11Y6K28 
(0%,11%,6%,28%)
(0.00/0.11/0.06/0.28)	

CMYK percentages

%0
%10.87
%5.98
%27.84

Codes

Color #B8A4AD in popluar color models

B8A4AD
RGB184164173
HSL333°12.35%68.24%
HSB/HSV333°10.87%72.16%
CMYK0.00%10.87%5.98%
27.84%

Color #B8A4AD in popluar number systems.

HEXB8A4AD
Decimal184164173
Binary101110001010010010101101
Octal270244255

Shades and tints

Shades of #B8A4AD

#B8A4AD
(184,164,173)
#A8969E
(168,150,158)
#98888F
(152,136,143)
#887A80
(136,122,128)
#786C71
(120,108,113)
#685E62
(104,94,98)
#585053
(88,80,83)
#484244
(72,66,68)
#383435
(56,52,53)
#282626
(40,38,38)
#181817
(24,24,23)
#000000
(0,0,0)

Tints of #B8A4AD

#B8A4AD
(184,164,173)
#BEACB4
(190,172,180)
#C4B4BB
(196,180,187)
#CABCC2
(202,188,194)
#D0C4C9
(208,196,201)
#D6CCD0
(214,204,208)
#DCD4D7
(220,212,215)
#E2DCDE
(226,220,222)
#E8E4E5
(232,228,229)
#EEECEC
(238,236,236)
#F4F4F3
(244,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8A4AD; }

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

This text font color is #B8A4AD.


Background Color

.myBgColor { background-color: #B8A4AD; }

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

This div background color is #B8A4AD.


Border color

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

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

This div border color is #B8A4AD.


Opacity

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

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

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

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

This text has shadow with #B8A4AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8A4AD on black background.


Color preview on white background

This text has color #B8A4AD on white background.



Black color preview on #B8A4AD background

This text has black color on #B8A4AD background.


White color preview on #B8A4AD background

This text has white color on #B8A4AD background.