COLOR #ADA7FD

HEX: #ADA7FD RGB: (173,167,253)

Color info

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

RGB color model

#ADA7FD color RGB value is (173,167,253).

RGB: (173,167,253) (68%, 65%, 99%)

RGB channels and saturation

R 173 of 255 = 68%
G 167 of 255 = 65%
B 253 of 255 = 99%

173
167
253

R + G + B ~ 77%. #ADA7FD is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 167 + 253 = 593 (100%)
R 173 of 593 ~ 29.17%
G 167 of 593 ~ 28.16%
B 253 of 593 ~ 42.66'%

%29.17
%28.16
%42.66

CMYK color model

#ADA7FD color CMYK value is (32,34,0,1).

  • cyan value is 31.62%
  • magenta value is 33.99%
  • yellow value is 0.00%
  • key color value is 0.78%

CMYK: (32,34,0,1)
C32M34Y0K1 (32%, 34%, 0%, 1%)
(0.32 / 0.34 / 0.00 / 0.01)

CMYK percentages

%31.62
%33.99
%0
%0.78

Codes

Color #ADA7FD in popluar color models

AD A7 FD
RGB 173 167 253
HSL 244° 95.56% 82.35%
HSB/HSV 244° 33.99% 99.22%
CMYK 31.62% 33.99% 0.00%
0.78%

Color #ADA7FD in popluar number systems.

HEX AD A7 FD
Decimal 173 167 253
Binary 10101101 10100111 11111101
Octal 255 247 375

Shades and tints

Shades of #ADA7FD

#ADA7FD
(173,167,253)
#9E98E6
(158,152,230)
#8F89CF
(143,137,207)
#807AB8
(128,122,184)
#716BA1
(113,107,161)
#625C8A
(98,92,138)
#534D73
(83,77,115)
#443E5C
(68,62,92)
#352F45
(53,47,69)
#26202E
(38,32,46)
#171117
(23,17,23)
#000000
(0,0,0)

Tints of #ADA7FD

#ADA7FD
(173,167,253)
#B4AFFD
(180,175,253)
#BBB7FD
(187,183,253)
#C2BFFD
(194,191,253)
#C9C7FD
(201,199,253)
#D0CFFD
(208,207,253)
#D7D7FD
(215,215,253)
#DEDFFD
(222,223,253)
#E5E7FD
(229,231,253)
#ECEFFD
(236,239,253)
#F3F7FD
(243,247,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADA7FD color. Also use rgb(173,167,253) instead hex code.

Text Font Color

.myTextColor { color: #ADA7FD; }

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

This text font color is #ADA7FD.

Background Color

.myBgColor { background-color: #ADA7FD; }

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

This div background color is #ADA7FD.

Border color

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

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

This div border color is #ADA7FD.

Opacity

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

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

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

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

This text has shadow with #ADA7FD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADA7FD.

Preview

Color preview on black background

This text has color #ADA7FD on black background.


Color preview on white background

This text has color #ADA7FD on white background.


Black color preview on #ADA7FD background

This text has black color on #ADA7FD background.


White color preview on #ADA7FD background

This text has white color on #ADA7FD background.


Related colors

Complementary color

Complementary color for #hex is #525802.


I love getcolorcode.com

Triadic colors

1 #FDADA7 and #A7FDAD with #ADA7FD are triadic colors.

2 #FDA7AD and #A7ADFD with #ADA7FD are triadic colors.