COLOR #A6ADC9

HEX: #A6ADC9
RGB: (166,173,201)

Color info

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

RGB color model

#A6ADC9 color RGB value is (166,173,201).

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

RGB channels and saturation

R 166 of 255 = 65%
G 173 of 255 = 68%
B 201 of 255 = 79%

166
173
201

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

Portions of RGB colors in percentages

R + G + B =
166 + 173 + 201 = 540 (100%)
R 166 of 540 ~ 30.74%
G 173 of 540 ~ 32.04%
B 201 of 540 ~ 37.22%

%30.74
%32.04
%37.22

CMYK color model

#A6ADC9 color CMYK value is (17,14,0,21).

  • cyan value is 17.41%
  • magenta value is 13.93%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(17,14,0,21)
C17M14Y0K21 
(17%,14%,0%,21%)
(0.17/0.14/0.00/0.21)	

CMYK percentages

%17.41
%13.93
%0
%21.18

Codes

Color #A6ADC9 in popluar color models

A6ADC9
RGB166173201
HSL228°24.48%71.96%
HSB/HSV228°17.41%78.82%
CMYK17.41%13.93%0.00%
21.18%

Color #A6ADC9 in popluar number systems.

HEXA6ADC9
Decimal166173201
Binary101001101010110111001001
Octal246255311

Shades and tints

Shades of #A6ADC9

#A6ADC9
(166,173,201)
#979EB7
(151,158,183)
#888FA5
(136,143,165)
#798093
(121,128,147)
#6A7181
(106,113,129)
#5B626F
(91,98,111)
#4C535D
(76,83,93)
#3D444B
(61,68,75)
#2E3539
(46,53,57)
#1F2627
(31,38,39)
#101715
(16,23,21)
#000000
(0,0,0)

Tints of #A6ADC9

#A6ADC9
(166,173,201)
#AEB4CD
(174,180,205)
#B6BBD1
(182,187,209)
#BEC2D5
(190,194,213)
#C6C9D9
(198,201,217)
#CED0DD
(206,208,221)
#D6D7E1
(214,215,225)
#DEDEE5
(222,222,229)
#E6E5E9
(230,229,233)
#EEECED
(238,236,237)
#F6F3F1
(246,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6ADC9; }

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

This text font color is #A6ADC9.


Background Color

.myBgColor { background-color: #A6ADC9; }

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

This div background color is #A6ADC9.


Border color

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

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

This div border color is #A6ADC9.


Opacity

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

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

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

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

This text has shadow with #A6ADC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6ADC9 on black background.


Color preview on white background

This text has color #A6ADC9 on white background.



Black color preview on #A6ADC9 background

This text has black color on #A6ADC9 background.


White color preview on #A6ADC9 background

This text has white color on #A6ADC9 background.