COLOR #A4ADD9

HEX: #A4ADD9 RGB: (164,173,217)

Color info

#A4ADD9 contains red, green and blue colors in about the same proportion. Web safe color of #A4ADD9 is #9999CC (or #99C).

RGB color model

#A4ADD9 color RGB value is (164,173,217).

RGB: (164,173,217) (64%, 68%, 85%)

RGB channels and saturation

R 164 of 255 = 64%
G 173 of 255 = 68%
B 217 of 255 = 85%

164
173
217

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

Portions of RGB colors in percentages

R + G + B = 164 + 173 + 217 = 554 (100%)
R 164 of 554 ~ 29.6%
G 173 of 554 ~ 31.23%
B 217 of 554 ~ 39.17'%

%29.6
%31.23
%39.17

CMYK color model

#A4ADD9 color CMYK value is (24,20,0,15).

  • cyan value is 24.42%
  • magenta value is 20.28%
  • yellow value is 0.00%
  • key color value is 14.90%

CMYK: (24,20,0,15)
C24M20Y0K15 (24%, 20%, 0%, 15%)
(0.24 / 0.20 / 0.00 / 0.15)

CMYK percentages

%24.42
%20.28
%0
%14.9

Codes

Color #A4ADD9 in popluar color models

A4 AD D9
RGB 164 173 217
HSL 230° 41.09% 74.71%
HSB/HSV 230° 24.42% 85.10%
CMYK 24.42% 20.28% 0.00%
14.90%

Color #A4ADD9 in popluar number systems.

HEX A4 AD D9
Decimal 164 173 217
Binary 10100100 10101101 11011001
Octal 244 255 331

Shades and tints

Shades of #A4ADD9

#A4ADD9
(164,173,217)
#969EC6
(150,158,198)
#888FB3
(136,143,179)
#7A80A0
(122,128,160)
#6C718D
(108,113,141)
#5E627A
(94,98,122)
#505367
(80,83,103)
#424454
(66,68,84)
#343541
(52,53,65)
#26262E
(38,38,46)
#18171B
(24,23,27)
#000000
(0,0,0)

Tints of #A4ADD9

#A4ADD9
(164,173,217)
#ACB4DC
(172,180,220)
#B4BBDF
(180,187,223)
#BCC2E2
(188,194,226)
#C4C9E5
(196,201,229)
#CCD0E8
(204,208,232)
#D4D7EB
(212,215,235)
#DCDEEE
(220,222,238)
#E4E5F1
(228,229,241)
#ECECF4
(236,236,244)
#F4F3F7
(244,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4ADD9 color. Also use rgb(164,173,217) instead hex code.

Text Font Color

.myTextColor { color: #A4ADD9; }

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

This text font color is #A4ADD9.

Background Color

.myBgColor { background-color: #A4ADD9; }

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

This div background color is #A4ADD9.

Border color

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

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

This div border color is #A4ADD9.

Opacity

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

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

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

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

This text has shadow with #A4ADD9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4ADD9.

Preview

Color preview on black background

This text has color #A4ADD9 on black background.


Color preview on white background

This text has color #A4ADD9 on white background.


Black color preview on #A4ADD9 background

This text has black color on #A4ADD9 background.


White color preview on #A4ADD9 background

This text has white color on #A4ADD9 background.


Related colors

Complementary color

Complementary color for #hex is #5B5226.


I love getcolorcode.com

Triadic colors

1 #D9A4AD and #ADD9A4 with #A4ADD9 are triadic colors.

2 #D9ADA4 and #ADA4D9 with #A4ADD9 are triadic colors.