COLOR #B5AA9E

HEX: #B5AA9E RGB: (181,170,158)

Color info

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

RGB color model

#B5AA9E color RGB value is (181,170,158).

RGB: (181,170,158) (71%, 67%, 62%)

RGB channels and saturation

R 181 of 255 = 71%
G 170 of 255 = 67%
B 158 of 255 = 62%

181
170
158

R + G + B ~ 67%. #B5AA9E is quite light color.

Portions of RGB colors in percentages

R + G + B = 181 + 170 + 158 = 509 (100%)
R 181 of 509 ~ 35.56%
G 170 of 509 ~ 33.4%
B 158 of 509 ~ 31.04'%

%35.56
%33.4
%31.04

CMYK color model

#B5AA9E color CMYK value is (0,6,13,29).

  • cyan value is 0.00%
  • magenta value is 6.08%
  • yellow value is 12.71%
  • key color value is 29.02%
CMYK: (0,6,13,29) C0M6Y13K29 (0%,6%,13%,29%) (0.00/0.06/0.13/0.29) 

CMYK percentages

%0
%6.08
%12.71
%29.02

Codes

Color #B5AA9E in popluar color models

B5 AA 9E
RGB 181 170 158
HSL 31° 13.45% 66.47%
HSB/HSV 31° 12.71% 70.98%
CMYK 0.00% 6.08% 12.71%
29.02%

Color #B5AA9E in popluar number systems.

HEX B5 AA 9E
Decimal 181 170 158
Binary 10110101 10101010 10011110
Octal 265 252 236

Shades and tints

Shades of #B5AA9E

#B5AA9E
(181,170,158)
#A59B90
(165,155,144)
#958C82
(149,140,130)
#857D74
(133,125,116)
#756E66
(117,110,102)
#655F58
(101,95,88)
#55504A
(85,80,74)
#45413C
(69,65,60)
#35322E
(53,50,46)
#252320
(37,35,32)
#151412
(21,20,18)
#000000
(0,0,0)

Tints of #B5AA9E

#B5AA9E
(181,170,158)
#BBB1A6
(187,177,166)
#C1B8AE
(193,184,174)
#C7BFB6
(199,191,182)
#CDC6BE
(205,198,190)
#D3CDC6
(211,205,198)
#D9D4CE
(217,212,206)
#DFDBD6
(223,219,214)
#E5E2DE
(229,226,222)
#EBE9E6
(235,233,230)
#F1F0EE
(241,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5AA9E; }

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

This text font color is #B5AA9E.

Background Color

.myBgColor { background-color: #B5AA9E; }

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

This div background color is #B5AA9E.

Border color

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

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

This div border color is #B5AA9E.

Opacity

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

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

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

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

This text has shadow with #B5AA9E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5AA9E.

Preview

Color preview on black background

This text has color #B5AA9E on black background.


Color preview on white background

This text has color #B5AA9E on white background.


Black color preview on #B5AA9E background

This text has black color on #B5AA9E background.


White color preview on #B5AA9E background

This text has white color on #B5AA9E background.


Related colors

Complementary color

Complementary color for #hex is #4A5561.


I love getcolorcode.com

Triadic colors

1 #9EB5AA and #AA9EB5 with #B5AA9E are triadic colors.

2 #9EAAB5 and #AAB59E with #B5AA9E are triadic colors.