COLOR #ADA5D1

HEX: #ADA5D1
RGB: (173,165,209)

Color info

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

RGB color model

#ADA5D1 color RGB value is (173,165,209).

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

RGB channels and saturation

R 173 of 255 = 68%
G 165 of 255 = 65%
B 209 of 255 = 82%

173
165
209

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

Portions of RGB colors in percentages

R + G + B =
173 + 165 + 209 = 547 (100%)
R 173 of 547 ~ 31.63%
G 165 of 547 ~ 30.16%
B 209 of 547 ~ 38.21%

%31.63
%30.16
%38.21

CMYK color model

#ADA5D1 color CMYK value is (17,21,0,18).

  • cyan value is 17.22%
  • magenta value is 21.05%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(17,21,0,18)
C17M21Y0K18 
(17%,21%,0%,18%)
(0.17/0.21/0.00/0.18)	

CMYK percentages

%17.22
%21.05
%0
%18.04

Codes

Color #ADA5D1 in popluar color models

ADA5D1
RGB173165209
HSL251°32.35%73.33%
HSB/HSV251°21.05%81.96%
CMYK17.22%21.05%0.00%
18.04%

Color #ADA5D1 in popluar number systems.

HEXADA5D1
Decimal173165209
Binary101011011010010111010001
Octal255245321

Shades and tints

Shades of #ADA5D1

#ADA5D1
(173,165,209)
#9E96BE
(158,150,190)
#8F87AB
(143,135,171)
#807898
(128,120,152)
#716985
(113,105,133)
#625A72
(98,90,114)
#534B5F
(83,75,95)
#443C4C
(68,60,76)
#352D39
(53,45,57)
#261E26
(38,30,38)
#170F13
(23,15,19)
#000000
(0,0,0)

Tints of #ADA5D1

#ADA5D1
(173,165,209)
#B4ADD5
(180,173,213)
#BBB5D9
(187,181,217)
#C2BDDD
(194,189,221)
#C9C5E1
(201,197,225)
#D0CDE5
(208,205,229)
#D7D5E9
(215,213,233)
#DEDDED
(222,221,237)
#E5E5F1
(229,229,241)
#ECEDF5
(236,237,245)
#F3F5F9
(243,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADA5D1; }

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

This text font color is #ADA5D1.


Background Color

.myBgColor { background-color: #ADA5D1; }

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

This div background color is #ADA5D1.


Border color

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

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

This div border color is #ADA5D1.


Opacity

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

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

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

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

This text has shadow with #ADA5D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADA5D1 on black background.


Color preview on white background

This text has color #ADA5D1 on white background.



Black color preview on #ADA5D1 background

This text has black color on #ADA5D1 background.


White color preview on #ADA5D1 background

This text has white color on #ADA5D1 background.