COLOR #B4AADB

HEX: #B4AADB RGB: (180,170,219)

Color info

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

RGB color model

#B4AADB color RGB value is (180,170,219).

RGB: (180,170,219) (71%, 67%, 86%)

RGB channels and saturation

R 180 of 255 = 71%
G 170 of 255 = 67%
B 219 of 255 = 86%

180
170
219

R + G + B ~ 75%. #B4AADB is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 170 + 219 = 569 (100%)
R 180 of 569 ~ 31.63%
G 170 of 569 ~ 29.88%
B 219 of 569 ~ 38.49'%

%31.63
%29.88
%38.49

CMYK color model

#B4AADB color CMYK value is (18,22,0,14).

  • cyan value is 17.81%
  • magenta value is 22.37%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (18,22,0,14)
C18M22Y0K14 (18%, 22%, 0%, 14%)
(0.18 / 0.22 / 0.00 / 0.14)

CMYK percentages

%17.81
%22.37
%0
%14.12

Codes

Color #B4AADB in popluar color models

B4 AA DB
RGB 180 170 219
HSL 252° 40.50% 76.27%
HSB/HSV 252° 22.37% 85.88%
CMYK 17.81% 22.37% 0.00%
14.12%

Color #B4AADB in popluar number systems.

HEX B4 AA DB
Decimal 180 170 219
Binary 10110100 10101010 11011011
Octal 264 252 333

Shades and tints

Shades of #B4AADB

#B4AADB
(180,170,219)
#A49BC8
(164,155,200)
#948CB5
(148,140,181)
#847DA2
(132,125,162)
#746E8F
(116,110,143)
#645F7C
(100,95,124)
#545069
(84,80,105)
#444156
(68,65,86)
#343243
(52,50,67)
#242330
(36,35,48)
#14141D
(20,20,29)
#000000
(0,0,0)

Tints of #B4AADB

#B4AADB
(180,170,219)
#BAB1DE
(186,177,222)
#C0B8E1
(192,184,225)
#C6BFE4
(198,191,228)
#CCC6E7
(204,198,231)
#D2CDEA
(210,205,234)
#D8D4ED
(216,212,237)
#DEDBF0
(222,219,240)
#E4E2F3
(228,226,243)
#EAE9F6
(234,233,246)
#F0F0F9
(240,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4AADB; }

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

This text font color is #B4AADB.

Background Color

.myBgColor { background-color: #B4AADB; }

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

This div background color is #B4AADB.

Border color

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

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

This div border color is #B4AADB.

Opacity

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

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

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

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

This text has shadow with #B4AADB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4AADB.

Preview

Color preview on black background

This text has color #B4AADB on black background.


Color preview on white background

This text has color #B4AADB on white background.


Black color preview on #B4AADB background

This text has black color on #B4AADB background.


White color preview on #B4AADB background

This text has white color on #B4AADB background.


Related colors

Complementary color

Complementary color for #hex is #4B5524.


I love getcolorcode.com

Triadic colors

1 #DBB4AA and #AADBB4 with #B4AADB are triadic colors.

2 #DBAAB4 and #AAB4DB with #B4AADB are triadic colors.