COLOR #B4AAD1

HEX: #B4AAD1 RGB: (180,170,209)

Color info

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

RGB color model

#B4AAD1 color RGB value is (180,170,209).

RGB: (180,170,209) (71%, 67%, 82%)

RGB channels and saturation

R 180 of 255 = 71%
G 170 of 255 = 67%
B 209 of 255 = 82%

180
170
209

R + G + B ~ 73%. #B4AAD1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 170 + 209 = 559 (100%)
R 180 of 559 ~ 32.2%
G 170 of 559 ~ 30.41%
B 209 of 559 ~ 37.39'%

%32.2
%30.41
%37.39

CMYK color model

#B4AAD1 color CMYK value is (14,19,0,18).

  • cyan value is 13.88%
  • magenta value is 18.66%
  • yellow value is 0.00%
  • key color value is 18.04%

CMYK: (14,19,0,18)
C14M19Y0K18 (14%, 19%, 0%, 18%)
(0.14 / 0.19 / 0.00 / 0.18)

CMYK percentages

%13.88
%18.66
%0
%18.04

Codes

Color #B4AAD1 in popluar color models

B4 AA D1
RGB 180 170 209
HSL 255° 29.77% 74.31%
HSB/HSV 255° 18.66% 81.96%
CMYK 13.88% 18.66% 0.00%
18.04%

Color #B4AAD1 in popluar number systems.

HEX B4 AA D1
Decimal 180 170 209
Binary 10110100 10101010 11010001
Octal 264 252 321

Shades and tints

Shades of #B4AAD1

#B4AAD1
(180,170,209)
#A49BBE
(164,155,190)
#948CAB
(148,140,171)
#847D98
(132,125,152)
#746E85
(116,110,133)
#645F72
(100,95,114)
#54505F
(84,80,95)
#44414C
(68,65,76)
#343239
(52,50,57)
#242326
(36,35,38)
#141413
(20,20,19)
#000000
(0,0,0)

Tints of #B4AAD1

#B4AAD1
(180,170,209)
#BAB1D5
(186,177,213)
#C0B8D9
(192,184,217)
#C6BFDD
(198,191,221)
#CCC6E1
(204,198,225)
#D2CDE5
(210,205,229)
#D8D4E9
(216,212,233)
#DEDBED
(222,219,237)
#E4E2F1
(228,226,241)
#EAE9F5
(234,233,245)
#F0F0F9
(240,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4AAD1 color. Also use rgb(180,170,209) instead hex code.

Text Font Color

.myTextColor { color: #B4AAD1; }

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

This text font color is #B4AAD1.

Background Color

.myBgColor { background-color: #B4AAD1; }

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

This div background color is #B4AAD1.

Border color

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

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

This div border color is #B4AAD1.

Opacity

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

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

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

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

This text has shadow with #B4AAD1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4AAD1.

Preview

Color preview on black background

This text has color #B4AAD1 on black background.


Color preview on white background

This text has color #B4AAD1 on white background.


Black color preview on #B4AAD1 background

This text has black color on #B4AAD1 background.


White color preview on #B4AAD1 background

This text has white color on #B4AAD1 background.


Related colors

Complementary color

Complementary color for #hex is #4B552E.


I love getcolorcode.com

Triadic colors

1 #D1B4AA and #AAD1B4 with #B4AAD1 are triadic colors.

2 #D1AAB4 and #AAB4D1 with #B4AAD1 are triadic colors.