COLOR #B8A0AE

HEX: #B8A0AE
RGB: (184,160,174)

Color info

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

RGB color model

#B8A0AE color RGB value is (184,160,174).

  • red value is 184;
  • green value is 160;
  • blue value is 174.
RGB:
(184,160,174)
(72%,63%,68%)

RGB channels and saturation

R 184 of 255 = 72%
G 160 of 255 = 63%
B 174 of 255 = 68%

184
160
174

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

Portions of RGB colors in percentages

R + G + B =
184 + 160 + 174 = 518 (100%)
R 184 of 518 ~ 35.52%
G 160 of 518 ~ 30.89%
B 174 of 518 ~ 33.59%

%35.52
%30.89
%33.59

CMYK color model

#B8A0AE color CMYK value is (0,13,5,28).

  • cyan value is 0.00%
  • magenta value is 13.04%
  • yellow value is 5.43%
  • key color value is 27.84%
CMYK:
(0,13,5,28)
C0M13Y5K28 
(0%,13%,5%,28%)
(0.00/0.13/0.05/0.28)	

CMYK percentages

%0
%13.04
%5.43
%27.84

Codes

Color #B8A0AE in popluar color models

B8A0AE
RGB184160174
HSL325°14.46%67.45%
HSB/HSV325°13.04%72.16%
CMYK0.00%13.04%5.43%
27.84%

Color #B8A0AE in popluar number systems.

HEXB8A0AE
Decimal184160174
Binary101110001010000010101110
Octal270240256

Shades and tints

Shades of #B8A0AE

#B8A0AE
(184,160,174)
#A8929F
(168,146,159)
#988490
(152,132,144)
#887681
(136,118,129)
#786872
(120,104,114)
#685A63
(104,90,99)
#584C54
(88,76,84)
#483E45
(72,62,69)
#383036
(56,48,54)
#282227
(40,34,39)
#181418
(24,20,24)
#000000
(0,0,0)

Tints of #B8A0AE

#B8A0AE
(184,160,174)
#BEA8B5
(190,168,181)
#C4B0BC
(196,176,188)
#CAB8C3
(202,184,195)
#D0C0CA
(208,192,202)
#D6C8D1
(214,200,209)
#DCD0D8
(220,208,216)
#E2D8DF
(226,216,223)
#E8E0E6
(232,224,230)
#EEE8ED
(238,232,237)
#F4F0F4
(244,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8A0AE color. Also use rgb(184,160,174) instead hex code.

Text Font Color

.myTextColor { color: #B8A0AE; }

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

This text font color is #B8A0AE.


Background Color

.myBgColor { background-color: #B8A0AE; }

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

This div background color is #B8A0AE.


Border color

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

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

This div border color is #B8A0AE.


Opacity

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

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

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

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

This text has shadow with #B8A0AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8A0AE on black background.


Color preview on white background

This text has color #B8A0AE on white background.



Black color preview on #B8A0AE background

This text has black color on #B8A0AE background.


White color preview on #B8A0AE background

This text has white color on #B8A0AE background.