COLOR #ADA1F5

HEX: #ADA1F5
RGB: (173,161,245)

Color info

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

RGB color model

#ADA1F5 color RGB value is (173,161,245).

  • red value is 173;
  • green value is 161;
  • blue value is 245.
RGB:
(173,161,245)
(68%,63%,96%)

RGB channels and saturation

R 173 of 255 = 68%
G 161 of 255 = 63%
B 245 of 255 = 96%

173
161
245

R + G + B ~ 76%. #ADA1F5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 161 + 245 = 579 (100%)
R 173 of 579 ~ 29.88%
G 161 of 579 ~ 27.81%
B 245 of 579 ~ 42.31%

%29.88
%27.81
%42.31

CMYK color model

#ADA1F5 color CMYK value is (29,34,0,4).

  • cyan value is 29.39%
  • magenta value is 34.29%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(29,34,0,4)
C29M34Y0K4 
(29%,34%,0%,4%)
(0.29/0.34/0.00/0.04)	

CMYK percentages

%29.39
%34.29
%0
%3.92

Codes

Color #ADA1F5 in popluar color models

ADA1F5
RGB173161245
HSL249°80.77%79.61%
HSB/HSV249°34.29%96.08%
CMYK29.39%34.29%0.00%
3.92%

Color #ADA1F5 in popluar number systems.

HEXADA1F5
Decimal173161245
Binary101011011010000111110101
Octal255241365

Shades and tints

Shades of #ADA1F5

#ADA1F5
(173,161,245)
#9E93DF
(158,147,223)
#8F85C9
(143,133,201)
#8077B3
(128,119,179)
#71699D
(113,105,157)
#625B87
(98,91,135)
#534D71
(83,77,113)
#443F5B
(68,63,91)
#353145
(53,49,69)
#26232F
(38,35,47)
#171519
(23,21,25)
#000000
(0,0,0)

Tints of #ADA1F5

#ADA1F5
(173,161,245)
#B4A9F5
(180,169,245)
#BBB1F5
(187,177,245)
#C2B9F5
(194,185,245)
#C9C1F5
(201,193,245)
#D0C9F5
(208,201,245)
#D7D1F5
(215,209,245)
#DED9F5
(222,217,245)
#E5E1F5
(229,225,245)
#ECE9F5
(236,233,245)
#F3F1F5
(243,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADA1F5 color. Also use rgb(173,161,245) instead hex code.

Text Font Color

.myTextColor { color: #ADA1F5; }

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

This text font color is #ADA1F5.


Background Color

.myBgColor { background-color: #ADA1F5; }

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

This div background color is #ADA1F5.


Border color

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

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

This div border color is #ADA1F5.


Opacity

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

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

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

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

This text has shadow with #ADA1F5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADA1F5 on black background.


Color preview on white background

This text has color #ADA1F5 on white background.



Black color preview on #ADA1F5 background

This text has black color on #ADA1F5 background.


White color preview on #ADA1F5 background

This text has white color on #ADA1F5 background.