COLOR #ADA0E5

HEX: #ADA0E5
RGB: (173,160,229)

Color info

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

RGB color model

#ADA0E5 color RGB value is (173,160,229).

  • red value is 173;
  • green value is 160;
  • blue value is 229.
RGB:
(173,160,229)
(68%,63%,90%)

RGB channels and saturation

R 173 of 255 = 68%
G 160 of 255 = 63%
B 229 of 255 = 90%

173
160
229

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

Portions of RGB colors in percentages

R + G + B =
173 + 160 + 229 = 562 (100%)
R 173 of 562 ~ 30.78%
G 160 of 562 ~ 28.47%
B 229 of 562 ~ 40.75%

%30.78
%28.47
%40.75

CMYK color model

#ADA0E5 color CMYK value is (24,30,0,10).

  • cyan value is 24.45%
  • magenta value is 30.13%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(24,30,0,10)
C24M30Y0K10 
(24%,30%,0%,10%)
(0.24/0.30/0.00/0.10)	

CMYK percentages

%24.45
%30.13
%0
%10.2

Codes

Color #ADA0E5 in popluar color models

ADA0E5
RGB173160229
HSL251°57.02%76.27%
HSB/HSV251°30.13%89.80%
CMYK24.45%30.13%0.00%
10.20%

Color #ADA0E5 in popluar number systems.

HEXADA0E5
Decimal173160229
Binary101011011010000011100101
Octal255240345

Shades and tints

Shades of #ADA0E5

#ADA0E5
(173,160,229)
#9E92D1
(158,146,209)
#8F84BD
(143,132,189)
#8076A9
(128,118,169)
#716895
(113,104,149)
#625A81
(98,90,129)
#534C6D
(83,76,109)
#443E59
(68,62,89)
#353045
(53,48,69)
#262231
(38,34,49)
#17141D
(23,20,29)
#000000
(0,0,0)

Tints of #ADA0E5

#ADA0E5
(173,160,229)
#B4A8E7
(180,168,231)
#BBB0E9
(187,176,233)
#C2B8EB
(194,184,235)
#C9C0ED
(201,192,237)
#D0C8EF
(208,200,239)
#D7D0F1
(215,208,241)
#DED8F3
(222,216,243)
#E5E0F5
(229,224,245)
#ECE8F7
(236,232,247)
#F3F0F9
(243,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADA0E5; }

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

This text font color is #ADA0E5.


Background Color

.myBgColor { background-color: #ADA0E5; }

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

This div background color is #ADA0E5.


Border color

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

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

This div border color is #ADA0E5.


Opacity

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

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

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

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

This text has shadow with #ADA0E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADA0E5 on black background.


Color preview on white background

This text has color #ADA0E5 on white background.



Black color preview on #ADA0E5 background

This text has black color on #ADA0E5 background.


White color preview on #ADA0E5 background

This text has white color on #ADA0E5 background.