COLOR #ADA6DD

HEX: #ADA6DD
RGB: (173,166,221)

Color info

#ADA6DD contains red, green and blue colors in about the same proportion. Web safe color of #ADA6DD is #9999CC (or #99C).

RGB color model

#ADA6DD color RGB value is (173,166,221).

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

RGB channels and saturation

R 173 of 255 = 68%
G 166 of 255 = 65%
B 221 of 255 = 87%

173
166
221

R + G + B ~ 73%. #ADA6DD is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 166 + 221 = 560 (100%)
R 173 of 560 ~ 30.89%
G 166 of 560 ~ 29.64%
B 221 of 560 ~ 39.46%

%30.89
%29.64
%39.46

CMYK color model

#ADA6DD color CMYK value is (22,25,0,13).

  • cyan value is 21.72%
  • magenta value is 24.89%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(22,25,0,13)
C22M25Y0K13 
(22%,25%,0%,13%)
(0.22/0.25/0.00/0.13)	

CMYK percentages

%21.72
%24.89
%0
%13.33

Codes

Color #ADA6DD in popluar color models

ADA6DD
RGB173166221
HSL248°44.72%75.88%
HSB/HSV248°24.89%86.67%
CMYK21.72%24.89%0.00%
13.33%

Color #ADA6DD in popluar number systems.

HEXADA6DD
Decimal173166221
Binary101011011010011011011101
Octal255246335

Shades and tints

Shades of #ADA6DD

#ADA6DD
(173,166,221)
#9E97C9
(158,151,201)
#8F88B5
(143,136,181)
#8079A1
(128,121,161)
#716A8D
(113,106,141)
#625B79
(98,91,121)
#534C65
(83,76,101)
#443D51
(68,61,81)
#352E3D
(53,46,61)
#261F29
(38,31,41)
#171015
(23,16,21)
#000000
(0,0,0)

Tints of #ADA6DD

#ADA6DD
(173,166,221)
#B4AEE0
(180,174,224)
#BBB6E3
(187,182,227)
#C2BEE6
(194,190,230)
#C9C6E9
(201,198,233)
#D0CEEC
(208,206,236)
#D7D6EF
(215,214,239)
#DEDEF2
(222,222,242)
#E5E6F5
(229,230,245)
#ECEEF8
(236,238,248)
#F3F6FB
(243,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADA6DD; }

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

This text font color is #ADA6DD.


Background Color

.myBgColor { background-color: #ADA6DD; }

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

This div background color is #ADA6DD.


Border color

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

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

This div border color is #ADA6DD.


Opacity

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

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

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

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

This text has shadow with #ADA6DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADA6DD on black background.


Color preview on white background

This text has color #ADA6DD on white background.



Black color preview on #ADA6DD background

This text has black color on #ADA6DD background.


White color preview on #ADA6DD background

This text has white color on #ADA6DD background.