COLOR #ADA8D1

HEX: #ADA8D1 RGB: (173,168,209)

Color info

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

RGB color model

#ADA8D1 color RGB value is (173,168,209).

RGB: (173,168,209) (68%, 66%, 82%)

RGB channels and saturation

R 173 of 255 = 68%
G 168 of 255 = 66%
B 209 of 255 = 82%

173
168
209

R + G + B ~ 72%. #ADA8D1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 168 + 209 = 550 (100%)
R 173 of 550 ~ 31.45%
G 168 of 550 ~ 30.55%
B 209 of 550 ~ 38'%

%31.45
%30.55
%38

CMYK color model

#ADA8D1 color CMYK value is (17,20,0,18).

  • cyan value is 17.22%
  • magenta value is 19.62%
  • yellow value is 0.00%
  • key color value is 18.04%

CMYK: (17,20,0,18)
C17M20Y0K18 (17%, 20%, 0%, 18%)
(0.17 / 0.20 / 0.00 / 0.18)

CMYK percentages

%17.22
%19.62
%0
%18.04

Codes

Color #ADA8D1 in popluar color models

AD A8 D1
RGB 173 168 209
HSL 247° 30.83% 73.92%
HSB/HSV 247° 19.62% 81.96%
CMYK 17.22% 19.62% 0.00%
18.04%

Color #ADA8D1 in popluar number systems.

HEX AD A8 D1
Decimal 173 168 209
Binary 10101101 10101000 11010001
Octal 255 250 321

Shades and tints

Shades of #ADA8D1

#ADA8D1
(173,168,209)
#9E99BE
(158,153,190)
#8F8AAB
(143,138,171)
#807B98
(128,123,152)
#716C85
(113,108,133)
#625D72
(98,93,114)
#534E5F
(83,78,95)
#443F4C
(68,63,76)
#353039
(53,48,57)
#262126
(38,33,38)
#171213
(23,18,19)
#000000
(0,0,0)

Tints of #ADA8D1

#ADA8D1
(173,168,209)
#B4AFD5
(180,175,213)
#BBB6D9
(187,182,217)
#C2BDDD
(194,189,221)
#C9C4E1
(201,196,225)
#D0CBE5
(208,203,229)
#D7D2E9
(215,210,233)
#DED9ED
(222,217,237)
#E5E0F1
(229,224,241)
#ECE7F5
(236,231,245)
#F3EEF9
(243,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADA8D1; }

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

This text font color is #ADA8D1.

Background Color

.myBgColor { background-color: #ADA8D1; }

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

This div background color is #ADA8D1.

Border color

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

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

This div border color is #ADA8D1.

Opacity

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

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

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

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

This text has shadow with #ADA8D1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADA8D1.

Preview

Color preview on black background

This text has color #ADA8D1 on black background.


Color preview on white background

This text has color #ADA8D1 on white background.


Black color preview on #ADA8D1 background

This text has black color on #ADA8D1 background.


White color preview on #ADA8D1 background

This text has white color on #ADA8D1 background.


Related colors

Complementary color

Complementary color for #hex is #52572E.


I love getcolorcode.com

Triadic colors

1 #D1ADA8 and #A8D1AD with #ADA8D1 are triadic colors.

2 #D1A8AD and #A8ADD1 with #ADA8D1 are triadic colors.