COLOR #A3AFE5

HEX: #A3AFE5
RGB: (163,175,229)

Color info

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

RGB color model

#A3AFE5 color RGB value is (163,175,229).

  • red value is 163;
  • green value is 175;
  • blue value is 229.
RGB:
(163,175,229)
(64%,69%,90%)

RGB channels and saturation

R 163 of 255 = 64%
G 175 of 255 = 69%
B 229 of 255 = 90%

163
175
229

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

Portions of RGB colors in percentages

R + G + B =
163 + 175 + 229 = 567 (100%)
R 163 of 567 ~ 28.75%
G 175 of 567 ~ 30.86%
B 229 of 567 ~ 40.39%

%28.75
%30.86
%40.39

CMYK color model

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

  • cyan value is 28.82%
  • magenta value is 23.58%
  • 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
%23.58
%0
%10.2

Codes

Color #A3AFE5 in popluar color models

A3AFE5
RGB163175229
HSL229°55.93%76.86%
HSB/HSV229°28.82%89.80%
CMYK28.82%23.58%0.00%
10.20%

Color #A3AFE5 in popluar number systems.

HEXA3AFE5
Decimal163175229
Binary101000111010111111100101
Octal243257345

Shades and tints

Shades of #A3AFE5

#A3AFE5
(163,175,229)
#95A0D1
(149,160,209)
#8791BD
(135,145,189)
#7982A9
(121,130,169)
#6B7395
(107,115,149)
#5D6481
(93,100,129)
#4F556D
(79,85,109)
#414659
(65,70,89)
#333745
(51,55,69)
#252831
(37,40,49)
#17191D
(23,25,29)
#000000
(0,0,0)

Tints of #A3AFE5

#A3AFE5
(163,175,229)
#ABB6E7
(171,182,231)
#B3BDE9
(179,189,233)
#BBC4EB
(187,196,235)
#C3CBED
(195,203,237)
#CBD2EF
(203,210,239)
#D3D9F1
(211,217,241)
#DBE0F3
(219,224,243)
#E3E7F5
(227,231,245)
#EBEEF7
(235,238,247)
#F3F5F9
(243,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3AFE5; }

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

This text font color is #A3AFE5.


Background Color

.myBgColor { background-color: #A3AFE5; }

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

This div background color is #A3AFE5.


Border color

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

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

This div border color is #A3AFE5.


Opacity

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

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

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

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

This text has shadow with #A3AFE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3AFE5 on black background.


Color preview on white background

This text has color #A3AFE5 on white background.



Black color preview on #A3AFE5 background

This text has black color on #A3AFE5 background.


White color preview on #A3AFE5 background

This text has white color on #A3AFE5 background.