COLOR #ADA8DE

HEX: #ADA8DE
RGB: (173,168,222)

Color info

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

RGB color model

#ADA8DE color RGB value is (173,168,222).

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

RGB channels and saturation

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

173
168
222

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

Portions of RGB colors in percentages

R + G + B =
173 + 168 + 222 = 563 (100%)
R 173 of 563 ~ 30.73%
G 168 of 563 ~ 29.84%
B 222 of 563 ~ 39.43%

%30.73
%29.84
%39.43

CMYK color model

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

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

CMYK percentages

%22.07
%24.32
%0
%12.94

Codes

Color #ADA8DE in popluar color models

ADA8DE
RGB173168222
HSL246°45.00%76.47%
HSB/HSV246°24.32%87.06%
CMYK22.07%24.32%0.00%
12.94%

Color #ADA8DE in popluar number systems.

HEXADA8DE
Decimal173168222
Binary101011011010100011011110
Octal255250336

Shades and tints

Shades of #ADA8DE

#ADA8DE
(173,168,222)
#9E99CA
(158,153,202)
#8F8AB6
(143,138,182)
#807BA2
(128,123,162)
#716C8E
(113,108,142)
#625D7A
(98,93,122)
#534E66
(83,78,102)
#443F52
(68,63,82)
#35303E
(53,48,62)
#26212A
(38,33,42)
#171216
(23,18,22)
#000000
(0,0,0)

Tints of #ADA8DE

#ADA8DE
(173,168,222)
#B4AFE1
(180,175,225)
#BBB6E4
(187,182,228)
#C2BDE7
(194,189,231)
#C9C4EA
(201,196,234)
#D0CBED
(208,203,237)
#D7D2F0
(215,210,240)
#DED9F3
(222,217,243)
#E5E0F6
(229,224,246)
#ECE7F9
(236,231,249)
#F3EEFC
(243,238,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADA8DE; }

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

This text font color is #ADA8DE.


Background Color

.myBgColor { background-color: #ADA8DE; }

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

This div background color is #ADA8DE.


Border color

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

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

This div border color is #ADA8DE.


Opacity

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

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

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

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

This text has shadow with #ADA8DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADA8DE on black background.


Color preview on white background

This text has color #ADA8DE on white background.



Black color preview on #ADA8DE background

This text has black color on #ADA8DE background.


White color preview on #ADA8DE background

This text has white color on #ADA8DE background.