COLOR #ADA5E0

HEX: #ADA5E0
RGB: (173,165,224)

Color info

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

RGB color model

#ADA5E0 color RGB value is (173,165,224).

  • red value is 173;
  • green value is 165;
  • blue value is 224.
RGB:
(173,165,224)
(68%,65%,88%)

RGB channels and saturation

R 173 of 255 = 68%
G 165 of 255 = 65%
B 224 of 255 = 88%

173
165
224

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

Portions of RGB colors in percentages

R + G + B =
173 + 165 + 224 = 562 (100%)
R 173 of 562 ~ 30.78%
G 165 of 562 ~ 29.36%
B 224 of 562 ~ 39.86%

%30.78
%29.36
%39.86

CMYK color model

#ADA5E0 color CMYK value is (23,26,0,12).

  • cyan value is 22.77%
  • magenta value is 26.34%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(23,26,0,12)
C23M26Y0K12 
(23%,26%,0%,12%)
(0.23/0.26/0.00/0.12)	

CMYK percentages

%22.77
%26.34
%0
%12.16

Codes

Color #ADA5E0 in popluar color models

ADA5E0
RGB173165224
HSL248°48.76%76.27%
HSB/HSV248°26.34%87.84%
CMYK22.77%26.34%0.00%
12.16%

Color #ADA5E0 in popluar number systems.

HEXADA5E0
Decimal173165224
Binary101011011010010111100000
Octal255245340

Shades and tints

Shades of #ADA5E0

#ADA5E0
(173,165,224)
#9E96CC
(158,150,204)
#8F87B8
(143,135,184)
#8078A4
(128,120,164)
#716990
(113,105,144)
#625A7C
(98,90,124)
#534B68
(83,75,104)
#443C54
(68,60,84)
#352D40
(53,45,64)
#261E2C
(38,30,44)
#170F18
(23,15,24)
#000000
(0,0,0)

Tints of #ADA5E0

#ADA5E0
(173,165,224)
#B4ADE2
(180,173,226)
#BBB5E4
(187,181,228)
#C2BDE6
(194,189,230)
#C9C5E8
(201,197,232)
#D0CDEA
(208,205,234)
#D7D5EC
(215,213,236)
#DEDDEE
(222,221,238)
#E5E5F0
(229,229,240)
#ECEDF2
(236,237,242)
#F3F5F4
(243,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADA5E0; }

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

This text font color is #ADA5E0.


Background Color

.myBgColor { background-color: #ADA5E0; }

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

This div background color is #ADA5E0.


Border color

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

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

This div border color is #ADA5E0.


Opacity

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

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

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

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

This text has shadow with #ADA5E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADA5E0 on black background.


Color preview on white background

This text has color #ADA5E0 on white background.



Black color preview on #ADA5E0 background

This text has black color on #ADA5E0 background.


White color preview on #ADA5E0 background

This text has white color on #ADA5E0 background.