COLOR #B5AB9C

HEX: #B5AB9C RGB: (181,171,156)

Color info

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

RGB color model

#B5AB9C color RGB value is (181,171,156).

RGB: (181,171,156) (71%, 67%, 61%)

RGB channels and saturation

R 181 of 255 = 71%
G 171 of 255 = 67%
B 156 of 255 = 61%

181
171
156

R + G + B ~ 66%. #B5AB9C is quite light color.

Portions of RGB colors in percentages

R + G + B = 181 + 171 + 156 = 508 (100%)
R 181 of 508 ~ 35.63%
G 171 of 508 ~ 33.66%
B 156 of 508 ~ 30.71'%

%35.63
%33.66
%30.71

CMYK color model

#B5AB9C color CMYK value is (0,6,14,29).

  • cyan value is 0.00%
  • magenta value is 5.52%
  • yellow value is 13.81%
  • key color value is 29.02%

CMYK: (0,6,14,29)
C0M6Y14K29 (0%, 6%, 14%, 29%)
(0.00 / 0.06 / 0.14 / 0.29)

CMYK percentages

%0
%5.52
%13.81
%29.02

Codes

Color #B5AB9C in popluar color models

B5 AB 9C
RGB 181 171 156
HSL 36° 14.45% 66.08%
HSB/HSV 36° 13.81% 70.98%
CMYK 0.00% 5.52% 13.81%
29.02%

Color #B5AB9C in popluar number systems.

HEX B5 AB 9C
Decimal 181 171 156
Binary 10110101 10101011 10011100
Octal 265 253 234

Shades and tints

Shades of #B5AB9C

#B5AB9C
(181,171,156)
#A59C8E
(165,156,142)
#958D80
(149,141,128)
#857E72
(133,126,114)
#756F64
(117,111,100)
#656056
(101,96,86)
#555148
(85,81,72)
#45423A
(69,66,58)
#35332C
(53,51,44)
#25241E
(37,36,30)
#151510
(21,21,16)
#000000
(0,0,0)

Tints of #B5AB9C

#B5AB9C
(181,171,156)
#BBB2A5
(187,178,165)
#C1B9AE
(193,185,174)
#C7C0B7
(199,192,183)
#CDC7C0
(205,199,192)
#D3CEC9
(211,206,201)
#D9D5D2
(217,213,210)
#DFDCDB
(223,220,219)
#E5E3E4
(229,227,228)
#EBEAED
(235,234,237)
#F1F1F6
(241,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5AB9C color. Also use rgb(181,171,156) instead hex code.

Text Font Color

.myTextColor { color: #B5AB9C; }

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

This text font color is #B5AB9C.

Background Color

.myBgColor { background-color: #B5AB9C; }

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

This div background color is #B5AB9C.

Border color

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

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

This div border color is #B5AB9C.

Opacity

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

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

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

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

This text has shadow with #B5AB9C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5AB9C.

Preview

Color preview on black background

This text has color #B5AB9C on black background.


Color preview on white background

This text has color #B5AB9C on white background.


Black color preview on #B5AB9C background

This text has black color on #B5AB9C background.


White color preview on #B5AB9C background

This text has white color on #B5AB9C background.


Related colors

Complementary color

Complementary color for #hex is #4A5463.


I love getcolorcode.com

Triadic colors

1 #9CB5AB and #AB9CB5 with #B5AB9C are triadic colors.

2 #9CABB5 and #ABB59C with #B5AB9C are triadic colors.