COLOR #B5AAC5

HEX: #B5AAC5
RGB: (181,170,197)

Color info

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

RGB color model

#B5AAC5 color RGB value is (181,170,197).

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

RGB channels and saturation

R 181 of 255 = 71%
G 170 of 255 = 67%
B 197 of 255 = 77%

181
170
197

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

Portions of RGB colors in percentages

R + G + B =
181 + 170 + 197 = 548 (100%)
R 181 of 548 ~ 33.03%
G 170 of 548 ~ 31.02%
B 197 of 548 ~ 35.95%

%33.03
%31.02
%35.95

CMYK color model

#B5AAC5 color CMYK value is (8,14,0,23).

  • cyan value is 8.12%
  • magenta value is 13.71%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(8,14,0,23)
C8M14Y0K23 
(8%,14%,0%,23%)
(0.08/0.14/0.00/0.23)	

CMYK percentages

%8.12
%13.71
%0
%22.75

Codes

Color #B5AAC5 in popluar color models

B5AAC5
RGB181170197
HSL264°18.88%71.96%
HSB/HSV264°13.71%77.25%
CMYK8.12%13.71%0.00%
22.75%

Color #B5AAC5 in popluar number systems.

HEXB5AAC5
Decimal181170197
Binary101101011010101011000101
Octal265252305

Shades and tints

Shades of #B5AAC5

#B5AAC5
(181,170,197)
#A59BB4
(165,155,180)
#958CA3
(149,140,163)
#857D92
(133,125,146)
#756E81
(117,110,129)
#655F70
(101,95,112)
#55505F
(85,80,95)
#45414E
(69,65,78)
#35323D
(53,50,61)
#25232C
(37,35,44)
#15141B
(21,20,27)
#000000
(0,0,0)

Tints of #B5AAC5

#B5AAC5
(181,170,197)
#BBB1CA
(187,177,202)
#C1B8CF
(193,184,207)
#C7BFD4
(199,191,212)
#CDC6D9
(205,198,217)
#D3CDDE
(211,205,222)
#D9D4E3
(217,212,227)
#DFDBE8
(223,219,232)
#E5E2ED
(229,226,237)
#EBE9F2
(235,233,242)
#F1F0F7
(241,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5AAC5; }

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

This text font color is #B5AAC5.


Background Color

.myBgColor { background-color: #B5AAC5; }

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

This div background color is #B5AAC5.


Border color

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

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

This div border color is #B5AAC5.


Opacity

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

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

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

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

This text has shadow with #B5AAC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5AAC5 on black background.


Color preview on white background

This text has color #B5AAC5 on white background.



Black color preview on #B5AAC5 background

This text has black color on #B5AAC5 background.


White color preview on #B5AAC5 background

This text has white color on #B5AAC5 background.