COLOR #ADA5CF

HEX: #ADA5CF RGB: (173,165,207)

Color info

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

RGB color model

#ADA5CF color RGB value is (173,165,207).

RGB: (173,165,207) (68%, 65%, 81%)

RGB channels and saturation

R 173 of 255 = 68%
G 165 of 255 = 65%
B 207 of 255 = 81%

173
165
207

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

Portions of RGB colors in percentages

R + G + B = 173 + 165 + 207 = 545 (100%)
R 173 of 545 ~ 31.74%
G 165 of 545 ~ 30.28%
B 207 of 545 ~ 37.98'%

%31.74
%30.28
%37.98

CMYK color model

#ADA5CF color CMYK value is (16,20,0,19).

  • cyan value is 16.43%
  • magenta value is 20.29%
  • yellow value is 0.00%
  • key color value is 18.82%

CMYK: (16,20,0,19)
C16M20Y0K19 (16%, 20%, 0%, 19%)
(0.16 / 0.20 / 0.00 / 0.19)

CMYK percentages

%16.43
%20.29
%0
%18.82

Codes

Color #ADA5CF in popluar color models

AD A5 CF
RGB 173 165 207
HSL 251° 30.43% 72.94%
HSB/HSV 251° 20.29% 81.18%
CMYK 16.43% 20.29% 0.00%
18.82%

Color #ADA5CF in popluar number systems.

HEX AD A5 CF
Decimal 173 165 207
Binary 10101101 10100101 11001111
Octal 255 245 317

Shades and tints

Shades of #ADA5CF

#ADA5CF
(173,165,207)
#9E96BD
(158,150,189)
#8F87AB
(143,135,171)
#807899
(128,120,153)
#716987
(113,105,135)
#625A75
(98,90,117)
#534B63
(83,75,99)
#443C51
(68,60,81)
#352D3F
(53,45,63)
#261E2D
(38,30,45)
#170F1B
(23,15,27)
#000000
(0,0,0)

Tints of #ADA5CF

#ADA5CF
(173,165,207)
#B4ADD3
(180,173,211)
#BBB5D7
(187,181,215)
#C2BDDB
(194,189,219)
#C9C5DF
(201,197,223)
#D0CDE3
(208,205,227)
#D7D5E7
(215,213,231)
#DEDDEB
(222,221,235)
#E5E5EF
(229,229,239)
#ECEDF3
(236,237,243)
#F3F5F7
(243,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADA5CF; }

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

This text font color is #ADA5CF.

Background Color

.myBgColor { background-color: #ADA5CF; }

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

This div background color is #ADA5CF.

Border color

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

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

This div border color is #ADA5CF.

Opacity

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

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

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

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

This text has shadow with #ADA5CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADA5CF.

Preview

Color preview on black background

This text has color #ADA5CF on black background.


Color preview on white background

This text has color #ADA5CF on white background.


Black color preview on #ADA5CF background

This text has black color on #ADA5CF background.


White color preview on #ADA5CF background

This text has white color on #ADA5CF background.


Related colors

Complementary color

Complementary color for #hex is #525A30.


I love getcolorcode.com

Triadic colors

1 #CFADA5 and #A5CFAD with #ADA5CF are triadic colors.

2 #CFA5AD and #A5ADCF with #ADA5CF are triadic colors.