COLOR #B5ABB9

HEX: #B5ABB9
RGB: (181,171,185)

Color info

#B5ABB9 contains red, green and blue colors in about the same proportion. Web safe color of #B5ABB9 is #CC99CC (or #C9C).

RGB color model

#B5ABB9 color RGB value is (181,171,185).

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

RGB channels and saturation

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

181
171
185

R + G + B ~ 70%. #B5ABB9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 171 + 185 = 537 (100%)
R 181 of 537 ~ 33.71%
G 171 of 537 ~ 31.84%
B 185 of 537 ~ 34.45%

%33.71
%31.84
%34.45

CMYK color model

#B5ABB9 color CMYK value is (2,8,0,27).

  • cyan value is 2.16%
  • magenta value is 7.57%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(2,8,0,27)
C2M8Y0K27 
(2%,8%,0%,27%)
(0.02/0.08/0.00/0.27)	

CMYK percentages

%2.16
%7.57
%0
%27.45

Codes

Color #B5ABB9 in popluar color models

B5ABB9
RGB181171185
HSL283°9.09%69.80%
HSB/HSV283°7.57%72.55%
CMYK2.16%7.57%0.00%
27.45%

Color #B5ABB9 in popluar number systems.

HEXB5ABB9
Decimal181171185
Binary101101011010101110111001
Octal265253271

Shades and tints

Shades of #B5ABB9

#B5ABB9
(181,171,185)
#A59CA9
(165,156,169)
#958D99
(149,141,153)
#857E89
(133,126,137)
#756F79
(117,111,121)
#656069
(101,96,105)
#555159
(85,81,89)
#454249
(69,66,73)
#353339
(53,51,57)
#252429
(37,36,41)
#151519
(21,21,25)
#000000
(0,0,0)

Tints of #B5ABB9

#B5ABB9
(181,171,185)
#BBB2BF
(187,178,191)
#C1B9C5
(193,185,197)
#C7C0CB
(199,192,203)
#CDC7D1
(205,199,209)
#D3CED7
(211,206,215)
#D9D5DD
(217,213,221)
#DFDCE3
(223,220,227)
#E5E3E9
(229,227,233)
#EBEAEF
(235,234,239)
#F1F1F5
(241,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5ABB9; }

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

This text font color is #B5ABB9.


Background Color

.myBgColor { background-color: #B5ABB9; }

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

This div background color is #B5ABB9.


Border color

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

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

This div border color is #B5ABB9.


Opacity

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

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

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

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

This text has shadow with #B5ABB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5ABB9 on black background.


Color preview on white background

This text has color #B5ABB9 on white background.



Black color preview on #B5ABB9 background

This text has black color on #B5ABB9 background.


White color preview on #B5ABB9 background

This text has white color on #B5ABB9 background.