COLOR #A6ADC7

HEX: #A6ADC7 RGB: (166,173,199)

Color info

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

RGB color model

#A6ADC7 color RGB value is (166,173,199).

RGB: (166,173,199) (65%, 68%, 78%)

RGB channels and saturation

R 166 of 255 = 65%
G 173 of 255 = 68%
B 199 of 255 = 78%

166
173
199

R + G + B ~ 70%. #A6ADC7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 166 + 173 + 199 = 538 (100%)
R 166 of 538 ~ 30.86%
G 173 of 538 ~ 32.16%
B 199 of 538 ~ 36.99'%

%30.86
%32.16
%36.99

CMYK color model

#A6ADC7 color CMYK value is (17,13,0,22).

  • cyan value is 16.58%
  • magenta value is 13.07%
  • yellow value is 0.00%
  • key color value is 21.96%

CMYK: (17,13,0,22)
C17M13Y0K22 (17%, 13%, 0%, 22%)
(0.17 / 0.13 / 0.00 / 0.22)

CMYK percentages

%16.58
%13.07
%0
%21.96

Codes

Color #A6ADC7 in popluar color models

A6 AD C7
RGB 166 173 199
HSL 227° 22.76% 71.57%
HSB/HSV 227° 16.58% 78.04%
CMYK 16.58% 13.07% 0.00%
21.96%

Color #A6ADC7 in popluar number systems.

HEX A6 AD C7
Decimal 166 173 199
Binary 10100110 10101101 11000111
Octal 246 255 307

Shades and tints

Shades of #A6ADC7

#A6ADC7
(166,173,199)
#979EB5
(151,158,181)
#888FA3
(136,143,163)
#798091
(121,128,145)
#6A717F
(106,113,127)
#5B626D
(91,98,109)
#4C535B
(76,83,91)
#3D4449
(61,68,73)
#2E3537
(46,53,55)
#1F2625
(31,38,37)
#101713
(16,23,19)
#000000
(0,0,0)

Tints of #A6ADC7

#A6ADC7
(166,173,199)
#AEB4CC
(174,180,204)
#B6BBD1
(182,187,209)
#BEC2D6
(190,194,214)
#C6C9DB
(198,201,219)
#CED0E0
(206,208,224)
#D6D7E5
(214,215,229)
#DEDEEA
(222,222,234)
#E6E5EF
(230,229,239)
#EEECF4
(238,236,244)
#F6F3F9
(246,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6ADC7; }

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

This text font color is #A6ADC7.

Background Color

.myBgColor { background-color: #A6ADC7; }

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

This div background color is #A6ADC7.

Border color

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

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

This div border color is #A6ADC7.

Opacity

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

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

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

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

This text has shadow with #A6ADC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6ADC7.

Preview

Color preview on black background

This text has color #A6ADC7 on black background.


Color preview on white background

This text has color #A6ADC7 on white background.


Black color preview on #A6ADC7 background

This text has black color on #A6ADC7 background.


White color preview on #A6ADC7 background

This text has white color on #A6ADC7 background.


Related colors

Complementary color

Complementary color for #hex is #595238.


I love getcolorcode.com

Triadic colors

1 #C7A6AD and #ADC7A6 with #A6ADC7 are triadic colors.

2 #C7ADA6 and #ADA6C7 with #A6ADC7 are triadic colors.