COLOR #A6AED5

HEX: #A6AED5
RGB: (166,174,213)

Color info

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

RGB color model

#A6AED5 color RGB value is (166,174,213).

  • red value is 166;
  • green value is 174;
  • blue value is 213.
RGB:
(166,174,213)
(65%,68%,84%)

RGB channels and saturation

R 166 of 255 = 65%
G 174 of 255 = 68%
B 213 of 255 = 84%

166
174
213

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

Portions of RGB colors in percentages

R + G + B =
166 + 174 + 213 = 553 (100%)
R 166 of 553 ~ 30.02%
G 174 of 553 ~ 31.46%
B 213 of 553 ~ 38.52%

%30.02
%31.46
%38.52

CMYK color model

#A6AED5 color CMYK value is (22,18,0,16).

  • cyan value is 22.07%
  • magenta value is 18.31%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(22,18,0,16)
C22M18Y0K16 
(22%,18%,0%,16%)
(0.22/0.18/0.00/0.16)	

CMYK percentages

%22.07
%18.31
%0
%16.47

Codes

Color #A6AED5 in popluar color models

A6AED5
RGB166174213
HSL230°35.88%74.31%
HSB/HSV230°22.07%83.53%
CMYK22.07%18.31%0.00%
16.47%

Color #A6AED5 in popluar number systems.

HEXA6AED5
Decimal166174213
Binary101001101010111011010101
Octal246256325

Shades and tints

Shades of #A6AED5

#A6AED5
(166,174,213)
#979FC2
(151,159,194)
#8890AF
(136,144,175)
#79819C
(121,129,156)
#6A7289
(106,114,137)
#5B6376
(91,99,118)
#4C5463
(76,84,99)
#3D4550
(61,69,80)
#2E363D
(46,54,61)
#1F272A
(31,39,42)
#101817
(16,24,23)
#000000
(0,0,0)

Tints of #A6AED5

#A6AED5
(166,174,213)
#AEB5D8
(174,181,216)
#B6BCDB
(182,188,219)
#BEC3DE
(190,195,222)
#C6CAE1
(198,202,225)
#CED1E4
(206,209,228)
#D6D8E7
(214,216,231)
#DEDFEA
(222,223,234)
#E6E6ED
(230,230,237)
#EEEDF0
(238,237,240)
#F6F4F3
(246,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6AED5 color. Also use rgb(166,174,213) instead hex code.

Text Font Color

.myTextColor { color: #A6AED5; }

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

This text font color is #A6AED5.


Background Color

.myBgColor { background-color: #A6AED5; }

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

This div background color is #A6AED5.


Border color

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

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

This div border color is #A6AED5.


Opacity

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

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

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

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

This text has shadow with #A6AED5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6AED5 on black background.


Color preview on white background

This text has color #A6AED5 on white background.



Black color preview on #A6AED5 background

This text has black color on #A6AED5 background.


White color preview on #A6AED5 background

This text has white color on #A6AED5 background.