COLOR #A3A5CE

HEX: #A3A5CE RGB: (163,165,206)

Color info

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

RGB color model

#A3A5CE color RGB value is (163,165,206).

RGB: (163,165,206) (64%, 65%, 81%)

RGB channels and saturation

R 163 of 255 = 64%
G 165 of 255 = 65%
B 206 of 255 = 81%

163
165
206

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

Portions of RGB colors in percentages

R + G + B = 163 + 165 + 206 = 534 (100%)
R 163 of 534 ~ 30.52%
G 165 of 534 ~ 30.9%
B 206 of 534 ~ 38.58'%

%30.52
%30.9
%38.58

CMYK color model

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

  • cyan value is 20.87%
  • magenta value is 19.90%
  • yellow value is 0.00%
  • key color value is 19.22%

CMYK: (21,20,0,19)
C21M20Y0K19 (21%, 20%, 0%, 19%)
(0.21 / 0.20 / 0.00 / 0.19)

CMYK percentages

%20.87
%19.9
%0
%19.22

Codes

Color #A3A5CE in popluar color models

A3 A5 CE
RGB 163 165 206
HSL 237° 30.50% 72.35%
HSB/HSV 237° 20.87% 80.78%
CMYK 20.87% 19.90% 0.00%
19.22%

Color #A3A5CE in popluar number systems.

HEX A3 A5 CE
Decimal 163 165 206
Binary 10100011 10100101 11001110
Octal 243 245 316

Shades and tints

Shades of #A3A5CE

#A3A5CE
(163,165,206)
#9596BC
(149,150,188)
#8787AA
(135,135,170)
#797898
(121,120,152)
#6B6986
(107,105,134)
#5D5A74
(93,90,116)
#4F4B62
(79,75,98)
#413C50
(65,60,80)
#332D3E
(51,45,62)
#251E2C
(37,30,44)
#170F1A
(23,15,26)
#000000
(0,0,0)

Tints of #A3A5CE

#A3A5CE
(163,165,206)
#ABADD2
(171,173,210)
#B3B5D6
(179,181,214)
#BBBDDA
(187,189,218)
#C3C5DE
(195,197,222)
#CBCDE2
(203,205,226)
#D3D5E6
(211,213,230)
#DBDDEA
(219,221,234)
#E3E5EE
(227,229,238)
#EBEDF2
(235,237,242)
#F3F5F6
(243,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3A5CE color. Also use rgb(163,165,206) instead hex code.

Text Font Color

.myTextColor { color: #A3A5CE; }

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

This text font color is #A3A5CE.

Background Color

.myBgColor { background-color: #A3A5CE; }

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

This div background color is #A3A5CE.

Border color

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

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

This div border color is #A3A5CE.

Opacity

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

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

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

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

This text has shadow with #A3A5CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3A5CE.

Preview

Color preview on black background

This text has color #A3A5CE on black background.


Color preview on white background

This text has color #A3A5CE on white background.


Black color preview on #A3A5CE background

This text has black color on #A3A5CE background.


White color preview on #A3A5CE background

This text has white color on #A3A5CE background.


Related colors

Complementary color

Complementary color for #hex is #5C5A31.


I love getcolorcode.com

Triadic colors

1 #CEA3A5 and #A5CEA3 with #A3A5CE are triadic colors.

2 #CEA5A3 and #A5A3CE with #A3A5CE are triadic colors.