COLOR #A6AFED

HEX: #A6AFED
RGB: (166,175,237)

Color info

#A6AFED contains mainly blue color. Web safe color of #A6AFED is #9999FF (or #99F).

RGB color model

#A6AFED color RGB value is (166,175,237).

  • red value is 166;
  • green value is 175;
  • blue value is 237.
RGB:
(166,175,237)
(65%,69%,93%)

RGB channels and saturation

R 166 of 255 = 65%
G 175 of 255 = 69%
B 237 of 255 = 93%

166
175
237

R + G + B ~ 76%. #A6AFED is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 175 + 237 = 578 (100%)
R 166 of 578 ~ 28.72%
G 175 of 578 ~ 30.28%
B 237 of 578 ~ 41%

%28.72
%30.28
%41

CMYK color model

#A6AFED color CMYK value is (30,26,0,7).

  • cyan value is 29.96%
  • magenta value is 26.16%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(30,26,0,7)
C30M26Y0K7 
(30%,26%,0%,7%)
(0.30/0.26/0.00/0.07)	

CMYK percentages

%29.96
%26.16
%0
%7.06

Codes

Color #A6AFED in popluar color models

A6AFED
RGB166175237
HSL232°66.36%79.02%
HSB/HSV232°29.96%92.94%
CMYK29.96%26.16%0.00%
7.06%

Color #A6AFED in popluar number systems.

HEXA6AFED
Decimal166175237
Binary101001101010111111101101
Octal246257355

Shades and tints

Shades of #A6AFED

#A6AFED
(166,175,237)
#97A0D8
(151,160,216)
#8891C3
(136,145,195)
#7982AE
(121,130,174)
#6A7399
(106,115,153)
#5B6484
(91,100,132)
#4C556F
(76,85,111)
#3D465A
(61,70,90)
#2E3745
(46,55,69)
#1F2830
(31,40,48)
#10191B
(16,25,27)
#000000
(0,0,0)

Tints of #A6AFED

#A6AFED
(166,175,237)
#AEB6EE
(174,182,238)
#B6BDEF
(182,189,239)
#BEC4F0
(190,196,240)
#C6CBF1
(198,203,241)
#CED2F2
(206,210,242)
#D6D9F3
(214,217,243)
#DEE0F4
(222,224,244)
#E6E7F5
(230,231,245)
#EEEEF6
(238,238,246)
#F6F5F7
(246,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6AFED; }

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

This text font color is #A6AFED.


Background Color

.myBgColor { background-color: #A6AFED; }

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

This div background color is #A6AFED.


Border color

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

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

This div border color is #A6AFED.


Opacity

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

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

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

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

This text has shadow with #A6AFED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6AFED on black background.


Color preview on white background

This text has color #A6AFED on white background.



Black color preview on #A6AFED background

This text has black color on #A6AFED background.


White color preview on #A6AFED background

This text has white color on #A6AFED background.