COLOR #ADA5E5

HEX: #ADA5E5 RGB: (173,165,229)

Color info

#ADA5E5 contains mainly red and blue colors. Web safe color of #ADA5E5 is #9999CC (or #99C).

RGB color model

#ADA5E5 color RGB value is (173,165,229).

RGB: (173,165,229) (68%, 65%, 90%)

RGB channels and saturation

R 173 of 255 = 68%
G 165 of 255 = 65%
B 229 of 255 = 90%

173
165
229

R + G + B ~ 74%. #ADA5E5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 165 + 229 = 567 (100%)
R 173 of 567 ~ 30.51%
G 165 of 567 ~ 29.1%
B 229 of 567 ~ 40.39'%

%30.51
%29.1
%40.39

CMYK color model

#ADA5E5 color CMYK value is (24,28,0,10).

  • cyan value is 24.45%
  • magenta value is 27.95%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK: (24,28,0,10) C24M28Y0K10 (24%,28%,0%,10%) (0.24/0.28/0.00/0.10) 

CMYK percentages

%24.45
%27.95
%0
%10.2

Codes

Color #ADA5E5 in popluar color models

AD A5 E5
RGB 173 165 229
HSL 248° 55.17% 77.25%
HSB/HSV 248° 27.95% 89.80%
CMYK 24.45% 27.95% 0.00%
10.20%

Color #ADA5E5 in popluar number systems.

HEX AD A5 E5
Decimal 173 165 229
Binary 10101101 10100101 11100101
Octal 255 245 345

Shades and tints

Shades of #ADA5E5

#ADA5E5
(173,165,229)
#9E96D1
(158,150,209)
#8F87BD
(143,135,189)
#8078A9
(128,120,169)
#716995
(113,105,149)
#625A81
(98,90,129)
#534B6D
(83,75,109)
#443C59
(68,60,89)
#352D45
(53,45,69)
#261E31
(38,30,49)
#170F1D
(23,15,29)
#000000
(0,0,0)

Tints of #ADA5E5

#ADA5E5
(173,165,229)
#B4ADE7
(180,173,231)
#BBB5E9
(187,181,233)
#C2BDEB
(194,189,235)
#C9C5ED
(201,197,237)
#D0CDEF
(208,205,239)
#D7D5F1
(215,213,241)
#DEDDF3
(222,221,243)
#E5E5F5
(229,229,245)
#ECEDF7
(236,237,247)
#F3F5F9
(243,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADA5E5 color. Also use rgb(173,165,229) instead hex code.

Text Font Color

.myTextColor { color: #ADA5E5; }

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

This text font color is #ADA5E5.

Background Color

.myBgColor { background-color: #ADA5E5; }

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

This div background color is #ADA5E5.

Border color

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

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

This div border color is #ADA5E5.

Opacity

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

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

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

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

This text has shadow with #ADA5E5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADA5E5.

Preview

Color preview on black background

This text has color #ADA5E5 on black background.


Color preview on white background

This text has color #ADA5E5 on white background.


Black color preview on #ADA5E5 background

This text has black color on #ADA5E5 background.


White color preview on #ADA5E5 background

This text has white color on #ADA5E5 background.


Related colors

Complementary color

Complementary color for #hex is #525A1A.


I love getcolorcode.com

Triadic colors

1 #E5ADA5 and #A5E5AD with #ADA5E5 are triadic colors.

2 #E5A5AD and #A5ADE5 with #ADA5E5 are triadic colors.