COLOR #B5AB9B

HEX: #B5AB9B RGB: (181,171,155)

Color info

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

RGB color model

#B5AB9B color RGB value is (181,171,155).

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

RGB channels and saturation

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

181
171
155

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

Portions of RGB colors in percentages

R + G + B = 181 + 171 + 155 = 507 (100%)
R 181 of 507 ~ 35.7%
G 171 of 507 ~ 33.73%
B 155 of 507 ~ 30.57'%

%35.7
%33.73
%30.57

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.52%
  • yellow value is 14.36%
  • 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
%14.36
%29.02

Codes

Color #B5AB9B in popluar color models

B5 AB 9B
RGB 181 171 155
HSL 37° 14.94% 65.88%
HSB/HSV 37° 14.36% 70.98%
CMYK 0.00% 5.52% 14.36%
29.02%

Color #B5AB9B in popluar number systems.

HEX B5 AB 9B
Decimal 181 171 155
Binary 10110101 10101011 10011011
Octal 265 253 233

Shades and tints

Shades of #B5AB9B

#B5AB9B
(181,171,155)
#A59C8D
(165,156,141)
#958D7F
(149,141,127)
#857E71
(133,126,113)
#756F63
(117,111,99)
#656055
(101,96,85)
#555147
(85,81,71)
#454239
(69,66,57)
#35332B
(53,51,43)
#25241D
(37,36,29)
#15150F
(21,21,15)
#000000
(0,0,0)

Tints of #B5AB9B

#B5AB9B
(181,171,155)
#BBB2A4
(187,178,164)
#C1B9AD
(193,185,173)
#C7C0B6
(199,192,182)
#CDC7BF
(205,199,191)
#D3CEC8
(211,206,200)
#D9D5D1
(217,213,209)
#DFDCDA
(223,220,218)
#E5E3E3
(229,227,227)
#EBEAEC
(235,234,236)
#F1F1F5
(241,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5AB9B; }

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

This text font color is #B5AB9B.

Background Color

.myBgColor { background-color: #B5AB9B; }

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

This div background color is #B5AB9B.

Border color

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

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

This div border color is #B5AB9B.

Opacity

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

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

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

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

This text has shadow with #B5AB9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5AB9B.

Preview

Color preview on black background

This text has color #B5AB9B on black background.


Color preview on white background

This text has color #B5AB9B on white background.


Black color preview on #B5AB9B background

This text has black color on #B5AB9B background.


White color preview on #B5AB9B background

This text has white color on #B5AB9B background.


Related colors

Complementary color

Complementary color for #hex is #4A5464.


I love getcolorcode.com

Triadic colors

1 #9BB5AB and #AB9BB5 with #B5AB9B are triadic colors.

2 #9BABB5 and #ABB59B with #B5AB9B are triadic colors.