COLOR #ADA8DB

HEX: #ADA8DB
RGB: (173,168,219)

Color info

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

RGB color model

#ADA8DB color RGB value is (173,168,219).

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

RGB channels and saturation

R 173 of 255 = 68%
G 168 of 255 = 66%
B 219 of 255 = 86%

173
168
219

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

Portions of RGB colors in percentages

R + G + B =
173 + 168 + 219 = 560 (100%)
R 173 of 560 ~ 30.89%
G 168 of 560 ~ 30%
B 219 of 560 ~ 39.11%

%30.89
%30
%39.11

CMYK color model

#ADA8DB color CMYK value is (21,23,0,14).

  • cyan value is 21.00%
  • magenta value is 23.29%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(21,23,0,14)
C21M23Y0K14 
(21%,23%,0%,14%)
(0.21/0.23/0.00/0.14)	

CMYK percentages

%21
%23.29
%0
%14.12

Codes

Color #ADA8DB in popluar color models

ADA8DB
RGB173168219
HSL246°41.46%75.88%
HSB/HSV246°23.29%85.88%
CMYK21.00%23.29%0.00%
14.12%

Color #ADA8DB in popluar number systems.

HEXADA8DB
Decimal173168219
Binary101011011010100011011011
Octal255250333

Shades and tints

Shades of #ADA8DB

#ADA8DB
(173,168,219)
#9E99C8
(158,153,200)
#8F8AB5
(143,138,181)
#807BA2
(128,123,162)
#716C8F
(113,108,143)
#625D7C
(98,93,124)
#534E69
(83,78,105)
#443F56
(68,63,86)
#353043
(53,48,67)
#262130
(38,33,48)
#17121D
(23,18,29)
#000000
(0,0,0)

Tints of #ADA8DB

#ADA8DB
(173,168,219)
#B4AFDE
(180,175,222)
#BBB6E1
(187,182,225)
#C2BDE4
(194,189,228)
#C9C4E7
(201,196,231)
#D0CBEA
(208,203,234)
#D7D2ED
(215,210,237)
#DED9F0
(222,217,240)
#E5E0F3
(229,224,243)
#ECE7F6
(236,231,246)
#F3EEF9
(243,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADA8DB; }

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

This text font color is #ADA8DB.


Background Color

.myBgColor { background-color: #ADA8DB; }

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

This div background color is #ADA8DB.


Border color

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

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

This div border color is #ADA8DB.


Opacity

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

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

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

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

This text has shadow with #ADA8DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADA8DB on black background.


Color preview on white background

This text has color #ADA8DB on white background.



Black color preview on #ADA8DB background

This text has black color on #ADA8DB background.


White color preview on #ADA8DB background

This text has white color on #ADA8DB background.