COLOR #A4ADED

HEX: #A4ADED RGB: (164,173,237)

Color info

#A4ADED contains mainly blue color. Web safe color of #A4ADED is #9999FF (or #99F).

RGB color model

#A4ADED color RGB value is (164,173,237).

RGB: (164,173,237) (64%, 68%, 93%)

RGB channels and saturation

R 164 of 255 = 64%
G 173 of 255 = 68%
B 237 of 255 = 93%

164
173
237

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

Portions of RGB colors in percentages

R + G + B = 164 + 173 + 237 = 574 (100%)
R 164 of 574 ~ 28.57%
G 173 of 574 ~ 30.14%
B 237 of 574 ~ 41.29'%

%28.57
%30.14
%41.29

CMYK color model

#A4ADED color CMYK value is (31,27,0,7).

  • cyan value is 30.80%
  • magenta value is 27.00%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK: (31,27,0,7) C31M27Y0K7 (31%,27%,0%,7%) (0.31/0.27/0.00/0.07) 

CMYK percentages

%30.8
%27
%0
%7.06

Codes

Color #A4ADED in popluar color models

A4 AD ED
RGB 164 173 237
HSL 233° 66.97% 78.63%
HSB/HSV 233° 30.80% 92.94%
CMYK 30.80% 27.00% 0.00%
7.06%

Color #A4ADED in popluar number systems.

HEX A4 AD ED
Decimal 164 173 237
Binary 10100100 10101101 11101101
Octal 244 255 355

Shades and tints

Shades of #A4ADED

#A4ADED
(164,173,237)
#969ED8
(150,158,216)
#888FC3
(136,143,195)
#7A80AE
(122,128,174)
#6C7199
(108,113,153)
#5E6284
(94,98,132)
#50536F
(80,83,111)
#42445A
(66,68,90)
#343545
(52,53,69)
#262630
(38,38,48)
#18171B
(24,23,27)
#000000
(0,0,0)

Tints of #A4ADED

#A4ADED
(164,173,237)
#ACB4EE
(172,180,238)
#B4BBEF
(180,187,239)
#BCC2F0
(188,194,240)
#C4C9F1
(196,201,241)
#CCD0F2
(204,208,242)
#D4D7F3
(212,215,243)
#DCDEF4
(220,222,244)
#E4E5F5
(228,229,245)
#ECECF6
(236,236,246)
#F4F3F7
(244,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4ADED; }

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

This text font color is #A4ADED.

Background Color

.myBgColor { background-color: #A4ADED; }

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

This div background color is #A4ADED.

Border color

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

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

This div border color is #A4ADED.

Opacity

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

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

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

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

This text has shadow with #A4ADED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4ADED.

Preview

Color preview on black background

This text has color #A4ADED on black background.


Color preview on white background

This text has color #A4ADED on white background.


Black color preview on #A4ADED background

This text has black color on #A4ADED background.


White color preview on #A4ADED background

This text has white color on #A4ADED background.


Related colors

Complementary color

Complementary color for #hex is #5B5212.


I love getcolorcode.com

Triadic colors

1 #EDA4AD and #ADEDA4 with #A4ADED are triadic colors.

2 #EDADA4 and #ADA4ED with #A4ADED are triadic colors.