COLOR #AAA5CD

HEX: #AAA5CD
RGB: (170,165,205)

Color info

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

RGB color model

#AAA5CD color RGB value is (170,165,205).

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

RGB channels and saturation

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

170
165
205

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

Portions of RGB colors in percentages

R + G + B =
170 + 165 + 205 = 540 (100%)
R 170 of 540 ~ 31.48%
G 165 of 540 ~ 30.56%
B 205 of 540 ~ 37.96%

%31.48
%30.56
%37.96

CMYK color model

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

  • cyan value is 17.07%
  • magenta value is 19.51%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(17,20,0,20)
C17M20Y0K20 
(17%,20%,0%,20%)
(0.17/0.20/0.00/0.20)	

CMYK percentages

%17.07
%19.51
%0
%19.61

Codes

Color #AAA5CD in popluar color models

AAA5CD
RGB170165205
HSL248°28.57%72.55%
HSB/HSV248°19.51%80.39%
CMYK17.07%19.51%0.00%
19.61%

Color #AAA5CD in popluar number systems.

HEXAAA5CD
Decimal170165205
Binary101010101010010111001101
Octal252245315

Shades and tints

Shades of #AAA5CD

#AAA5CD
(170,165,205)
#9B96BB
(155,150,187)
#8C87A9
(140,135,169)
#7D7897
(125,120,151)
#6E6985
(110,105,133)
#5F5A73
(95,90,115)
#504B61
(80,75,97)
#413C4F
(65,60,79)
#322D3D
(50,45,61)
#231E2B
(35,30,43)
#140F19
(20,15,25)
#000000
(0,0,0)

Tints of #AAA5CD

#AAA5CD
(170,165,205)
#B1ADD1
(177,173,209)
#B8B5D5
(184,181,213)
#BFBDD9
(191,189,217)
#C6C5DD
(198,197,221)
#CDCDE1
(205,205,225)
#D4D5E5
(212,213,229)
#DBDDE9
(219,221,233)
#E2E5ED
(226,229,237)
#E9EDF1
(233,237,241)
#F0F5F5
(240,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAA5CD; }

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

This text font color is #AAA5CD.


Background Color

.myBgColor { background-color: #AAA5CD; }

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

This div background color is #AAA5CD.


Border color

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

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

This div border color is #AAA5CD.


Opacity

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

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

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

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

This text has shadow with #AAA5CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAA5CD on black background.


Color preview on white background

This text has color #AAA5CD on white background.



Black color preview on #AAA5CD background

This text has black color on #AAA5CD background.


White color preview on #AAA5CD background

This text has white color on #AAA5CD background.