COLOR #A6AFE0

HEX: #A6AFE0 RGB: (166,175,224)

Color info

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

RGB color model

#A6AFE0 color RGB value is (166,175,224).

RGB: (166,175,224) (65%, 69%, 88%)

RGB channels and saturation

R 166 of 255 = 65%
G 175 of 255 = 69%
B 224 of 255 = 88%

166
175
224

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

Portions of RGB colors in percentages

R + G + B = 166 + 175 + 224 = 565 (100%)
R 166 of 565 ~ 29.38%
G 175 of 565 ~ 30.97%
B 224 of 565 ~ 39.65'%

%29.38
%30.97
%39.65

CMYK color model

#A6AFE0 color CMYK value is (26,22,0,12).

  • cyan value is 25.89%
  • magenta value is 21.88%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK: (26,22,0,12) C26M22Y0K12 (26%,22%,0%,12%) (0.26/0.22/0.00/0.12) 

CMYK percentages

%25.89
%21.88
%0
%12.16

Codes

Color #A6AFE0 in popluar color models

A6 AF E0
RGB 166 175 224
HSL 231° 48.33% 76.47%
HSB/HSV 231° 25.89% 87.84%
CMYK 25.89% 21.88% 0.00%
12.16%

Color #A6AFE0 in popluar number systems.

HEX A6 AF E0
Decimal 166 175 224
Binary 10100110 10101111 11100000
Octal 246 257 340

Shades and tints

Shades of #A6AFE0

#A6AFE0
(166,175,224)
#97A0CC
(151,160,204)
#8891B8
(136,145,184)
#7982A4
(121,130,164)
#6A7390
(106,115,144)
#5B647C
(91,100,124)
#4C5568
(76,85,104)
#3D4654
(61,70,84)
#2E3740
(46,55,64)
#1F282C
(31,40,44)
#101918
(16,25,24)
#000000
(0,0,0)

Tints of #A6AFE0

#A6AFE0
(166,175,224)
#AEB6E2
(174,182,226)
#B6BDE4
(182,189,228)
#BEC4E6
(190,196,230)
#C6CBE8
(198,203,232)
#CED2EA
(206,210,234)
#D6D9EC
(214,217,236)
#DEE0EE
(222,224,238)
#E6E7F0
(230,231,240)
#EEEEF2
(238,238,242)
#F6F5F4
(246,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6AFE0 color. Also use rgb(166,175,224) instead hex code.

Text Font Color

.myTextColor { color: #A6AFE0; }

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

This text font color is #A6AFE0.


Background Color

.myBgColor { background-color: #A6AFE0; }

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

This div background color is #A6AFE0.


Border color

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

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

This div border color is #A6AFE0.


Opacity

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

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

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

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

This text has shadow with #A6AFE0 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #A6AFE0 on black background.


Color preview on white background

This text has color #A6AFE0 on white background.



Black color preview on #A6AFE0 background

This text has black color on #A6AFE0 background.


White color preview on #A6AFE0 background

This text has white color on #A6AFE0 background.