COLOR #ADA6CF

HEX: #ADA6CF
RGB: (173,166,207)

Color info

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

RGB color model

#ADA6CF color RGB value is (173,166,207).

  • red value is 173;
  • green value is 166;
  • blue value is 207.
RGB:
(173,166,207)
(68%,65%,81%)

RGB channels and saturation

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

173
166
207

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

Portions of RGB colors in percentages

R + G + B =
173 + 166 + 207 = 546 (100%)
R 173 of 546 ~ 31.68%
G 166 of 546 ~ 30.4%
B 207 of 546 ~ 37.91%

%31.68
%30.4
%37.91

CMYK color model

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

  • cyan value is 16.43%
  • magenta value is 19.81%
  • 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
%19.81
%0
%18.82

Codes

Color #ADA6CF in popluar color models

ADA6CF
RGB173166207
HSL250°29.93%73.14%
HSB/HSV250°19.81%81.18%
CMYK16.43%19.81%0.00%
18.82%

Color #ADA6CF in popluar number systems.

HEXADA6CF
Decimal173166207
Binary101011011010011011001111
Octal255246317

Shades and tints

Shades of #ADA6CF

#ADA6CF
(173,166,207)
#9E97BD
(158,151,189)
#8F88AB
(143,136,171)
#807999
(128,121,153)
#716A87
(113,106,135)
#625B75
(98,91,117)
#534C63
(83,76,99)
#443D51
(68,61,81)
#352E3F
(53,46,63)
#261F2D
(38,31,45)
#17101B
(23,16,27)
#000000
(0,0,0)

Tints of #ADA6CF

#ADA6CF
(173,166,207)
#B4AED3
(180,174,211)
#BBB6D7
(187,182,215)
#C2BEDB
(194,190,219)
#C9C6DF
(201,198,223)
#D0CEE3
(208,206,227)
#D7D6E7
(215,214,231)
#DEDEEB
(222,222,235)
#E5E6EF
(229,230,239)
#ECEEF3
(236,238,243)
#F3F6F7
(243,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADA6CF; }

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

This text font color is #ADA6CF.


Background Color

.myBgColor { background-color: #ADA6CF; }

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

This div background color is #ADA6CF.


Border color

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

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

This div border color is #ADA6CF.


Opacity

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

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

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

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

This text has shadow with #ADA6CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADA6CF on black background.


Color preview on white background

This text has color #ADA6CF on white background.



Black color preview on #ADA6CF background

This text has black color on #ADA6CF background.


White color preview on #ADA6CF background

This text has white color on #ADA6CF background.