COLOR #A6AFEC

HEX: #A6AFEC
RGB: (166,175,236)

Color info

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

RGB color model

#A6AFEC color RGB value is (166,175,236).

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

RGB channels and saturation

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

166
175
236

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

Portions of RGB colors in percentages

R + G + B =
166 + 175 + 236 = 577 (100%)
R 166 of 577 ~ 28.77%
G 175 of 577 ~ 30.33%
B 236 of 577 ~ 40.9%

%28.77
%30.33
%40.9

CMYK color model

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

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

CMYK percentages

%29.66
%25.85
%0
%7.45

Codes

Color #A6AFEC in popluar color models

A6AFEC
RGB166175236
HSL232°64.81%78.82%
HSB/HSV232°29.66%92.55%
CMYK29.66%25.85%0.00%
7.45%

Color #A6AFEC in popluar number systems.

HEXA6AFEC
Decimal166175236
Binary101001101010111111101100
Octal246257354

Shades and tints

Shades of #A6AFEC

#A6AFEC
(166,175,236)
#97A0D7
(151,160,215)
#8891C2
(136,145,194)
#7982AD
(121,130,173)
#6A7398
(106,115,152)
#5B6483
(91,100,131)
#4C556E
(76,85,110)
#3D4659
(61,70,89)
#2E3744
(46,55,68)
#1F282F
(31,40,47)
#10191A
(16,25,26)
#000000
(0,0,0)

Tints of #A6AFEC

#A6AFEC
(166,175,236)
#AEB6ED
(174,182,237)
#B6BDEE
(182,189,238)
#BEC4EF
(190,196,239)
#C6CBF0
(198,203,240)
#CED2F1
(206,210,241)
#D6D9F2
(214,217,242)
#DEE0F3
(222,224,243)
#E6E7F4
(230,231,244)
#EEEEF5
(238,238,245)
#F6F5F6
(246,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6AFEC; }

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

This text font color is #A6AFEC.


Background Color

.myBgColor { background-color: #A6AFEC; }

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

This div background color is #A6AFEC.


Border color

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

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

This div border color is #A6AFEC.


Opacity

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

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

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

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

This text has shadow with #A6AFEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6AFEC on black background.


Color preview on white background

This text has color #A6AFEC on white background.



Black color preview on #A6AFEC background

This text has black color on #A6AFEC background.


White color preview on #A6AFEC background

This text has white color on #A6AFEC background.