COLOR #B8AAB3

HEX: #B8AAB3 RGB: (184,170,179)

Color info

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

RGB color model

#B8AAB3 color RGB value is (184,170,179).

RGB: (184,170,179) (72%, 67%, 70%)

RGB channels and saturation

R 184 of 255 = 72%
G 170 of 255 = 67%
B 179 of 255 = 70%

184
170
179

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

Portions of RGB colors in percentages

R + G + B = 184 + 170 + 179 = 533 (100%)
R 184 of 533 ~ 34.52%
G 170 of 533 ~ 31.89%
B 179 of 533 ~ 33.58'%

%34.52
%31.89
%33.58

CMYK color model

#B8AAB3 color CMYK value is (0,8,3,28).

  • cyan value is 0.00%
  • magenta value is 7.61%
  • yellow value is 2.72%
  • key color value is 27.84%

CMYK: (0,8,3,28)
C0M8Y3K28 (0%, 8%, 3%, 28%)
(0.00 / 0.08 / 0.03 / 0.28)

CMYK percentages

%0
%7.61
%2.72
%27.84

Codes

Color #B8AAB3 in popluar color models

B8 AA B3
RGB 184 170 179
HSL 321° 8.97% 69.41%
HSB/HSV 321° 7.61% 72.16%
CMYK 0.00% 7.61% 2.72%
27.84%

Color #B8AAB3 in popluar number systems.

HEX B8 AA B3
Decimal 184 170 179
Binary 10111000 10101010 10110011
Octal 270 252 263

Shades and tints

Shades of #B8AAB3

#B8AAB3
(184,170,179)
#A89BA3
(168,155,163)
#988C93
(152,140,147)
#887D83
(136,125,131)
#786E73
(120,110,115)
#685F63
(104,95,99)
#585053
(88,80,83)
#484143
(72,65,67)
#383233
(56,50,51)
#282323
(40,35,35)
#181413
(24,20,19)
#000000
(0,0,0)

Tints of #B8AAB3

#B8AAB3
(184,170,179)
#BEB1B9
(190,177,185)
#C4B8BF
(196,184,191)
#CABFC5
(202,191,197)
#D0C6CB
(208,198,203)
#D6CDD1
(214,205,209)
#DCD4D7
(220,212,215)
#E2DBDD
(226,219,221)
#E8E2E3
(232,226,227)
#EEE9E9
(238,233,233)
#F4F0EF
(244,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8AAB3; }

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

This text font color is #B8AAB3.

Background Color

.myBgColor { background-color: #B8AAB3; }

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

This div background color is #B8AAB3.

Border color

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

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

This div border color is #B8AAB3.

Opacity

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

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

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

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

This text has shadow with #B8AAB3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B8AAB3.

Preview

Color preview on black background

This text has color #B8AAB3 on black background.


Color preview on white background

This text has color #B8AAB3 on white background.


Black color preview on #B8AAB3 background

This text has black color on #B8AAB3 background.


White color preview on #B8AAB3 background

This text has white color on #B8AAB3 background.


Related colors

Complementary color

Complementary color for #hex is #47554C.


I love getcolorcode.com

Triadic colors

1 #B3B8AA and #AAB3B8 with #B8AAB3 are triadic colors.

2 #B3AAB8 and #AAB8B3 with #B8AAB3 are triadic colors.