COLOR #ADA8DD

HEX: #ADA8DD
RGB: (173,168,221)

Color info

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

RGB color model

#ADA8DD color RGB value is (173,168,221).

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

RGB channels and saturation

R 173 of 255 = 68%
G 168 of 255 = 66%
B 221 of 255 = 87%

173
168
221

R + G + B ~ 74%. #ADA8DD is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 168 + 221 = 562 (100%)
R 173 of 562 ~ 30.78%
G 168 of 562 ~ 29.89%
B 221 of 562 ~ 39.32%

%30.78
%29.89
%39.32

CMYK color model

#ADA8DD color CMYK value is (22,24,0,13).

  • cyan value is 21.72%
  • magenta value is 23.98%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(22,24,0,13)
C22M24Y0K13 
(22%,24%,0%,13%)
(0.22/0.24/0.00/0.13)	

CMYK percentages

%21.72
%23.98
%0
%13.33

Codes

Color #ADA8DD in popluar color models

ADA8DD
RGB173168221
HSL246°43.80%76.27%
HSB/HSV246°23.98%86.67%
CMYK21.72%23.98%0.00%
13.33%

Color #ADA8DD in popluar number systems.

HEXADA8DD
Decimal173168221
Binary101011011010100011011101
Octal255250335

Shades and tints

Shades of #ADA8DD

#ADA8DD
(173,168,221)
#9E99C9
(158,153,201)
#8F8AB5
(143,138,181)
#807BA1
(128,123,161)
#716C8D
(113,108,141)
#625D79
(98,93,121)
#534E65
(83,78,101)
#443F51
(68,63,81)
#35303D
(53,48,61)
#262129
(38,33,41)
#171215
(23,18,21)
#000000
(0,0,0)

Tints of #ADA8DD

#ADA8DD
(173,168,221)
#B4AFE0
(180,175,224)
#BBB6E3
(187,182,227)
#C2BDE6
(194,189,230)
#C9C4E9
(201,196,233)
#D0CBEC
(208,203,236)
#D7D2EF
(215,210,239)
#DED9F2
(222,217,242)
#E5E0F5
(229,224,245)
#ECE7F8
(236,231,248)
#F3EEFB
(243,238,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADA8DD; }

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

This text font color is #ADA8DD.


Background Color

.myBgColor { background-color: #ADA8DD; }

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

This div background color is #ADA8DD.


Border color

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

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

This div border color is #ADA8DD.


Opacity

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

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

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

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

This text has shadow with #ADA8DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADA8DD on black background.


Color preview on white background

This text has color #ADA8DD on white background.



Black color preview on #ADA8DD background

This text has black color on #ADA8DD background.


White color preview on #ADA8DD background

This text has white color on #ADA8DD background.