COLOR #B5ABAC

HEX: #B5ABAC
RGB: (181,171,172)

Color info

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

RGB color model

#B5ABAC color RGB value is (181,171,172).

  • red value is 181;
  • green value is 171;
  • blue value is 172.
RGB:
(181,171,172)
(71%,67%,67%)

RGB channels and saturation

R 181 of 255 = 71%
G 171 of 255 = 67%
B 172 of 255 = 67%

181
171
172

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

Portions of RGB colors in percentages

R + G + B =
181 + 171 + 172 = 524 (100%)
R 181 of 524 ~ 34.54%
G 171 of 524 ~ 32.63%
B 172 of 524 ~ 32.82%

%34.54
%32.63
%32.82

CMYK color model

#B5ABAC color CMYK value is (0,6,5,29).

  • cyan value is 0.00%
  • magenta value is 5.52%
  • yellow value is 4.97%
  • key color value is 29.02%
CMYK:
(0,6,5,29)
C0M6Y5K29 
(0%,6%,5%,29%)
(0.00/0.06/0.05/0.29)	

CMYK percentages

%0
%5.52
%4.97
%29.02

Codes

Color #B5ABAC in popluar color models

B5ABAC
RGB181171172
HSL354°6.33%69.02%
HSB/HSV354°5.52%70.98%
CMYK0.00%5.52%4.97%
29.02%

Color #B5ABAC in popluar number systems.

HEXB5ABAC
Decimal181171172
Binary101101011010101110101100
Octal265253254

Shades and tints

Shades of #B5ABAC

#B5ABAC
(181,171,172)
#A59C9D
(165,156,157)
#958D8E
(149,141,142)
#857E7F
(133,126,127)
#756F70
(117,111,112)
#656061
(101,96,97)
#555152
(85,81,82)
#454243
(69,66,67)
#353334
(53,51,52)
#252425
(37,36,37)
#151516
(21,21,22)
#000000
(0,0,0)

Tints of #B5ABAC

#B5ABAC
(181,171,172)
#BBB2B3
(187,178,179)
#C1B9BA
(193,185,186)
#C7C0C1
(199,192,193)
#CDC7C8
(205,199,200)
#D3CECF
(211,206,207)
#D9D5D6
(217,213,214)
#DFDCDD
(223,220,221)
#E5E3E4
(229,227,228)
#EBEAEB
(235,234,235)
#F1F1F2
(241,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5ABAC; }

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

This text font color is #B5ABAC.


Background Color

.myBgColor { background-color: #B5ABAC; }

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

This div background color is #B5ABAC.


Border color

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

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

This div border color is #B5ABAC.


Opacity

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

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

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

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

This text has shadow with #B5ABAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5ABAC on black background.


Color preview on white background

This text has color #B5ABAC on white background.



Black color preview on #B5ABAC background

This text has black color on #B5ABAC background.


White color preview on #B5ABAC background

This text has white color on #B5ABAC background.