COLOR #A2A5C3

HEX: #A2A5C3
RGB: (162,165,195)

Color info

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

RGB color model

#A2A5C3 color RGB value is (162,165,195).

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

RGB channels and saturation

R 162 of 255 = 64%
G 165 of 255 = 65%
B 195 of 255 = 76%

162
165
195

R + G + B ~ 68%. #A2A5C3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
162 + 165 + 195 = 522 (100%)
R 162 of 522 ~ 31.03%
G 165 of 522 ~ 31.61%
B 195 of 522 ~ 37.36%

%31.03
%31.61
%37.36

CMYK color model

#A2A5C3 color CMYK value is (17,15,0,24).

  • cyan value is 16.92%
  • magenta value is 15.38%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(17,15,0,24)
C17M15Y0K24 
(17%,15%,0%,24%)
(0.17/0.15/0.00/0.24)	

CMYK percentages

%16.92
%15.38
%0
%23.53

Codes

Color #A2A5C3 in popluar color models

A2A5C3
RGB162165195
HSL235°21.57%70.00%
HSB/HSV235°16.92%76.47%
CMYK16.92%15.38%0.00%
23.53%

Color #A2A5C3 in popluar number systems.

HEXA2A5C3
Decimal162165195
Binary101000101010010111000011
Octal242245303

Shades and tints

Shades of #A2A5C3

#A2A5C3
(162,165,195)
#9496B2
(148,150,178)
#8687A1
(134,135,161)
#787890
(120,120,144)
#6A697F
(106,105,127)
#5C5A6E
(92,90,110)
#4E4B5D
(78,75,93)
#403C4C
(64,60,76)
#322D3B
(50,45,59)
#241E2A
(36,30,42)
#160F19
(22,15,25)
#000000
(0,0,0)

Tints of #A2A5C3

#A2A5C3
(162,165,195)
#AAADC8
(170,173,200)
#B2B5CD
(178,181,205)
#BABDD2
(186,189,210)
#C2C5D7
(194,197,215)
#CACDDC
(202,205,220)
#D2D5E1
(210,213,225)
#DADDE6
(218,221,230)
#E2E5EB
(226,229,235)
#EAEDF0
(234,237,240)
#F2F5F5
(242,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2A5C3; }

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

This text font color is #A2A5C3.


Background Color

.myBgColor { background-color: #A2A5C3; }

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

This div background color is #A2A5C3.


Border color

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

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

This div border color is #A2A5C3.


Opacity

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

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

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

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

This text has shadow with #A2A5C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2A5C3 on black background.


Color preview on white background

This text has color #A2A5C3 on white background.



Black color preview on #A2A5C3 background

This text has black color on #A2A5C3 background.


White color preview on #A2A5C3 background

This text has white color on #A2A5C3 background.