COLOR #ADA6F1

HEX: #ADA6F1
RGB: (173,166,241)

Color info

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

RGB color model

#ADA6F1 color RGB value is (173,166,241).

  • red value is 173;
  • green value is 166;
  • blue value is 241.
RGB:
(173,166,241)
(68%,65%,95%)

RGB channels and saturation

R 173 of 255 = 68%
G 166 of 255 = 65%
B 241 of 255 = 95%

173
166
241

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

Portions of RGB colors in percentages

R + G + B =
173 + 166 + 241 = 580 (100%)
R 173 of 580 ~ 29.83%
G 166 of 580 ~ 28.62%
B 241 of 580 ~ 41.55%

%29.83
%28.62
%41.55

CMYK color model

#ADA6F1 color CMYK value is (28,31,0,5).

  • cyan value is 28.22%
  • magenta value is 31.12%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(28,31,0,5)
C28M31Y0K5 
(28%,31%,0%,5%)
(0.28/0.31/0.00/0.05)	

CMYK percentages

%28.22
%31.12
%0
%5.49

Codes

Color #ADA6F1 in popluar color models

ADA6F1
RGB173166241
HSL246°72.82%79.80%
HSB/HSV246°31.12%94.51%
CMYK28.22%31.12%0.00%
5.49%

Color #ADA6F1 in popluar number systems.

HEXADA6F1
Decimal173166241
Binary101011011010011011110001
Octal255246361

Shades and tints

Shades of #ADA6F1

#ADA6F1
(173,166,241)
#9E97DC
(158,151,220)
#8F88C7
(143,136,199)
#8079B2
(128,121,178)
#716A9D
(113,106,157)
#625B88
(98,91,136)
#534C73
(83,76,115)
#443D5E
(68,61,94)
#352E49
(53,46,73)
#261F34
(38,31,52)
#17101F
(23,16,31)
#000000
(0,0,0)

Tints of #ADA6F1

#ADA6F1
(173,166,241)
#B4AEF2
(180,174,242)
#BBB6F3
(187,182,243)
#C2BEF4
(194,190,244)
#C9C6F5
(201,198,245)
#D0CEF6
(208,206,246)
#D7D6F7
(215,214,247)
#DEDEF8
(222,222,248)
#E5E6F9
(229,230,249)
#ECEEFA
(236,238,250)
#F3F6FB
(243,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADA6F1 color. Also use rgb(173,166,241) instead hex code.

Text Font Color

.myTextColor { color: #ADA6F1; }

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

This text font color is #ADA6F1.


Background Color

.myBgColor { background-color: #ADA6F1; }

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

This div background color is #ADA6F1.


Border color

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

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

This div border color is #ADA6F1.


Opacity

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

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

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

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

This text has shadow with #ADA6F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADA6F1 on black background.


Color preview on white background

This text has color #ADA6F1 on white background.



Black color preview on #ADA6F1 background

This text has black color on #ADA6F1 background.


White color preview on #ADA6F1 background

This text has white color on #ADA6F1 background.