COLOR #B5AAA8

HEX: #B5AAA8 RGB: (181,170,168)

Color info

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

RGB color model

#B5AAA8 color RGB value is (181,170,168).

RGB: (181,170,168) (71%, 67%, 66%)

RGB channels and saturation

R 181 of 255 = 71%
G 170 of 255 = 67%
B 168 of 255 = 66%

181
170
168

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

Portions of RGB colors in percentages

R + G + B = 181 + 170 + 168 = 519 (100%)
R 181 of 519 ~ 34.87%
G 170 of 519 ~ 32.76%
B 168 of 519 ~ 32.37'%

%34.87
%32.76
%32.37

CMYK color model

#B5AAA8 color CMYK value is (0,6,7,29).

  • cyan value is 0.00%
  • magenta value is 6.08%
  • yellow value is 7.18%
  • key color value is 29.02%

CMYK: (0,6,7,29)
C0M6Y7K29 (0%, 6%, 7%, 29%)
(0.00 / 0.06 / 0.07 / 0.29)

CMYK percentages

%0
%6.08
%7.18
%29.02

Codes

Color #B5AAA8 in popluar color models

B5 AA A8
RGB 181 170 168
HSL 8.07% 68.43%
HSB/HSV 7.18% 70.98%
CMYK 0.00% 6.08% 7.18%
29.02%

Color #B5AAA8 in popluar number systems.

HEX B5 AA A8
Decimal 181 170 168
Binary 10110101 10101010 10101000
Octal 265 252 250

Shades and tints

Shades of #B5AAA8

#B5AAA8
(181,170,168)
#A59B99
(165,155,153)
#958C8A
(149,140,138)
#857D7B
(133,125,123)
#756E6C
(117,110,108)
#655F5D
(101,95,93)
#55504E
(85,80,78)
#45413F
(69,65,63)
#353230
(53,50,48)
#252321
(37,35,33)
#151412
(21,20,18)
#000000
(0,0,0)

Tints of #B5AAA8

#B5AAA8
(181,170,168)
#BBB1AF
(187,177,175)
#C1B8B6
(193,184,182)
#C7BFBD
(199,191,189)
#CDC6C4
(205,198,196)
#D3CDCB
(211,205,203)
#D9D4D2
(217,212,210)
#DFDBD9
(223,219,217)
#E5E2E0
(229,226,224)
#EBE9E7
(235,233,231)
#F1F0EE
(241,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5AAA8 color. Also use rgb(181,170,168) instead hex code.

Text Font Color

.myTextColor { color: #B5AAA8; }

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

This text font color is #B5AAA8.

Background Color

.myBgColor { background-color: #B5AAA8; }

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

This div background color is #B5AAA8.

Border color

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

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

This div border color is #B5AAA8.

Opacity

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

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

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

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

This text has shadow with #B5AAA8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5AAA8.

Preview

Color preview on black background

This text has color #B5AAA8 on black background.


Color preview on white background

This text has color #B5AAA8 on white background.


Black color preview on #B5AAA8 background

This text has black color on #B5AAA8 background.


White color preview on #B5AAA8 background

This text has white color on #B5AAA8 background.


Related colors

Complementary color

Complementary color for #hex is #4A5557.


I love getcolorcode.com

Triadic colors

1 #A8B5AA and #AAA8B5 with #B5AAA8 are triadic colors.

2 #A8AAB5 and #AAB5A8 with #B5AAA8 are triadic colors.