COLOR #B4AACD

HEX: #B4AACD RGB: (180,170,205)

Color info

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

RGB color model

#B4AACD color RGB value is (180,170,205).

RGB: (180,170,205) (71%, 67%, 80%)

RGB channels and saturation

R 180 of 255 = 71%
G 170 of 255 = 67%
B 205 of 255 = 80%

180
170
205

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

Portions of RGB colors in percentages

R + G + B = 180 + 170 + 205 = 555 (100%)
R 180 of 555 ~ 32.43%
G 170 of 555 ~ 30.63%
B 205 of 555 ~ 36.94'%

%32.43
%30.63
%36.94

CMYK color model

#B4AACD color CMYK value is (12,17,0,20).

  • cyan value is 12.20%
  • magenta value is 17.07%
  • yellow value is 0.00%
  • key color value is 19.61%

CMYK: (12,17,0,20)
C12M17Y0K20 (12%, 17%, 0%, 20%)
(0.12 / 0.17 / 0.00 / 0.20)

CMYK percentages

%12.2
%17.07
%0
%19.61

Codes

Color #B4AACD in popluar color models

B4 AA CD
RGB 180 170 205
HSL 257° 25.93% 73.53%
HSB/HSV 257° 17.07% 80.39%
CMYK 12.20% 17.07% 0.00%
19.61%

Color #B4AACD in popluar number systems.

HEX B4 AA CD
Decimal 180 170 205
Binary 10110100 10101010 11001101
Octal 264 252 315

Shades and tints

Shades of #B4AACD

#B4AACD
(180,170,205)
#A49BBB
(164,155,187)
#948CA9
(148,140,169)
#847D97
(132,125,151)
#746E85
(116,110,133)
#645F73
(100,95,115)
#545061
(84,80,97)
#44414F
(68,65,79)
#34323D
(52,50,61)
#24232B
(36,35,43)
#141419
(20,20,25)
#000000
(0,0,0)

Tints of #B4AACD

#B4AACD
(180,170,205)
#BAB1D1
(186,177,209)
#C0B8D5
(192,184,213)
#C6BFD9
(198,191,217)
#CCC6DD
(204,198,221)
#D2CDE1
(210,205,225)
#D8D4E5
(216,212,229)
#DEDBE9
(222,219,233)
#E4E2ED
(228,226,237)
#EAE9F1
(234,233,241)
#F0F0F5
(240,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4AACD; }

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

This text font color is #B4AACD.

Background Color

.myBgColor { background-color: #B4AACD; }

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

This div background color is #B4AACD.

Border color

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

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

This div border color is #B4AACD.

Opacity

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

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

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

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

This text has shadow with #B4AACD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4AACD.

Preview

Color preview on black background

This text has color #B4AACD on black background.


Color preview on white background

This text has color #B4AACD on white background.


Black color preview on #B4AACD background

This text has black color on #B4AACD background.


White color preview on #B4AACD background

This text has white color on #B4AACD background.


Related colors

Complementary color

Complementary color for #hex is #4B5532.


I love getcolorcode.com

Triadic colors

1 #CDB4AA and #AACDB4 with #B4AACD are triadic colors.

2 #CDAAB4 and #AAB4CD with #B4AACD are triadic colors.