COLOR #A6AFC1

HEX: #A6AFC1
RGB: (166,175,193)

Color info

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

RGB color model

#A6AFC1 color RGB value is (166,175,193).

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

RGB channels and saturation

R 166 of 255 = 65%
G 175 of 255 = 69%
B 193 of 255 = 76%

166
175
193

R + G + B ~ 70%. #A6AFC1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 175 + 193 = 534 (100%)
R 166 of 534 ~ 31.09%
G 175 of 534 ~ 32.77%
B 193 of 534 ~ 36.14%

%31.09
%32.77
%36.14

CMYK color model

#A6AFC1 color CMYK value is (14,9,0,24).

  • cyan value is 13.99%
  • magenta value is 9.33%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(14,9,0,24)
C14M9Y0K24 
(14%,9%,0%,24%)
(0.14/0.09/0.00/0.24)	

CMYK percentages

%13.99
%9.33
%0
%24.31

Codes

Color #A6AFC1 in popluar color models

A6AFC1
RGB166175193
HSL220°17.88%70.39%
HSB/HSV220°13.99%75.69%
CMYK13.99%9.33%0.00%
24.31%

Color #A6AFC1 in popluar number systems.

HEXA6AFC1
Decimal166175193
Binary101001101010111111000001
Octal246257301

Shades and tints

Shades of #A6AFC1

#A6AFC1
(166,175,193)
#97A0B0
(151,160,176)
#88919F
(136,145,159)
#79828E
(121,130,142)
#6A737D
(106,115,125)
#5B646C
(91,100,108)
#4C555B
(76,85,91)
#3D464A
(61,70,74)
#2E3739
(46,55,57)
#1F2828
(31,40,40)
#101917
(16,25,23)
#000000
(0,0,0)

Tints of #A6AFC1

#A6AFC1
(166,175,193)
#AEB6C6
(174,182,198)
#B6BDCB
(182,189,203)
#BEC4D0
(190,196,208)
#C6CBD5
(198,203,213)
#CED2DA
(206,210,218)
#D6D9DF
(214,217,223)
#DEE0E4
(222,224,228)
#E6E7E9
(230,231,233)
#EEEEEE
(238,238,238)
#F6F5F3
(246,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6AFC1; }

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

This text font color is #A6AFC1.


Background Color

.myBgColor { background-color: #A6AFC1; }

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

This div background color is #A6AFC1.


Border color

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

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

This div border color is #A6AFC1.


Opacity

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

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

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

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

This text has shadow with #A6AFC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6AFC1 on black background.


Color preview on white background

This text has color #A6AFC1 on white background.



Black color preview on #A6AFC1 background

This text has black color on #A6AFC1 background.


White color preview on #A6AFC1 background

This text has white color on #A6AFC1 background.