COLOR #A6AACD

HEX: #A6AACD
RGB: (166,170,205)

Color info

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

RGB color model

#A6AACD color RGB value is (166,170,205).

  • red value is 166;
  • green value is 170;
  • blue value is 205.
RGB:
(166,170,205)
(65%,67%,80%)

RGB channels and saturation

R 166 of 255 = 65%
G 170 of 255 = 67%
B 205 of 255 = 80%

166
170
205

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

Portions of RGB colors in percentages

R + G + B =
166 + 170 + 205 = 541 (100%)
R 166 of 541 ~ 30.68%
G 170 of 541 ~ 31.42%
B 205 of 541 ~ 37.89%

%30.68
%31.42
%37.89

CMYK color model

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

  • cyan value is 19.02%
  • magenta value is 17.07%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(19,17,0,20)
C19M17Y0K20 
(19%,17%,0%,20%)
(0.19/0.17/0.00/0.20)	

CMYK percentages

%19.02
%17.07
%0
%19.61

Codes

Color #A6AACD in popluar color models

A6AACD
RGB166170205
HSL234°28.06%72.75%
HSB/HSV234°19.02%80.39%
CMYK19.02%17.07%0.00%
19.61%

Color #A6AACD in popluar number systems.

HEXA6AACD
Decimal166170205
Binary101001101010101011001101
Octal246252315

Shades and tints

Shades of #A6AACD

#A6AACD
(166,170,205)
#979BBB
(151,155,187)
#888CA9
(136,140,169)
#797D97
(121,125,151)
#6A6E85
(106,110,133)
#5B5F73
(91,95,115)
#4C5061
(76,80,97)
#3D414F
(61,65,79)
#2E323D
(46,50,61)
#1F232B
(31,35,43)
#101419
(16,20,25)
#000000
(0,0,0)

Tints of #A6AACD

#A6AACD
(166,170,205)
#AEB1D1
(174,177,209)
#B6B8D5
(182,184,213)
#BEBFD9
(190,191,217)
#C6C6DD
(198,198,221)
#CECDE1
(206,205,225)
#D6D4E5
(214,212,229)
#DEDBE9
(222,219,233)
#E6E2ED
(230,226,237)
#EEE9F1
(238,233,241)
#F6F0F5
(246,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6AACD color. Also use rgb(166,170,205) instead hex code.

Text Font Color

.myTextColor { color: #A6AACD; }

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

This text font color is #A6AACD.


Background Color

.myBgColor { background-color: #A6AACD; }

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

This div background color is #A6AACD.


Border color

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

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

This div border color is #A6AACD.


Opacity

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

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

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

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

This text has shadow with #A6AACD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6AACD on black background.


Color preview on white background

This text has color #A6AACD on white background.



Black color preview on #A6AACD background

This text has black color on #A6AACD background.


White color preview on #A6AACD background

This text has white color on #A6AACD background.