COLOR #B5AABB

HEX: #B5AABB
RGB: (181,170,187)

Color info

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

RGB color model

#B5AABB color RGB value is (181,170,187).

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

RGB channels and saturation

R 181 of 255 = 71%
G 170 of 255 = 67%
B 187 of 255 = 73%

181
170
187

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

Portions of RGB colors in percentages

R + G + B =
181 + 170 + 187 = 538 (100%)
R 181 of 538 ~ 33.64%
G 170 of 538 ~ 31.6%
B 187 of 538 ~ 34.76%

%33.64
%31.6
%34.76

CMYK color model

#B5AABB color CMYK value is (3,9,0,27).

  • cyan value is 3.21%
  • magenta value is 9.09%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(3,9,0,27)
C3M9Y0K27 
(3%,9%,0%,27%)
(0.03/0.09/0.00/0.27)	

CMYK percentages

%3.21
%9.09
%0
%26.67

Codes

Color #B5AABB in popluar color models

B5AABB
RGB181170187
HSL279°11.11%70.00%
HSB/HSV279°9.09%73.33%
CMYK3.21%9.09%0.00%
26.67%

Color #B5AABB in popluar number systems.

HEXB5AABB
Decimal181170187
Binary101101011010101010111011
Octal265252273

Shades and tints

Shades of #B5AABB

#B5AABB
(181,170,187)
#A59BAA
(165,155,170)
#958C99
(149,140,153)
#857D88
(133,125,136)
#756E77
(117,110,119)
#655F66
(101,95,102)
#555055
(85,80,85)
#454144
(69,65,68)
#353233
(53,50,51)
#252322
(37,35,34)
#151411
(21,20,17)
#000000
(0,0,0)

Tints of #B5AABB

#B5AABB
(181,170,187)
#BBB1C1
(187,177,193)
#C1B8C7
(193,184,199)
#C7BFCD
(199,191,205)
#CDC6D3
(205,198,211)
#D3CDD9
(211,205,217)
#D9D4DF
(217,212,223)
#DFDBE5
(223,219,229)
#E5E2EB
(229,226,235)
#EBE9F1
(235,233,241)
#F1F0F7
(241,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5AABB; }

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

This text font color is #B5AABB.


Background Color

.myBgColor { background-color: #B5AABB; }

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

This div background color is #B5AABB.


Border color

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

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

This div border color is #B5AABB.


Opacity

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

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

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

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

This text has shadow with #B5AABB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5AABB on black background.


Color preview on white background

This text has color #B5AABB on white background.



Black color preview on #B5AABB background

This text has black color on #B5AABB background.


White color preview on #B5AABB background

This text has white color on #B5AABB background.