COLOR #A8A6CF

HEX: #A8A6CF
RGB: (168,166,207)

Color info

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

RGB color model

#A8A6CF color RGB value is (168,166,207).

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

RGB channels and saturation

R 168 of 255 = 66%
G 166 of 255 = 65%
B 207 of 255 = 81%

168
166
207

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

Portions of RGB colors in percentages

R + G + B =
168 + 166 + 207 = 541 (100%)
R 168 of 541 ~ 31.05%
G 166 of 541 ~ 30.68%
B 207 of 541 ~ 38.26%

%31.05
%30.68
%38.26

CMYK color model

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

  • cyan value is 18.84%
  • magenta value is 19.81%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(19,20,0,19)
C19M20Y0K19 
(19%,20%,0%,19%)
(0.19/0.20/0.00/0.19)	

CMYK percentages

%18.84
%19.81
%0
%18.82

Codes

Color #A8A6CF in popluar color models

A8A6CF
RGB168166207
HSL243°29.93%73.14%
HSB/HSV243°19.81%81.18%
CMYK18.84%19.81%0.00%
18.82%

Color #A8A6CF in popluar number systems.

HEXA8A6CF
Decimal168166207
Binary101010001010011011001111
Octal250246317

Shades and tints

Shades of #A8A6CF

#A8A6CF
(168,166,207)
#9997BD
(153,151,189)
#8A88AB
(138,136,171)
#7B7999
(123,121,153)
#6C6A87
(108,106,135)
#5D5B75
(93,91,117)
#4E4C63
(78,76,99)
#3F3D51
(63,61,81)
#302E3F
(48,46,63)
#211F2D
(33,31,45)
#12101B
(18,16,27)
#000000
(0,0,0)

Tints of #A8A6CF

#A8A6CF
(168,166,207)
#AFAED3
(175,174,211)
#B6B6D7
(182,182,215)
#BDBEDB
(189,190,219)
#C4C6DF
(196,198,223)
#CBCEE3
(203,206,227)
#D2D6E7
(210,214,231)
#D9DEEB
(217,222,235)
#E0E6EF
(224,230,239)
#E7EEF3
(231,238,243)
#EEF6F7
(238,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8A6CF; }

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

This text font color is #A8A6CF.


Background Color

.myBgColor { background-color: #A8A6CF; }

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

This div background color is #A8A6CF.


Border color

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

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

This div border color is #A8A6CF.


Opacity

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

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

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

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

This text has shadow with #A8A6CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8A6CF on black background.


Color preview on white background

This text has color #A8A6CF on white background.



Black color preview on #A8A6CF background

This text has black color on #A8A6CF background.


White color preview on #A8A6CF background

This text has white color on #A8A6CF background.