COLOR #B5AC9D

HEX: #B5AC9D RGB: (181,172,157)

Color info

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

RGB color model

#B5AC9D color RGB value is (181,172,157).

RGB: (181,172,157) (71%, 67%, 62%)

RGB channels and saturation

R 181 of 255 = 71%
G 172 of 255 = 67%
B 157 of 255 = 62%

181
172
157

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

Portions of RGB colors in percentages

R + G + B = 181 + 172 + 157 = 510 (100%)
R 181 of 510 ~ 35.49%
G 172 of 510 ~ 33.73%
B 157 of 510 ~ 30.78'%

%35.49
%33.73
%30.78

CMYK color model

#B5AC9D color CMYK value is (0,5,13,29).

  • cyan value is 0.00%
  • magenta value is 4.97%
  • yellow value is 13.26%
  • key color value is 29.02%

CMYK: (0,5,13,29)
C0M5Y13K29 (0%, 5%, 13%, 29%)
(0.00 / 0.05 / 0.13 / 0.29)

CMYK percentages

%0
%4.97
%13.26
%29.02

Codes

Color #B5AC9D in popluar color models

B5 AC 9D
RGB 181 172 157
HSL 38° 13.95% 66.27%
HSB/HSV 38° 13.26% 70.98%
CMYK 0.00% 4.97% 13.26%
29.02%

Color #B5AC9D in popluar number systems.

HEX B5 AC 9D
Decimal 181 172 157
Binary 10110101 10101100 10011101
Octal 265 254 235

Shades and tints

Shades of #B5AC9D

#B5AC9D
(181,172,157)
#A59D8F
(165,157,143)
#958E81
(149,142,129)
#857F73
(133,127,115)
#757065
(117,112,101)
#656157
(101,97,87)
#555249
(85,82,73)
#45433B
(69,67,59)
#35342D
(53,52,45)
#25251F
(37,37,31)
#151611
(21,22,17)
#000000
(0,0,0)

Tints of #B5AC9D

#B5AC9D
(181,172,157)
#BBB3A5
(187,179,165)
#C1BAAD
(193,186,173)
#C7C1B5
(199,193,181)
#CDC8BD
(205,200,189)
#D3CFC5
(211,207,197)
#D9D6CD
(217,214,205)
#DFDDD5
(223,221,213)
#E5E4DD
(229,228,221)
#EBEBE5
(235,235,229)
#F1F2ED
(241,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5AC9D color. Also use rgb(181,172,157) instead hex code.

Text Font Color

.myTextColor { color: #B5AC9D; }

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

This text font color is #B5AC9D.

Background Color

.myBgColor { background-color: #B5AC9D; }

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

This div background color is #B5AC9D.

Border color

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

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

This div border color is #B5AC9D.

Opacity

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

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

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

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

This text has shadow with #B5AC9D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5AC9D.

Preview

Color preview on black background

This text has color #B5AC9D on black background.


Color preview on white background

This text has color #B5AC9D on white background.


Black color preview on #B5AC9D background

This text has black color on #B5AC9D background.


White color preview on #B5AC9D background

This text has white color on #B5AC9D background.


Related colors

Complementary color

Complementary color for #hex is #4A5362.


I love getcolorcode.com

Triadic colors

1 #9DB5AC and #AC9DB5 with #B5AC9D are triadic colors.

2 #9DACB5 and #ACB59D with #B5AC9D are triadic colors.