COLOR #A3AED6

HEX: #A3AED6
RGB: (163,174,214)

Color info

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

RGB color model

#A3AED6 color RGB value is (163,174,214).

  • red value is 163;
  • green value is 174;
  • blue value is 214.
RGB:
(163,174,214)
(64%,68%,84%)

RGB channels and saturation

R 163 of 255 = 64%
G 174 of 255 = 68%
B 214 of 255 = 84%

163
174
214

R + G + B ~ 72%. #A3AED6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 174 + 214 = 551 (100%)
R 163 of 551 ~ 29.58%
G 174 of 551 ~ 31.58%
B 214 of 551 ~ 38.84%

%29.58
%31.58
%38.84

CMYK color model

#A3AED6 color CMYK value is (24,19,0,16).

  • cyan value is 23.83%
  • magenta value is 18.69%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(24,19,0,16)
C24M19Y0K16 
(24%,19%,0%,16%)
(0.24/0.19/0.00/0.16)	

CMYK percentages

%23.83
%18.69
%0
%16.08

Codes

Color #A3AED6 in popluar color models

A3AED6
RGB163174214
HSL227°38.35%73.92%
HSB/HSV227°23.83%83.92%
CMYK23.83%18.69%0.00%
16.08%

Color #A3AED6 in popluar number systems.

HEXA3AED6
Decimal163174214
Binary101000111010111011010110
Octal243256326

Shades and tints

Shades of #A3AED6

#A3AED6
(163,174,214)
#959FC3
(149,159,195)
#8790B0
(135,144,176)
#79819D
(121,129,157)
#6B728A
(107,114,138)
#5D6377
(93,99,119)
#4F5464
(79,84,100)
#414551
(65,69,81)
#33363E
(51,54,62)
#25272B
(37,39,43)
#171818
(23,24,24)
#000000
(0,0,0)

Tints of #A3AED6

#A3AED6
(163,174,214)
#ABB5D9
(171,181,217)
#B3BCDC
(179,188,220)
#BBC3DF
(187,195,223)
#C3CAE2
(195,202,226)
#CBD1E5
(203,209,229)
#D3D8E8
(211,216,232)
#DBDFEB
(219,223,235)
#E3E6EE
(227,230,238)
#EBEDF1
(235,237,241)
#F3F4F4
(243,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3AED6 color. Also use rgb(163,174,214) instead hex code.

Text Font Color

.myTextColor { color: #A3AED6; }

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

This text font color is #A3AED6.


Background Color

.myBgColor { background-color: #A3AED6; }

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

This div background color is #A3AED6.


Border color

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

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

This div border color is #A3AED6.


Opacity

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

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

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

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

This text has shadow with #A3AED6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3AED6 on black background.


Color preview on white background

This text has color #A3AED6 on white background.



Black color preview on #A3AED6 background

This text has black color on #A3AED6 background.


White color preview on #A3AED6 background

This text has white color on #A3AED6 background.