COLOR #B5ABA8

HEX: #B5ABA8 RGB: (181,171,168)

Color info

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

RGB color model

#B5ABA8 color RGB value is (181,171,168).

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

RGB channels and saturation

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

181
171
168

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

Portions of RGB colors in percentages

R + G + B = 181 + 171 + 168 = 520 (100%)
R 181 of 520 ~ 34.81%
G 171 of 520 ~ 32.88%
B 168 of 520 ~ 32.31'%

%34.81
%32.88
%32.31

CMYK color model

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

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

Codes

Color #B5ABA8 in popluar color models

B5 AB A8
RGB 181 171 168
HSL 14° 8.07% 68.43%
HSB/HSV 14° 7.18% 70.98%
CMYK 0.00% 5.52% 7.18%
29.02%

Color #B5ABA8 in popluar number systems.

HEX B5 AB A8
Decimal 181 171 168
Binary 10110101 10101011 10101000
Octal 265 253 250

Shades and tints

Shades of #B5ABA8

#B5ABA8
(181,171,168)
#A59C99
(165,156,153)
#958D8A
(149,141,138)
#857E7B
(133,126,123)
#756F6C
(117,111,108)
#65605D
(101,96,93)
#55514E
(85,81,78)
#45423F
(69,66,63)
#353330
(53,51,48)
#252421
(37,36,33)
#151512
(21,21,18)
#000000
(0,0,0)

Tints of #B5ABA8

#B5ABA8
(181,171,168)
#BBB2AF
(187,178,175)
#C1B9B6
(193,185,182)
#C7C0BD
(199,192,189)
#CDC7C4
(205,199,196)
#D3CECB
(211,206,203)
#D9D5D2
(217,213,210)
#DFDCD9
(223,220,217)
#E5E3E0
(229,227,224)
#EBEAE7
(235,234,231)
#F1F1EE
(241,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5ABA8; }

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

This text font color is #B5ABA8.

Background Color

.myBgColor { background-color: #B5ABA8; }

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

This div background color is #B5ABA8.

Border color

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

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

This div border color is #B5ABA8.

Opacity

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

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

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

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

This text has shadow with #B5ABA8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5ABA8.

Preview

Color preview on black background

This text has color #B5ABA8 on black background.


Color preview on white background

This text has color #B5ABA8 on white background.


Black color preview on #B5ABA8 background

This text has black color on #B5ABA8 background.


White color preview on #B5ABA8 background

This text has white color on #B5ABA8 background.


Related colors

Complementary color

Complementary color for #hex is #4A5457.


I love getcolorcode.com

Triadic colors

1 #A8B5AB and #ABA8B5 with #B5ABA8 are triadic colors.

2 #A8ABB5 and #ABB5A8 with #B5ABA8 are triadic colors.