COLOR #A0A9CD

HEX: #A0A9CD
RGB: (160,169,205)

Color info

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

RGB color model

#A0A9CD color RGB value is (160,169,205).

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

RGB channels and saturation

R 160 of 255 = 63%
G 169 of 255 = 66%
B 205 of 255 = 80%

160
169
205

R + G + B ~ 70%. #A0A9CD is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 169 + 205 = 534 (100%)
R 160 of 534 ~ 29.96%
G 169 of 534 ~ 31.65%
B 205 of 534 ~ 38.39%

%29.96
%31.65
%38.39

CMYK color model

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

  • cyan value is 21.95%
  • magenta value is 17.56%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(22,18,0,20)
C22M18Y0K20 
(22%,18%,0%,20%)
(0.22/0.18/0.00/0.20)	

CMYK percentages

%21.95
%17.56
%0
%19.61

Codes

Color #A0A9CD in popluar color models

A0A9CD
RGB160169205
HSL228°31.03%71.57%
HSB/HSV228°21.95%80.39%
CMYK21.95%17.56%0.00%
19.61%

Color #A0A9CD in popluar number systems.

HEXA0A9CD
Decimal160169205
Binary101000001010100111001101
Octal240251315

Shades and tints

Shades of #A0A9CD

#A0A9CD
(160,169,205)
#929ABB
(146,154,187)
#848BA9
(132,139,169)
#767C97
(118,124,151)
#686D85
(104,109,133)
#5A5E73
(90,94,115)
#4C4F61
(76,79,97)
#3E404F
(62,64,79)
#30313D
(48,49,61)
#22222B
(34,34,43)
#141319
(20,19,25)
#000000
(0,0,0)

Tints of #A0A9CD

#A0A9CD
(160,169,205)
#A8B0D1
(168,176,209)
#B0B7D5
(176,183,213)
#B8BED9
(184,190,217)
#C0C5DD
(192,197,221)
#C8CCE1
(200,204,225)
#D0D3E5
(208,211,229)
#D8DAE9
(216,218,233)
#E0E1ED
(224,225,237)
#E8E8F1
(232,232,241)
#F0EFF5
(240,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0A9CD; }

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

This text font color is #A0A9CD.


Background Color

.myBgColor { background-color: #A0A9CD; }

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

This div background color is #A0A9CD.


Border color

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

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

This div border color is #A0A9CD.


Opacity

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

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

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

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

This text has shadow with #A0A9CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0A9CD on black background.


Color preview on white background

This text has color #A0A9CD on white background.



Black color preview on #A0A9CD background

This text has black color on #A0A9CD background.


White color preview on #A0A9CD background

This text has white color on #A0A9CD background.