COLOR #ADA3DF

HEX: #ADA3DF
RGB: (173,163,223)

Color info

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

RGB color model

#ADA3DF color RGB value is (173,163,223).

  • red value is 173;
  • green value is 163;
  • blue value is 223.
RGB:
(173,163,223)
(68%,64%,87%)

RGB channels and saturation

R 173 of 255 = 68%
G 163 of 255 = 64%
B 223 of 255 = 87%

173
163
223

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

Portions of RGB colors in percentages

R + G + B =
173 + 163 + 223 = 559 (100%)
R 173 of 559 ~ 30.95%
G 163 of 559 ~ 29.16%
B 223 of 559 ~ 39.89%

%30.95
%29.16
%39.89

CMYK color model

#ADA3DF color CMYK value is (22,27,0,13).

  • cyan value is 22.42%
  • magenta value is 26.91%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(22,27,0,13)
C22M27Y0K13 
(22%,27%,0%,13%)
(0.22/0.27/0.00/0.13)	

CMYK percentages

%22.42
%26.91
%0
%12.55

Codes

Color #ADA3DF in popluar color models

ADA3DF
RGB173163223
HSL250°48.39%75.69%
HSB/HSV250°26.91%87.45%
CMYK22.42%26.91%0.00%
12.55%

Color #ADA3DF in popluar number systems.

HEXADA3DF
Decimal173163223
Binary101011011010001111011111
Octal255243337

Shades and tints

Shades of #ADA3DF

#ADA3DF
(173,163,223)
#9E95CB
(158,149,203)
#8F87B7
(143,135,183)
#8079A3
(128,121,163)
#716B8F
(113,107,143)
#625D7B
(98,93,123)
#534F67
(83,79,103)
#444153
(68,65,83)
#35333F
(53,51,63)
#26252B
(38,37,43)
#171717
(23,23,23)
#000000
(0,0,0)

Tints of #ADA3DF

#ADA3DF
(173,163,223)
#B4ABE1
(180,171,225)
#BBB3E3
(187,179,227)
#C2BBE5
(194,187,229)
#C9C3E7
(201,195,231)
#D0CBE9
(208,203,233)
#D7D3EB
(215,211,235)
#DEDBED
(222,219,237)
#E5E3EF
(229,227,239)
#ECEBF1
(236,235,241)
#F3F3F3
(243,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADA3DF color. Also use rgb(173,163,223) instead hex code.

Text Font Color

.myTextColor { color: #ADA3DF; }

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

This text font color is #ADA3DF.


Background Color

.myBgColor { background-color: #ADA3DF; }

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

This div background color is #ADA3DF.


Border color

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

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

This div border color is #ADA3DF.


Opacity

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

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

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

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

This text has shadow with #ADA3DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADA3DF on black background.


Color preview on white background

This text has color #ADA3DF on white background.



Black color preview on #ADA3DF background

This text has black color on #ADA3DF background.


White color preview on #ADA3DF background

This text has white color on #ADA3DF background.