COLOR #B5ABB3

HEX: #B5ABB3
RGB: (181,171,179)

Color info

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

RGB color model

#B5ABB3 color RGB value is (181,171,179).

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

RGB channels and saturation

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

181
171
179

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

Portions of RGB colors in percentages

R + G + B =
181 + 171 + 179 = 531 (100%)
R 181 of 531 ~ 34.09%
G 171 of 531 ~ 32.2%
B 179 of 531 ~ 33.71%

%34.09
%32.2
%33.71

CMYK color model

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

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

CMYK percentages

%0
%5.52
%1.1
%29.02

Codes

Color #B5ABB3 in popluar color models

B5ABB3
RGB181171179
HSL312°6.33%69.02%
HSB/HSV312°5.52%70.98%
CMYK0.00%5.52%1.10%
29.02%

Color #B5ABB3 in popluar number systems.

HEXB5ABB3
Decimal181171179
Binary101101011010101110110011
Octal265253263

Shades and tints

Shades of #B5ABB3

#B5ABB3
(181,171,179)
#A59CA3
(165,156,163)
#958D93
(149,141,147)
#857E83
(133,126,131)
#756F73
(117,111,115)
#656063
(101,96,99)
#555153
(85,81,83)
#454243
(69,66,67)
#353333
(53,51,51)
#252423
(37,36,35)
#151513
(21,21,19)
#000000
(0,0,0)

Tints of #B5ABB3

#B5ABB3
(181,171,179)
#BBB2B9
(187,178,185)
#C1B9BF
(193,185,191)
#C7C0C5
(199,192,197)
#CDC7CB
(205,199,203)
#D3CED1
(211,206,209)
#D9D5D7
(217,213,215)
#DFDCDD
(223,220,221)
#E5E3E3
(229,227,227)
#EBEAE9
(235,234,233)
#F1F1EF
(241,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5ABB3; }

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

This text font color is #B5ABB3.


Background Color

.myBgColor { background-color: #B5ABB3; }

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

This div background color is #B5ABB3.


Border color

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

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

This div border color is #B5ABB3.


Opacity

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

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

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

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

This text has shadow with #B5ABB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5ABB3 on black background.


Color preview on white background

This text has color #B5ABB3 on white background.



Black color preview on #B5ABB3 background

This text has black color on #B5ABB3 background.


White color preview on #B5ABB3 background

This text has white color on #B5ABB3 background.