COLOR #A3ADE5

HEX: #A3ADE5 RGB: (163,173,229)

Color info

#A3ADE5 contains mainly green and blue colors. Web safe color of #A3ADE5 is #9999CC (or #99C).

RGB color model

#A3ADE5 color RGB value is (163,173,229).

RGB: (163,173,229) (64%, 68%, 90%)

RGB channels and saturation

R 163 of 255 = 64%
G 173 of 255 = 68%
B 229 of 255 = 90%

163
173
229

R + G + B ~ 74%. #A3ADE5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 163 + 173 + 229 = 565 (100%)
R 163 of 565 ~ 28.85%
G 173 of 565 ~ 30.62%
B 229 of 565 ~ 40.53'%

%28.85
%30.62
%40.53

CMYK color model

#A3ADE5 color CMYK value is (29,24,0,10).

  • cyan value is 28.82%
  • magenta value is 24.45%
  • yellow value is 0.00%
  • key color value is 10.20%

CMYK: (29,24,0,10)
C29M24Y0K10 (29%, 24%, 0%, 10%)
(0.29 / 0.24 / 0.00 / 0.10)

CMYK percentages

%28.82
%24.45
%0
%10.2

Codes

Color #A3ADE5 in popluar color models

A3 AD E5
RGB 163 173 229
HSL 231° 55.93% 76.86%
HSB/HSV 231° 28.82% 89.80%
CMYK 28.82% 24.45% 0.00%
10.20%

Color #A3ADE5 in popluar number systems.

HEX A3 AD E5
Decimal 163 173 229
Binary 10100011 10101101 11100101
Octal 243 255 345

Shades and tints

Shades of #A3ADE5

#A3ADE5
(163,173,229)
#959ED1
(149,158,209)
#878FBD
(135,143,189)
#7980A9
(121,128,169)
#6B7195
(107,113,149)
#5D6281
(93,98,129)
#4F536D
(79,83,109)
#414459
(65,68,89)
#333545
(51,53,69)
#252631
(37,38,49)
#17171D
(23,23,29)
#000000
(0,0,0)

Tints of #A3ADE5

#A3ADE5
(163,173,229)
#ABB4E7
(171,180,231)
#B3BBE9
(179,187,233)
#BBC2EB
(187,194,235)
#C3C9ED
(195,201,237)
#CBD0EF
(203,208,239)
#D3D7F1
(211,215,241)
#DBDEF3
(219,222,243)
#E3E5F5
(227,229,245)
#EBECF7
(235,236,247)
#F3F3F9
(243,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3ADE5 color. Also use rgb(163,173,229) instead hex code.

Text Font Color

.myTextColor { color: #A3ADE5; }

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

This text font color is #A3ADE5.

Background Color

.myBgColor { background-color: #A3ADE5; }

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

This div background color is #A3ADE5.

Border color

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

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

This div border color is #A3ADE5.

Opacity

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

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

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

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

This text has shadow with #A3ADE5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3ADE5.

Preview

Color preview on black background

This text has color #A3ADE5 on black background.


Color preview on white background

This text has color #A3ADE5 on white background.


Black color preview on #A3ADE5 background

This text has black color on #A3ADE5 background.


White color preview on #A3ADE5 background

This text has white color on #A3ADE5 background.


Related colors

Complementary color

Complementary color for #hex is #5C521A.


I love getcolorcode.com

Triadic colors

1 #E5A3AD and #ADE5A3 with #A3ADE5 are triadic colors.

2 #E5ADA3 and #ADA3E5 with #A3ADE5 are triadic colors.