COLOR #B8AAB4

HEX: #B8AAB4
RGB: (184,170,180)

Color info

#B8AAB4 contains red, green and blue colors in about the same proportion. Web safe color of #B8AAB4 is #CC99CC (or #C9C).

RGB color model

#B8AAB4 color RGB value is (184,170,180).

  • red value is 184;
  • green value is 170;
  • blue value is 180.
RGB:
(184,170,180)
(72%,67%,71%)

RGB channels and saturation

R 184 of 255 = 72%
G 170 of 255 = 67%
B 180 of 255 = 71%

184
170
180

R + G + B ~ 70%. #B8AAB4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 170 + 180 = 534 (100%)
R 184 of 534 ~ 34.46%
G 170 of 534 ~ 31.84%
B 180 of 534 ~ 33.71%

%34.46
%31.84
%33.71

CMYK color model

#B8AAB4 color CMYK value is (0,8,2,28).

  • cyan value is 0.00%
  • magenta value is 7.61%
  • yellow value is 2.17%
  • key color value is 27.84%
CMYK:
(0,8,2,28)
C0M8Y2K28 
(0%,8%,2%,28%)
(0.00/0.08/0.02/0.28)	

CMYK percentages

%0
%7.61
%2.17
%27.84

Codes

Color #B8AAB4 in popluar color models

B8AAB4
RGB184170180
HSL317°8.97%69.41%
HSB/HSV317°7.61%72.16%
CMYK0.00%7.61%2.17%
27.84%

Color #B8AAB4 in popluar number systems.

HEXB8AAB4
Decimal184170180
Binary101110001010101010110100
Octal270252264

Shades and tints

Shades of #B8AAB4

#B8AAB4
(184,170,180)
#A89BA4
(168,155,164)
#988C94
(152,140,148)
#887D84
(136,125,132)
#786E74
(120,110,116)
#685F64
(104,95,100)
#585054
(88,80,84)
#484144
(72,65,68)
#383234
(56,50,52)
#282324
(40,35,36)
#181414
(24,20,20)
#000000
(0,0,0)

Tints of #B8AAB4

#B8AAB4
(184,170,180)
#BEB1BA
(190,177,186)
#C4B8C0
(196,184,192)
#CABFC6
(202,191,198)
#D0C6CC
(208,198,204)
#D6CDD2
(214,205,210)
#DCD4D8
(220,212,216)
#E2DBDE
(226,219,222)
#E8E2E4
(232,226,228)
#EEE9EA
(238,233,234)
#F4F0F0
(244,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8AAB4 color. Also use rgb(184,170,180) instead hex code.

Text Font Color

.myTextColor { color: #B8AAB4; }

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

This text font color is #B8AAB4.


Background Color

.myBgColor { background-color: #B8AAB4; }

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

This div background color is #B8AAB4.


Border color

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

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

This div border color is #B8AAB4.


Opacity

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

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

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

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

This text has shadow with #B8AAB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8AAB4 on black background.


Color preview on white background

This text has color #B8AAB4 on white background.



Black color preview on #B8AAB4 background

This text has black color on #B8AAB4 background.


White color preview on #B8AAB4 background

This text has white color on #B8AAB4 background.