COLOR #A5A9CD

HEX: #A5A9CD
RGB: (165,169,205)

Color info

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

RGB color model

#A5A9CD color RGB value is (165,169,205).

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

RGB channels and saturation

R 165 of 255 = 65%
G 169 of 255 = 66%
B 205 of 255 = 80%

165
169
205

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

Portions of RGB colors in percentages

R + G + B =
165 + 169 + 205 = 539 (100%)
R 165 of 539 ~ 30.61%
G 169 of 539 ~ 31.35%
B 205 of 539 ~ 38.03%

%30.61
%31.35
%38.03

CMYK color model

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

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

CMYK percentages

%19.51
%17.56
%0
%19.61

Codes

Color #A5A9CD in popluar color models

A5A9CD
RGB165169205
HSL234°28.57%72.55%
HSB/HSV234°19.51%80.39%
CMYK19.51%17.56%0.00%
19.61%

Color #A5A9CD in popluar number systems.

HEXA5A9CD
Decimal165169205
Binary101001011010100111001101
Octal245251315

Shades and tints

Shades of #A5A9CD

#A5A9CD
(165,169,205)
#969ABB
(150,154,187)
#878BA9
(135,139,169)
#787C97
(120,124,151)
#696D85
(105,109,133)
#5A5E73
(90,94,115)
#4B4F61
(75,79,97)
#3C404F
(60,64,79)
#2D313D
(45,49,61)
#1E222B
(30,34,43)
#0F1319
(15,19,25)
#000000
(0,0,0)

Tints of #A5A9CD

#A5A9CD
(165,169,205)
#ADB0D1
(173,176,209)
#B5B7D5
(181,183,213)
#BDBED9
(189,190,217)
#C5C5DD
(197,197,221)
#CDCCE1
(205,204,225)
#D5D3E5
(213,211,229)
#DDDAE9
(221,218,233)
#E5E1ED
(229,225,237)
#EDE8F1
(237,232,241)
#F5EFF5
(245,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5A9CD; }

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

This text font color is #A5A9CD.


Background Color

.myBgColor { background-color: #A5A9CD; }

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

This div background color is #A5A9CD.


Border color

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

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

This div border color is #A5A9CD.


Opacity

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

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

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

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

This text has shadow with #A5A9CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5A9CD on black background.


Color preview on white background

This text has color #A5A9CD on white background.



Black color preview on #A5A9CD background

This text has black color on #A5A9CD background.


White color preview on #A5A9CD background

This text has white color on #A5A9CD background.