COLOR #A3AED4

HEX: #A3AED4
RGB: (163,174,212)

Color info

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

RGB color model

#A3AED4 color RGB value is (163,174,212).

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

RGB channels and saturation

R 163 of 255 = 64%
G 174 of 255 = 68%
B 212 of 255 = 83%

163
174
212

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

Portions of RGB colors in percentages

R + G + B =
163 + 174 + 212 = 549 (100%)
R 163 of 549 ~ 29.69%
G 174 of 549 ~ 31.69%
B 212 of 549 ~ 38.62%

%29.69
%31.69
%38.62

CMYK color model

#A3AED4 color CMYK value is (23,18,0,17).

  • cyan value is 23.11%
  • magenta value is 17.92%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(23,18,0,17)
C23M18Y0K17 
(23%,18%,0%,17%)
(0.23/0.18/0.00/0.17)	

CMYK percentages

%23.11
%17.92
%0
%16.86

Codes

Color #A3AED4 in popluar color models

A3AED4
RGB163174212
HSL227°36.30%73.53%
HSB/HSV227°23.11%83.14%
CMYK23.11%17.92%0.00%
16.86%

Color #A3AED4 in popluar number systems.

HEXA3AED4
Decimal163174212
Binary101000111010111011010100
Octal243256324

Shades and tints

Shades of #A3AED4

#A3AED4
(163,174,212)
#959FC1
(149,159,193)
#8790AE
(135,144,174)
#79819B
(121,129,155)
#6B7288
(107,114,136)
#5D6375
(93,99,117)
#4F5462
(79,84,98)
#41454F
(65,69,79)
#33363C
(51,54,60)
#252729
(37,39,41)
#171816
(23,24,22)
#000000
(0,0,0)

Tints of #A3AED4

#A3AED4
(163,174,212)
#ABB5D7
(171,181,215)
#B3BCDA
(179,188,218)
#BBC3DD
(187,195,221)
#C3CAE0
(195,202,224)
#CBD1E3
(203,209,227)
#D3D8E6
(211,216,230)
#DBDFE9
(219,223,233)
#E3E6EC
(227,230,236)
#EBEDEF
(235,237,239)
#F3F4F2
(243,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3AED4; }

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

This text font color is #A3AED4.


Background Color

.myBgColor { background-color: #A3AED4; }

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

This div background color is #A3AED4.


Border color

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

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

This div border color is #A3AED4.


Opacity

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

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

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

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

This text has shadow with #A3AED4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3AED4 on black background.


Color preview on white background

This text has color #A3AED4 on white background.



Black color preview on #A3AED4 background

This text has black color on #A3AED4 background.


White color preview on #A3AED4 background

This text has white color on #A3AED4 background.