COLOR #B5ABB1

HEX: #B5ABB1
RGB: (181,171,177)

Color info

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

RGB color model

#B5ABB1 color RGB value is (181,171,177).

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

RGB channels and saturation

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

181
171
177

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

Portions of RGB colors in percentages

R + G + B =
181 + 171 + 177 = 529 (100%)
R 181 of 529 ~ 34.22%
G 171 of 529 ~ 32.33%
B 177 of 529 ~ 33.46%

%34.22
%32.33
%33.46

CMYK color model

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

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

CMYK percentages

%0
%5.52
%2.21
%29.02

Codes

Color #B5ABB1 in popluar color models

B5ABB1
RGB181171177
HSL324°6.33%69.02%
HSB/HSV324°5.52%70.98%
CMYK0.00%5.52%2.21%
29.02%

Color #B5ABB1 in popluar number systems.

HEXB5ABB1
Decimal181171177
Binary101101011010101110110001
Octal265253261

Shades and tints

Shades of #B5ABB1

#B5ABB1
(181,171,177)
#A59CA1
(165,156,161)
#958D91
(149,141,145)
#857E81
(133,126,129)
#756F71
(117,111,113)
#656061
(101,96,97)
#555151
(85,81,81)
#454241
(69,66,65)
#353331
(53,51,49)
#252421
(37,36,33)
#151511
(21,21,17)
#000000
(0,0,0)

Tints of #B5ABB1

#B5ABB1
(181,171,177)
#BBB2B8
(187,178,184)
#C1B9BF
(193,185,191)
#C7C0C6
(199,192,198)
#CDC7CD
(205,199,205)
#D3CED4
(211,206,212)
#D9D5DB
(217,213,219)
#DFDCE2
(223,220,226)
#E5E3E9
(229,227,233)
#EBEAF0
(235,234,240)
#F1F1F7
(241,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5ABB1; }

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

This text font color is #B5ABB1.


Background Color

.myBgColor { background-color: #B5ABB1; }

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

This div background color is #B5ABB1.


Border color

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

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

This div border color is #B5ABB1.


Opacity

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

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

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

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

This text has shadow with #B5ABB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5ABB1 on black background.


Color preview on white background

This text has color #B5ABB1 on white background.



Black color preview on #B5ABB1 background

This text has black color on #B5ABB1 background.


White color preview on #B5ABB1 background

This text has white color on #B5ABB1 background.