COLOR #ADA4E1

HEX: #ADA4E1
RGB: (173,164,225)

Color info

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

RGB color model

#ADA4E1 color RGB value is (173,164,225).

  • red value is 173;
  • green value is 164;
  • blue value is 225.
RGB:
(173,164,225)
(68%,64%,88%)

RGB channels and saturation

R 173 of 255 = 68%
G 164 of 255 = 64%
B 225 of 255 = 88%

173
164
225

R + G + B ~ 73%. #ADA4E1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 164 + 225 = 562 (100%)
R 173 of 562 ~ 30.78%
G 164 of 562 ~ 29.18%
B 225 of 562 ~ 40.04%

%30.78
%29.18
%40.04

CMYK color model

#ADA4E1 color CMYK value is (23,27,0,12).

  • cyan value is 23.11%
  • magenta value is 27.11%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(23,27,0,12)
C23M27Y0K12 
(23%,27%,0%,12%)
(0.23/0.27/0.00/0.12)	

CMYK percentages

%23.11
%27.11
%0
%11.76

Codes

Color #ADA4E1 in popluar color models

ADA4E1
RGB173164225
HSL249°50.41%76.27%
HSB/HSV249°27.11%88.24%
CMYK23.11%27.11%0.00%
11.76%

Color #ADA4E1 in popluar number systems.

HEXADA4E1
Decimal173164225
Binary101011011010010011100001
Octal255244341

Shades and tints

Shades of #ADA4E1

#ADA4E1
(173,164,225)
#9E96CD
(158,150,205)
#8F88B9
(143,136,185)
#807AA5
(128,122,165)
#716C91
(113,108,145)
#625E7D
(98,94,125)
#535069
(83,80,105)
#444255
(68,66,85)
#353441
(53,52,65)
#26262D
(38,38,45)
#171819
(23,24,25)
#000000
(0,0,0)

Tints of #ADA4E1

#ADA4E1
(173,164,225)
#B4ACE3
(180,172,227)
#BBB4E5
(187,180,229)
#C2BCE7
(194,188,231)
#C9C4E9
(201,196,233)
#D0CCEB
(208,204,235)
#D7D4ED
(215,212,237)
#DEDCEF
(222,220,239)
#E5E4F1
(229,228,241)
#ECECF3
(236,236,243)
#F3F4F5
(243,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADA4E1; }

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

This text font color is #ADA4E1.


Background Color

.myBgColor { background-color: #ADA4E1; }

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

This div background color is #ADA4E1.


Border color

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

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

This div border color is #ADA4E1.


Opacity

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

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

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

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

This text has shadow with #ADA4E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADA4E1 on black background.


Color preview on white background

This text has color #ADA4E1 on white background.



Black color preview on #ADA4E1 background

This text has black color on #ADA4E1 background.


White color preview on #ADA4E1 background

This text has white color on #ADA4E1 background.