COLOR #ADA0D1

HEX: #ADA0D1
RGB: (173,160,209)

Color info

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

RGB color model

#ADA0D1 color RGB value is (173,160,209).

  • red value is 173;
  • green value is 160;
  • blue value is 209.
RGB:
(173,160,209)
(68%,63%,82%)

RGB channels and saturation

R 173 of 255 = 68%
G 160 of 255 = 63%
B 209 of 255 = 82%

173
160
209

R + G + B ~ 71%. #ADA0D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 160 + 209 = 542 (100%)
R 173 of 542 ~ 31.92%
G 160 of 542 ~ 29.52%
B 209 of 542 ~ 38.56%

%31.92
%29.52
%38.56

CMYK color model

#ADA0D1 color CMYK value is (17,23,0,18).

  • cyan value is 17.22%
  • magenta value is 23.44%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(17,23,0,18)
C17M23Y0K18 
(17%,23%,0%,18%)
(0.17/0.23/0.00/0.18)	

CMYK percentages

%17.22
%23.44
%0
%18.04

Codes

Color #ADA0D1 in popluar color models

ADA0D1
RGB173160209
HSL256°34.75%72.35%
HSB/HSV256°23.44%81.96%
CMYK17.22%23.44%0.00%
18.04%

Color #ADA0D1 in popluar number systems.

HEXADA0D1
Decimal173160209
Binary101011011010000011010001
Octal255240321

Shades and tints

Shades of #ADA0D1

#ADA0D1
(173,160,209)
#9E92BE
(158,146,190)
#8F84AB
(143,132,171)
#807698
(128,118,152)
#716885
(113,104,133)
#625A72
(98,90,114)
#534C5F
(83,76,95)
#443E4C
(68,62,76)
#353039
(53,48,57)
#262226
(38,34,38)
#171413
(23,20,19)
#000000
(0,0,0)

Tints of #ADA0D1

#ADA0D1
(173,160,209)
#B4A8D5
(180,168,213)
#BBB0D9
(187,176,217)
#C2B8DD
(194,184,221)
#C9C0E1
(201,192,225)
#D0C8E5
(208,200,229)
#D7D0E9
(215,208,233)
#DED8ED
(222,216,237)
#E5E0F1
(229,224,241)
#ECE8F5
(236,232,245)
#F3F0F9
(243,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADA0D1; }

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

This text font color is #ADA0D1.


Background Color

.myBgColor { background-color: #ADA0D1; }

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

This div background color is #ADA0D1.


Border color

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

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

This div border color is #ADA0D1.


Opacity

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

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

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

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

This text has shadow with #ADA0D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADA0D1 on black background.


Color preview on white background

This text has color #ADA0D1 on white background.



Black color preview on #ADA0D1 background

This text has black color on #ADA0D1 background.


White color preview on #ADA0D1 background

This text has white color on #ADA0D1 background.