COLOR #ADA0F0

HEX: #ADA0F0
RGB: (173,160,240)

Color info

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

RGB color model

#ADA0F0 color RGB value is (173,160,240).

  • red value is 173;
  • green value is 160;
  • blue value is 240.
RGB:
(173,160,240)
(68%,63%,94%)

RGB channels and saturation

R 173 of 255 = 68%
G 160 of 255 = 63%
B 240 of 255 = 94%

173
160
240

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

Portions of RGB colors in percentages

R + G + B =
173 + 160 + 240 = 573 (100%)
R 173 of 573 ~ 30.19%
G 160 of 573 ~ 27.92%
B 240 of 573 ~ 41.88%

%30.19
%27.92
%41.88

CMYK color model

#ADA0F0 color CMYK value is (28,33,0,6).

  • cyan value is 27.92%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(28,33,0,6)
C28M33Y0K6 
(28%,33%,0%,6%)
(0.28/0.33/0.00/0.06)	

CMYK percentages

%27.92
%33.33
%0
%5.88

Codes

Color #ADA0F0 in popluar color models

ADA0F0
RGB173160240
HSL250°72.73%78.43%
HSB/HSV250°33.33%94.12%
CMYK27.92%33.33%0.00%
5.88%

Color #ADA0F0 in popluar number systems.

HEXADA0F0
Decimal173160240
Binary101011011010000011110000
Octal255240360

Shades and tints

Shades of #ADA0F0

#ADA0F0
(173,160,240)
#9E92DB
(158,146,219)
#8F84C6
(143,132,198)
#8076B1
(128,118,177)
#71689C
(113,104,156)
#625A87
(98,90,135)
#534C72
(83,76,114)
#443E5D
(68,62,93)
#353048
(53,48,72)
#262233
(38,34,51)
#17141E
(23,20,30)
#000000
(0,0,0)

Tints of #ADA0F0

#ADA0F0
(173,160,240)
#B4A8F1
(180,168,241)
#BBB0F2
(187,176,242)
#C2B8F3
(194,184,243)
#C9C0F4
(201,192,244)
#D0C8F5
(208,200,245)
#D7D0F6
(215,208,246)
#DED8F7
(222,216,247)
#E5E0F8
(229,224,248)
#ECE8F9
(236,232,249)
#F3F0FA
(243,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADA0F0 color. Also use rgb(173,160,240) instead hex code.

Text Font Color

.myTextColor { color: #ADA0F0; }

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

This text font color is #ADA0F0.


Background Color

.myBgColor { background-color: #ADA0F0; }

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

This div background color is #ADA0F0.


Border color

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

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

This div border color is #ADA0F0.


Opacity

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

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

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

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

This text has shadow with #ADA0F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADA0F0 on black background.


Color preview on white background

This text has color #ADA0F0 on white background.



Black color preview on #ADA0F0 background

This text has black color on #ADA0F0 background.


White color preview on #ADA0F0 background

This text has white color on #ADA0F0 background.