COLOR #B5AAB2

HEX: #B5AAB2
RGB: (181,170,178)

Color info

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

RGB color model

#B5AAB2 color RGB value is (181,170,178).

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

RGB channels and saturation

R 181 of 255 = 71%
G 170 of 255 = 67%
B 178 of 255 = 70%

181
170
178

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

Portions of RGB colors in percentages

R + G + B =
181 + 170 + 178 = 529 (100%)
R 181 of 529 ~ 34.22%
G 170 of 529 ~ 32.14%
B 178 of 529 ~ 33.65%

%34.22
%32.14
%33.65

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.08%
  • yellow value is 1.66%
  • 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
%6.08
%1.66
%29.02

Codes

Color #B5AAB2 in popluar color models

B5AAB2
RGB181170178
HSL316°6.92%68.82%
HSB/HSV316°6.08%70.98%
CMYK0.00%6.08%1.66%
29.02%

Color #B5AAB2 in popluar number systems.

HEXB5AAB2
Decimal181170178
Binary101101011010101010110010
Octal265252262

Shades and tints

Shades of #B5AAB2

#B5AAB2
(181,170,178)
#A59BA2
(165,155,162)
#958C92
(149,140,146)
#857D82
(133,125,130)
#756E72
(117,110,114)
#655F62
(101,95,98)
#555052
(85,80,82)
#454142
(69,65,66)
#353232
(53,50,50)
#252322
(37,35,34)
#151412
(21,20,18)
#000000
(0,0,0)

Tints of #B5AAB2

#B5AAB2
(181,170,178)
#BBB1B9
(187,177,185)
#C1B8C0
(193,184,192)
#C7BFC7
(199,191,199)
#CDC6CE
(205,198,206)
#D3CDD5
(211,205,213)
#D9D4DC
(217,212,220)
#DFDBE3
(223,219,227)
#E5E2EA
(229,226,234)
#EBE9F1
(235,233,241)
#F1F0F8
(241,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5AAB2; }

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

This text font color is #B5AAB2.


Background Color

.myBgColor { background-color: #B5AAB2; }

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

This div background color is #B5AAB2.


Border color

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

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

This div border color is #B5AAB2.


Opacity

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

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

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

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

This text has shadow with #B5AAB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5AAB2 on black background.


Color preview on white background

This text has color #B5AAB2 on white background.



Black color preview on #B5AAB2 background

This text has black color on #B5AAB2 background.


White color preview on #B5AAB2 background

This text has white color on #B5AAB2 background.