COLOR #A6ABD7

HEX: #A6ABD7
RGB: (166,171,215)

Color info

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

RGB color model

#A6ABD7 color RGB value is (166,171,215).

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

RGB channels and saturation

R 166 of 255 = 65%
G 171 of 255 = 67%
B 215 of 255 = 84%

166
171
215

R + G + B ~ 72%. #A6ABD7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 171 + 215 = 552 (100%)
R 166 of 552 ~ 30.07%
G 171 of 552 ~ 30.98%
B 215 of 552 ~ 38.95%

%30.07
%30.98
%38.95

CMYK color model

#A6ABD7 color CMYK value is (23,20,0,16).

  • cyan value is 22.79%
  • magenta value is 20.47%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(23,20,0,16)
C23M20Y0K16 
(23%,20%,0%,16%)
(0.23/0.20/0.00/0.16)	

CMYK percentages

%22.79
%20.47
%0
%15.69

Codes

Color #A6ABD7 in popluar color models

A6ABD7
RGB166171215
HSL234°37.98%74.71%
HSB/HSV234°22.79%84.31%
CMYK22.79%20.47%0.00%
15.69%

Color #A6ABD7 in popluar number systems.

HEXA6ABD7
Decimal166171215
Binary101001101010101111010111
Octal246253327

Shades and tints

Shades of #A6ABD7

#A6ABD7
(166,171,215)
#979CC4
(151,156,196)
#888DB1
(136,141,177)
#797E9E
(121,126,158)
#6A6F8B
(106,111,139)
#5B6078
(91,96,120)
#4C5165
(76,81,101)
#3D4252
(61,66,82)
#2E333F
(46,51,63)
#1F242C
(31,36,44)
#101519
(16,21,25)
#000000
(0,0,0)

Tints of #A6ABD7

#A6ABD7
(166,171,215)
#AEB2DA
(174,178,218)
#B6B9DD
(182,185,221)
#BEC0E0
(190,192,224)
#C6C7E3
(198,199,227)
#CECEE6
(206,206,230)
#D6D5E9
(214,213,233)
#DEDCEC
(222,220,236)
#E6E3EF
(230,227,239)
#EEEAF2
(238,234,242)
#F6F1F5
(246,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6ABD7; }

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

This text font color is #A6ABD7.


Background Color

.myBgColor { background-color: #A6ABD7; }

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

This div background color is #A6ABD7.


Border color

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

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

This div border color is #A6ABD7.


Opacity

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

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

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

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

This text has shadow with #A6ABD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6ABD7 on black background.


Color preview on white background

This text has color #A6ABD7 on white background.



Black color preview on #A6ABD7 background

This text has black color on #A6ABD7 background.


White color preview on #A6ABD7 background

This text has white color on #A6ABD7 background.