COLOR #ADA3EF

HEX: #ADA3EF
RGB: (173,163,239)

Color info

#ADA3EF contains mainly blue color. Web safe color of #ADA3EF is #9999FF (or #99F).

RGB color model

#ADA3EF color RGB value is (173,163,239).

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

RGB channels and saturation

R 173 of 255 = 68%
G 163 of 255 = 64%
B 239 of 255 = 94%

173
163
239

R + G + B ~ 75%. #ADA3EF is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 163 + 239 = 575 (100%)
R 173 of 575 ~ 30.09%
G 163 of 575 ~ 28.35%
B 239 of 575 ~ 41.57%

%30.09
%28.35
%41.57

CMYK color model

#ADA3EF color CMYK value is (28,32,0,6).

  • cyan value is 27.62%
  • magenta value is 31.80%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(28,32,0,6)
C28M32Y0K6 
(28%,32%,0%,6%)
(0.28/0.32/0.00/0.06)	

CMYK percentages

%27.62
%31.8
%0
%6.27

Codes

Color #ADA3EF in popluar color models

ADA3EF
RGB173163239
HSL248°70.37%78.82%
HSB/HSV248°31.80%93.73%
CMYK27.62%31.80%0.00%
6.27%

Color #ADA3EF in popluar number systems.

HEXADA3EF
Decimal173163239
Binary101011011010001111101111
Octal255243357

Shades and tints

Shades of #ADA3EF

#ADA3EF
(173,163,239)
#9E95DA
(158,149,218)
#8F87C5
(143,135,197)
#8079B0
(128,121,176)
#716B9B
(113,107,155)
#625D86
(98,93,134)
#534F71
(83,79,113)
#44415C
(68,65,92)
#353347
(53,51,71)
#262532
(38,37,50)
#17171D
(23,23,29)
#000000
(0,0,0)

Tints of #ADA3EF

#ADA3EF
(173,163,239)
#B4ABF0
(180,171,240)
#BBB3F1
(187,179,241)
#C2BBF2
(194,187,242)
#C9C3F3
(201,195,243)
#D0CBF4
(208,203,244)
#D7D3F5
(215,211,245)
#DEDBF6
(222,219,246)
#E5E3F7
(229,227,247)
#ECEBF8
(236,235,248)
#F3F3F9
(243,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADA3EF; }

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

This text font color is #ADA3EF.


Background Color

.myBgColor { background-color: #ADA3EF; }

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

This div background color is #ADA3EF.


Border color

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

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

This div border color is #ADA3EF.


Opacity

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

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

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

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

This text has shadow with #ADA3EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADA3EF on black background.


Color preview on white background

This text has color #ADA3EF on white background.



Black color preview on #ADA3EF background

This text has black color on #ADA3EF background.


White color preview on #ADA3EF background

This text has white color on #ADA3EF background.