COLOR #B5AAC6

HEX: #B5AAC6 RGB: (181,170,198)

Color info

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

RGB color model

#B5AAC6 color RGB value is (181,170,198).

RGB: (181,170,198) (71%, 67%, 78%)

RGB channels and saturation

R 181 of 255 = 71%
G 170 of 255 = 67%
B 198 of 255 = 78%

181
170
198

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

Portions of RGB colors in percentages

R + G + B = 181 + 170 + 198 = 549 (100%)
R 181 of 549 ~ 32.97%
G 170 of 549 ~ 30.97%
B 198 of 549 ~ 36.07'%

%32.97
%30.97
%36.07

CMYK color model

#B5AAC6 color CMYK value is (9,14,0,22).

  • cyan value is 8.59%
  • magenta value is 14.14%
  • yellow value is 0.00%
  • key color value is 22.35%

CMYK: (9,14,0,22)
C9M14Y0K22 (9%, 14%, 0%, 22%)
(0.09 / 0.14 / 0.00 / 0.22)

CMYK percentages

%8.59
%14.14
%0
%22.35

Codes

Color #B5AAC6 in popluar color models

B5 AA C6
RGB 181 170 198
HSL 264° 19.72% 72.16%
HSB/HSV 264° 14.14% 77.65%
CMYK 8.59% 14.14% 0.00%
22.35%

Color #B5AAC6 in popluar number systems.

HEX B5 AA C6
Decimal 181 170 198
Binary 10110101 10101010 11000110
Octal 265 252 306

Shades and tints

Shades of #B5AAC6

#B5AAC6
(181,170,198)
#A59BB4
(165,155,180)
#958CA2
(149,140,162)
#857D90
(133,125,144)
#756E7E
(117,110,126)
#655F6C
(101,95,108)
#55505A
(85,80,90)
#454148
(69,65,72)
#353236
(53,50,54)
#252324
(37,35,36)
#151412
(21,20,18)
#000000
(0,0,0)

Tints of #B5AAC6

#B5AAC6
(181,170,198)
#BBB1CB
(187,177,203)
#C1B8D0
(193,184,208)
#C7BFD5
(199,191,213)
#CDC6DA
(205,198,218)
#D3CDDF
(211,205,223)
#D9D4E4
(217,212,228)
#DFDBE9
(223,219,233)
#E5E2EE
(229,226,238)
#EBE9F3
(235,233,243)
#F1F0F8
(241,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5AAC6; }

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

This text font color is #B5AAC6.

Background Color

.myBgColor { background-color: #B5AAC6; }

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

This div background color is #B5AAC6.

Border color

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

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

This div border color is #B5AAC6.

Opacity

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

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

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

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

This text has shadow with #B5AAC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5AAC6.

Preview

Color preview on black background

This text has color #B5AAC6 on black background.


Color preview on white background

This text has color #B5AAC6 on white background.


Black color preview on #B5AAC6 background

This text has black color on #B5AAC6 background.


White color preview on #B5AAC6 background

This text has white color on #B5AAC6 background.


Related colors

Complementary color

Complementary color for #hex is #4A5539.


I love getcolorcode.com

Triadic colors

1 #C6B5AA and #AAC6B5 with #B5AAC6 are triadic colors.

2 #C6AAB5 and #AAB5C6 with #B5AAC6 are triadic colors.