COLOR #A2A5CD

HEX: #A2A5CD
RGB: (162,165,205)

Color info

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

RGB color model

#A2A5CD color RGB value is (162,165,205).

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

RGB channels and saturation

R 162 of 255 = 64%
G 165 of 255 = 65%
B 205 of 255 = 80%

162
165
205

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

Portions of RGB colors in percentages

R + G + B =
162 + 165 + 205 = 532 (100%)
R 162 of 532 ~ 30.45%
G 165 of 532 ~ 31.02%
B 205 of 532 ~ 38.53%

%30.45
%31.02
%38.53

CMYK color model

#A2A5CD color CMYK value is (21,20,0,20).

  • cyan value is 20.98%
  • magenta value is 19.51%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(21,20,0,20)
C21M20Y0K20 
(21%,20%,0%,20%)
(0.21/0.20/0.00/0.20)	

CMYK percentages

%20.98
%19.51
%0
%19.61

Codes

Color #A2A5CD in popluar color models

A2A5CD
RGB162165205
HSL236°30.07%71.96%
HSB/HSV236°20.98%80.39%
CMYK20.98%19.51%0.00%
19.61%

Color #A2A5CD in popluar number systems.

HEXA2A5CD
Decimal162165205
Binary101000101010010111001101
Octal242245315

Shades and tints

Shades of #A2A5CD

#A2A5CD
(162,165,205)
#9496BB
(148,150,187)
#8687A9
(134,135,169)
#787897
(120,120,151)
#6A6985
(106,105,133)
#5C5A73
(92,90,115)
#4E4B61
(78,75,97)
#403C4F
(64,60,79)
#322D3D
(50,45,61)
#241E2B
(36,30,43)
#160F19
(22,15,25)
#000000
(0,0,0)

Tints of #A2A5CD

#A2A5CD
(162,165,205)
#AAADD1
(170,173,209)
#B2B5D5
(178,181,213)
#BABDD9
(186,189,217)
#C2C5DD
(194,197,221)
#CACDE1
(202,205,225)
#D2D5E5
(210,213,229)
#DADDE9
(218,221,233)
#E2E5ED
(226,229,237)
#EAEDF1
(234,237,241)
#F2F5F5
(242,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2A5CD; }

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

This text font color is #A2A5CD.


Background Color

.myBgColor { background-color: #A2A5CD; }

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

This div background color is #A2A5CD.


Border color

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

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

This div border color is #A2A5CD.


Opacity

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

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

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

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

This text has shadow with #A2A5CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2A5CD on black background.


Color preview on white background

This text has color #A2A5CD on white background.



Black color preview on #A2A5CD background

This text has black color on #A2A5CD background.


White color preview on #A2A5CD background

This text has white color on #A2A5CD background.