COLOR #ADA6E3

HEX: #ADA6E3 RGB: (173,166,227)

Color info

#ADA6E3 contains mainly red and blue colors. Web safe color of #ADA6E3 is #9999CC (or #99C).

RGB color model

#ADA6E3 color RGB value is (173,166,227).

RGB: (173,166,227) (68%, 65%, 89%)

RGB channels and saturation

R 173 of 255 = 68%
G 166 of 255 = 65%
B 227 of 255 = 89%

173
166
227

R + G + B ~ 74%. #ADA6E3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 166 + 227 = 566 (100%)
R 173 of 566 ~ 30.57%
G 166 of 566 ~ 29.33%
B 227 of 566 ~ 40.11'%

%30.57
%29.33
%40.11

CMYK color model

#ADA6E3 color CMYK value is (24,27,0,11).

  • cyan value is 23.79%
  • magenta value is 26.87%
  • yellow value is 0.00%
  • key color value is 10.98%

CMYK: (24,27,0,11)
C24M27Y0K11 (24%, 27%, 0%, 11%)
(0.24 / 0.27 / 0.00 / 0.11)

CMYK percentages

%23.79
%26.87
%0
%10.98

Codes

Color #ADA6E3 in popluar color models

AD A6 E3
RGB 173 166 227
HSL 247° 52.14% 77.06%
HSB/HSV 247° 26.87% 89.02%
CMYK 23.79% 26.87% 0.00%
10.98%

Color #ADA6E3 in popluar number systems.

HEX AD A6 E3
Decimal 173 166 227
Binary 10101101 10100110 11100011
Octal 255 246 343

Shades and tints

Shades of #ADA6E3

#ADA6E3
(173,166,227)
#9E97CF
(158,151,207)
#8F88BB
(143,136,187)
#8079A7
(128,121,167)
#716A93
(113,106,147)
#625B7F
(98,91,127)
#534C6B
(83,76,107)
#443D57
(68,61,87)
#352E43
(53,46,67)
#261F2F
(38,31,47)
#17101B
(23,16,27)
#000000
(0,0,0)

Tints of #ADA6E3

#ADA6E3
(173,166,227)
#B4AEE5
(180,174,229)
#BBB6E7
(187,182,231)
#C2BEE9
(194,190,233)
#C9C6EB
(201,198,235)
#D0CEED
(208,206,237)
#D7D6EF
(215,214,239)
#DEDEF1
(222,222,241)
#E5E6F3
(229,230,243)
#ECEEF5
(236,238,245)
#F3F6F7
(243,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADA6E3; }

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

This text font color is #ADA6E3.

Background Color

.myBgColor { background-color: #ADA6E3; }

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

This div background color is #ADA6E3.

Border color

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

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

This div border color is #ADA6E3.

Opacity

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

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

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

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

This text has shadow with #ADA6E3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADA6E3.

Preview

Color preview on black background

This text has color #ADA6E3 on black background.


Color preview on white background

This text has color #ADA6E3 on white background.


Black color preview on #ADA6E3 background

This text has black color on #ADA6E3 background.


White color preview on #ADA6E3 background

This text has white color on #ADA6E3 background.


Related colors

Complementary color

Complementary color for #hex is #52591C.


I love getcolorcode.com

Triadic colors

1 #E3ADA6 and #A6E3AD with #ADA6E3 are triadic colors.

2 #E3A6AD and #A6ADE3 with #ADA6E3 are triadic colors.