COLOR #B5ABAF

HEX: #B5ABAF
RGB: (181,171,175)

Color info

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

RGB color model

#B5ABAF color RGB value is (181,171,175).

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

RGB channels and saturation

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

181
171
175

R + G + B ~ 69%. #B5ABAF is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 171 + 175 = 527 (100%)
R 181 of 527 ~ 34.35%
G 171 of 527 ~ 32.45%
B 175 of 527 ~ 33.21%

%34.35
%32.45
%33.21

CMYK color model

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

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

CMYK percentages

%0
%5.52
%3.31
%29.02

Codes

Color #B5ABAF in popluar color models

B5ABAF
RGB181171175
HSL336°6.33%69.02%
HSB/HSV336°5.52%70.98%
CMYK0.00%5.52%3.31%
29.02%

Color #B5ABAF in popluar number systems.

HEXB5ABAF
Decimal181171175
Binary101101011010101110101111
Octal265253257

Shades and tints

Shades of #B5ABAF

#B5ABAF
(181,171,175)
#A59CA0
(165,156,160)
#958D91
(149,141,145)
#857E82
(133,126,130)
#756F73
(117,111,115)
#656064
(101,96,100)
#555155
(85,81,85)
#454246
(69,66,70)
#353337
(53,51,55)
#252428
(37,36,40)
#151519
(21,21,25)
#000000
(0,0,0)

Tints of #B5ABAF

#B5ABAF
(181,171,175)
#BBB2B6
(187,178,182)
#C1B9BD
(193,185,189)
#C7C0C4
(199,192,196)
#CDC7CB
(205,199,203)
#D3CED2
(211,206,210)
#D9D5D9
(217,213,217)
#DFDCE0
(223,220,224)
#E5E3E7
(229,227,231)
#EBEAEE
(235,234,238)
#F1F1F5
(241,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5ABAF; }

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

This text font color is #B5ABAF.


Background Color

.myBgColor { background-color: #B5ABAF; }

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

This div background color is #B5ABAF.


Border color

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

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

This div border color is #B5ABAF.


Opacity

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

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

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

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

This text has shadow with #B5ABAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5ABAF on black background.


Color preview on white background

This text has color #B5ABAF on white background.



Black color preview on #B5ABAF background

This text has black color on #B5ABAF background.


White color preview on #B5ABAF background

This text has white color on #B5ABAF background.