COLOR #A9A8CD

HEX: #A9A8CD
RGB: (169,168,205)

Color info

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

RGB color model

#A9A8CD color RGB value is (169,168,205).

  • red value is 169;
  • green value is 168;
  • blue value is 205.
RGB:
(169,168,205)
(66%,66%,80%)

RGB channels and saturation

R 169 of 255 = 66%
G 168 of 255 = 66%
B 205 of 255 = 80%

169
168
205

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

Portions of RGB colors in percentages

R + G + B =
169 + 168 + 205 = 542 (100%)
R 169 of 542 ~ 31.18%
G 168 of 542 ~ 31%
B 205 of 542 ~ 37.82%

%31.18
%31
%37.82

CMYK color model

#A9A8CD color CMYK value is (18,18,0,20).

  • cyan value is 17.56%
  • magenta value is 18.05%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(18,18,0,20)
C18M18Y0K20 
(18%,18%,0%,20%)
(0.18/0.18/0.00/0.20)	

CMYK percentages

%17.56
%18.05
%0
%19.61

Codes

Color #A9A8CD in popluar color models

A9A8CD
RGB169168205
HSL242°27.01%73.14%
HSB/HSV242°18.05%80.39%
CMYK17.56%18.05%0.00%
19.61%

Color #A9A8CD in popluar number systems.

HEXA9A8CD
Decimal169168205
Binary101010011010100011001101
Octal251250315

Shades and tints

Shades of #A9A8CD

#A9A8CD
(169,168,205)
#9A99BB
(154,153,187)
#8B8AA9
(139,138,169)
#7C7B97
(124,123,151)
#6D6C85
(109,108,133)
#5E5D73
(94,93,115)
#4F4E61
(79,78,97)
#403F4F
(64,63,79)
#31303D
(49,48,61)
#22212B
(34,33,43)
#131219
(19,18,25)
#000000
(0,0,0)

Tints of #A9A8CD

#A9A8CD
(169,168,205)
#B0AFD1
(176,175,209)
#B7B6D5
(183,182,213)
#BEBDD9
(190,189,217)
#C5C4DD
(197,196,221)
#CCCBE1
(204,203,225)
#D3D2E5
(211,210,229)
#DAD9E9
(218,217,233)
#E1E0ED
(225,224,237)
#E8E7F1
(232,231,241)
#EFEEF5
(239,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9A8CD color. Also use rgb(169,168,205) instead hex code.

Text Font Color

.myTextColor { color: #A9A8CD; }

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

This text font color is #A9A8CD.


Background Color

.myBgColor { background-color: #A9A8CD; }

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

This div background color is #A9A8CD.


Border color

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

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

This div border color is #A9A8CD.


Opacity

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

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

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

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

This text has shadow with #A9A8CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9A8CD on black background.


Color preview on white background

This text has color #A9A8CD on white background.



Black color preview on #A9A8CD background

This text has black color on #A9A8CD background.


White color preview on #A9A8CD background

This text has white color on #A9A8CD background.