COLOR #A6ADD1

HEX: #A6ADD1 RGB: (166,173,209)

Color info

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

RGB color model

#A6ADD1 color RGB value is (166,173,209).

RGB: (166,173,209) (65%, 68%, 82%)

RGB channels and saturation

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

166
173
209

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

Portions of RGB colors in percentages

R + G + B = 166 + 173 + 209 = 548 (100%)
R 166 of 548 ~ 30.29%
G 173 of 548 ~ 31.57%
B 209 of 548 ~ 38.14'%

%30.29
%31.57
%38.14

CMYK color model

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

  • cyan value is 20.57%
  • magenta value is 17.22%
  • yellow value is 0.00%
  • key color value is 18.04%

CMYK: (21,17,0,18)
C21M17Y0K18 (21%, 17%, 0%, 18%)
(0.21 / 0.17 / 0.00 / 0.18)

CMYK percentages

%20.57
%17.22
%0
%18.04

Codes

Color #A6ADD1 in popluar color models

A6 AD D1
RGB 166 173 209
HSL 230° 31.85% 73.53%
HSB/HSV 230° 20.57% 81.96%
CMYK 20.57% 17.22% 0.00%
18.04%

Color #A6ADD1 in popluar number systems.

HEX A6 AD D1
Decimal 166 173 209
Binary 10100110 10101101 11010001
Octal 246 255 321

Shades and tints

Shades of #A6ADD1

#A6ADD1
(166,173,209)
#979EBE
(151,158,190)
#888FAB
(136,143,171)
#798098
(121,128,152)
#6A7185
(106,113,133)
#5B6272
(91,98,114)
#4C535F
(76,83,95)
#3D444C
(61,68,76)
#2E3539
(46,53,57)
#1F2626
(31,38,38)
#101713
(16,23,19)
#000000
(0,0,0)

Tints of #A6ADD1

#A6ADD1
(166,173,209)
#AEB4D5
(174,180,213)
#B6BBD9
(182,187,217)
#BEC2DD
(190,194,221)
#C6C9E1
(198,201,225)
#CED0E5
(206,208,229)
#D6D7E9
(214,215,233)
#DEDEED
(222,222,237)
#E6E5F1
(230,229,241)
#EEECF5
(238,236,245)
#F6F3F9
(246,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6ADD1; }

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

This text font color is #A6ADD1.

Background Color

.myBgColor { background-color: #A6ADD1; }

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

This div background color is #A6ADD1.

Border color

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

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

This div border color is #A6ADD1.

Opacity

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

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

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

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

This text has shadow with #A6ADD1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6ADD1.

Preview

Color preview on black background

This text has color #A6ADD1 on black background.


Color preview on white background

This text has color #A6ADD1 on white background.


Black color preview on #A6ADD1 background

This text has black color on #A6ADD1 background.


White color preview on #A6ADD1 background

This text has white color on #A6ADD1 background.


Related colors

Complementary color

Complementary color for #hex is #59522E.


I love getcolorcode.com

Triadic colors

1 #D1A6AD and #ADD1A6 with #A6ADD1 are triadic colors.

2 #D1ADA6 and #ADA6D1 with #A6ADD1 are triadic colors.