COLOR #A6ABCF

HEX: #A6ABCF
RGB: (166,171,207)

Color info

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

RGB color model

#A6ABCF color RGB value is (166,171,207).

  • red value is 166;
  • green value is 171;
  • blue value is 207.
RGB:
(166,171,207)
(65%,67%,81%)

RGB channels and saturation

R 166 of 255 = 65%
G 171 of 255 = 67%
B 207 of 255 = 81%

166
171
207

R + G + B ~ 71%. #A6ABCF is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 171 + 207 = 544 (100%)
R 166 of 544 ~ 30.51%
G 171 of 544 ~ 31.43%
B 207 of 544 ~ 38.05%

%30.51
%31.43
%38.05

CMYK color model

#A6ABCF color CMYK value is (20,17,0,19).

  • cyan value is 19.81%
  • magenta value is 17.39%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(20,17,0,19)
C20M17Y0K19 
(20%,17%,0%,19%)
(0.20/0.17/0.00/0.19)	

CMYK percentages

%19.81
%17.39
%0
%18.82

Codes

Color #A6ABCF in popluar color models

A6ABCF
RGB166171207
HSL233°29.93%73.14%
HSB/HSV233°19.81%81.18%
CMYK19.81%17.39%0.00%
18.82%

Color #A6ABCF in popluar number systems.

HEXA6ABCF
Decimal166171207
Binary101001101010101111001111
Octal246253317

Shades and tints

Shades of #A6ABCF

#A6ABCF
(166,171,207)
#979CBD
(151,156,189)
#888DAB
(136,141,171)
#797E99
(121,126,153)
#6A6F87
(106,111,135)
#5B6075
(91,96,117)
#4C5163
(76,81,99)
#3D4251
(61,66,81)
#2E333F
(46,51,63)
#1F242D
(31,36,45)
#10151B
(16,21,27)
#000000
(0,0,0)

Tints of #A6ABCF

#A6ABCF
(166,171,207)
#AEB2D3
(174,178,211)
#B6B9D7
(182,185,215)
#BEC0DB
(190,192,219)
#C6C7DF
(198,199,223)
#CECEE3
(206,206,227)
#D6D5E7
(214,213,231)
#DEDCEB
(222,220,235)
#E6E3EF
(230,227,239)
#EEEAF3
(238,234,243)
#F6F1F7
(246,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6ABCF color. Also use rgb(166,171,207) instead hex code.

Text Font Color

.myTextColor { color: #A6ABCF; }

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

This text font color is #A6ABCF.


Background Color

.myBgColor { background-color: #A6ABCF; }

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

This div background color is #A6ABCF.


Border color

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

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

This div border color is #A6ABCF.


Opacity

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

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

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

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

This text has shadow with #A6ABCF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6ABCF on black background.


Color preview on white background

This text has color #A6ABCF on white background.



Black color preview on #A6ABCF background

This text has black color on #A6ABCF background.


White color preview on #A6ABCF background

This text has white color on #A6ABCF background.