COLOR #A3A7EF

HEX: #A3A7EF
RGB: (163,167,239)

Color info

#A3A7EF contains mainly blue color. Web safe color of #A3A7EF is #9999FF (or #99F).

RGB color model

#A3A7EF color RGB value is (163,167,239).

  • red value is 163;
  • green value is 167;
  • blue value is 239.
RGB:
(163,167,239)
(64%,65%,94%)

RGB channels and saturation

R 163 of 255 = 64%
G 167 of 255 = 65%
B 239 of 255 = 94%

163
167
239

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

Portions of RGB colors in percentages

R + G + B =
163 + 167 + 239 = 569 (100%)
R 163 of 569 ~ 28.65%
G 167 of 569 ~ 29.35%
B 239 of 569 ~ 42%

%28.65
%29.35
%42

CMYK color model

#A3A7EF color CMYK value is (32,30,0,6).

  • cyan value is 31.80%
  • magenta value is 30.13%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(32,30,0,6)
C32M30Y0K6 
(32%,30%,0%,6%)
(0.32/0.30/0.00/0.06)	

CMYK percentages

%31.8
%30.13
%0
%6.27

Codes

Color #A3A7EF in popluar color models

A3A7EF
RGB163167239
HSL237°70.37%78.82%
HSB/HSV237°31.80%93.73%
CMYK31.80%30.13%0.00%
6.27%

Color #A3A7EF in popluar number systems.

HEXA3A7EF
Decimal163167239
Binary101000111010011111101111
Octal243247357

Shades and tints

Shades of #A3A7EF

#A3A7EF
(163,167,239)
#9598DA
(149,152,218)
#8789C5
(135,137,197)
#797AB0
(121,122,176)
#6B6B9B
(107,107,155)
#5D5C86
(93,92,134)
#4F4D71
(79,77,113)
#413E5C
(65,62,92)
#332F47
(51,47,71)
#252032
(37,32,50)
#17111D
(23,17,29)
#000000
(0,0,0)

Tints of #A3A7EF

#A3A7EF
(163,167,239)
#ABAFF0
(171,175,240)
#B3B7F1
(179,183,241)
#BBBFF2
(187,191,242)
#C3C7F3
(195,199,243)
#CBCFF4
(203,207,244)
#D3D7F5
(211,215,245)
#DBDFF6
(219,223,246)
#E3E7F7
(227,231,247)
#EBEFF8
(235,239,248)
#F3F7F9
(243,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3A7EF color. Also use rgb(163,167,239) instead hex code.

Text Font Color

.myTextColor { color: #A3A7EF; }

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

This text font color is #A3A7EF.


Background Color

.myBgColor { background-color: #A3A7EF; }

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

This div background color is #A3A7EF.


Border color

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

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

This div border color is #A3A7EF.


Opacity

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

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

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

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

This text has shadow with #A3A7EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3A7EF on black background.


Color preview on white background

This text has color #A3A7EF on white background.



Black color preview on #A3A7EF background

This text has black color on #A3A7EF background.


White color preview on #A3A7EF background

This text has white color on #A3A7EF background.