COLOR #B5AAC9

HEX: #B5AAC9
RGB: (181,170,201)

Color info

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

RGB color model

#B5AAC9 color RGB value is (181,170,201).

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

RGB channels and saturation

R 181 of 255 = 71%
G 170 of 255 = 67%
B 201 of 255 = 79%

181
170
201

R + G + B ~ 72%. #B5AAC9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 170 + 201 = 552 (100%)
R 181 of 552 ~ 32.79%
G 170 of 552 ~ 30.8%
B 201 of 552 ~ 36.41%

%32.79
%30.8
%36.41

CMYK color model

#B5AAC9 color CMYK value is (10,15,0,21).

  • cyan value is 9.95%
  • magenta value is 15.42%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(10,15,0,21)
C10M15Y0K21 
(10%,15%,0%,21%)
(0.10/0.15/0.00/0.21)	

CMYK percentages

%9.95
%15.42
%0
%21.18

Codes

Color #B5AAC9 in popluar color models

B5AAC9
RGB181170201
HSL261°22.30%72.75%
HSB/HSV261°15.42%78.82%
CMYK9.95%15.42%0.00%
21.18%

Color #B5AAC9 in popluar number systems.

HEXB5AAC9
Decimal181170201
Binary101101011010101011001001
Octal265252311

Shades and tints

Shades of #B5AAC9

#B5AAC9
(181,170,201)
#A59BB7
(165,155,183)
#958CA5
(149,140,165)
#857D93
(133,125,147)
#756E81
(117,110,129)
#655F6F
(101,95,111)
#55505D
(85,80,93)
#45414B
(69,65,75)
#353239
(53,50,57)
#252327
(37,35,39)
#151415
(21,20,21)
#000000
(0,0,0)

Tints of #B5AAC9

#B5AAC9
(181,170,201)
#BBB1CD
(187,177,205)
#C1B8D1
(193,184,209)
#C7BFD5
(199,191,213)
#CDC6D9
(205,198,217)
#D3CDDD
(211,205,221)
#D9D4E1
(217,212,225)
#DFDBE5
(223,219,229)
#E5E2E9
(229,226,233)
#EBE9ED
(235,233,237)
#F1F0F1
(241,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5AAC9; }

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

This text font color is #B5AAC9.


Background Color

.myBgColor { background-color: #B5AAC9; }

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

This div background color is #B5AAC9.


Border color

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

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

This div border color is #B5AAC9.


Opacity

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

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

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

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

This text has shadow with #B5AAC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5AAC9 on black background.


Color preview on white background

This text has color #B5AAC9 on white background.



Black color preview on #B5AAC9 background

This text has black color on #B5AAC9 background.


White color preview on #B5AAC9 background

This text has white color on #B5AAC9 background.