COLOR #B5ABAB

HEX: #B5ABAB
RGB: (181,171,171)

Color info

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

RGB color model

#B5ABAB color RGB value is (181,171,171).

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

RGB channels and saturation

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

181
171
171

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

Portions of RGB colors in percentages

R + G + B =
181 + 171 + 171 = 523 (100%)
R 181 of 523 ~ 34.61%
G 171 of 523 ~ 32.7%
B 171 of 523 ~ 32.7%

%34.61
%32.7
%32.7

CMYK color model

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

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

CMYK percentages

%0
%5.52
%5.52
%29.02

Codes

Color #B5ABAB in popluar color models

B5ABAB
RGB181171171
HSL6.33%69.02%
HSB/HSV5.52%70.98%
CMYK0.00%5.52%5.52%
29.02%

Color #B5ABAB in popluar number systems.

HEXB5ABAB
Decimal181171171
Binary101101011010101110101011
Octal265253253

Shades and tints

Shades of #B5ABAB

#B5ABAB
(181,171,171)
#A59C9C
(165,156,156)
#958D8D
(149,141,141)
#857E7E
(133,126,126)
#756F6F
(117,111,111)
#656060
(101,96,96)
#555151
(85,81,81)
#454242
(69,66,66)
#353333
(53,51,51)
#252424
(37,36,36)
#151515
(21,21,21)
#000000
(0,0,0)

Tints of #B5ABAB

#B5ABAB
(181,171,171)
#BBB2B2
(187,178,178)
#C1B9B9
(193,185,185)
#C7C0C0
(199,192,192)
#CDC7C7
(205,199,199)
#D3CECE
(211,206,206)
#D9D5D5
(217,213,213)
#DFDCDC
(223,220,220)
#E5E3E3
(229,227,227)
#EBEAEA
(235,234,234)
#F1F1F1
(241,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5ABAB; }

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

This text font color is #B5ABAB.


Background Color

.myBgColor { background-color: #B5ABAB; }

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

This div background color is #B5ABAB.


Border color

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

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

This div border color is #B5ABAB.


Opacity

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

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

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

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

This text has shadow with #B5ABAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5ABAB on black background.


Color preview on white background

This text has color #B5ABAB on white background.



Black color preview on #B5ABAB background

This text has black color on #B5ABAB background.


White color preview on #B5ABAB background

This text has white color on #B5ABAB background.