COLOR #A3AAD7

HEX: #A3AAD7
RGB: (163,170,215)

Color info

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

RGB color model

#A3AAD7 color RGB value is (163,170,215).

  • red value is 163;
  • green value is 170;
  • blue value is 215.
RGB:
(163,170,215)
(64%,67%,84%)

RGB channels and saturation

R 163 of 255 = 64%
G 170 of 255 = 67%
B 215 of 255 = 84%

163
170
215

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

Portions of RGB colors in percentages

R + G + B =
163 + 170 + 215 = 548 (100%)
R 163 of 548 ~ 29.74%
G 170 of 548 ~ 31.02%
B 215 of 548 ~ 39.23%

%29.74
%31.02
%39.23

CMYK color model

#A3AAD7 color CMYK value is (24,21,0,16).

  • cyan value is 24.19%
  • magenta value is 20.93%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(24,21,0,16)
C24M21Y0K16 
(24%,21%,0%,16%)
(0.24/0.21/0.00/0.16)	

CMYK percentages

%24.19
%20.93
%0
%15.69

Codes

Color #A3AAD7 in popluar color models

A3AAD7
RGB163170215
HSL232°39.39%74.12%
HSB/HSV232°24.19%84.31%
CMYK24.19%20.93%0.00%
15.69%

Color #A3AAD7 in popluar number systems.

HEXA3AAD7
Decimal163170215
Binary101000111010101011010111
Octal243252327

Shades and tints

Shades of #A3AAD7

#A3AAD7
(163,170,215)
#959BC4
(149,155,196)
#878CB1
(135,140,177)
#797D9E
(121,125,158)
#6B6E8B
(107,110,139)
#5D5F78
(93,95,120)
#4F5065
(79,80,101)
#414152
(65,65,82)
#33323F
(51,50,63)
#25232C
(37,35,44)
#171419
(23,20,25)
#000000
(0,0,0)

Tints of #A3AAD7

#A3AAD7
(163,170,215)
#ABB1DA
(171,177,218)
#B3B8DD
(179,184,221)
#BBBFE0
(187,191,224)
#C3C6E3
(195,198,227)
#CBCDE6
(203,205,230)
#D3D4E9
(211,212,233)
#DBDBEC
(219,219,236)
#E3E2EF
(227,226,239)
#EBE9F2
(235,233,242)
#F3F0F5
(243,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3AAD7 color. Also use rgb(163,170,215) instead hex code.

Text Font Color

.myTextColor { color: #A3AAD7; }

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

This text font color is #A3AAD7.


Background Color

.myBgColor { background-color: #A3AAD7; }

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

This div background color is #A3AAD7.


Border color

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

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

This div border color is #A3AAD7.


Opacity

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

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

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

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

This text has shadow with #A3AAD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3AAD7 on black background.


Color preview on white background

This text has color #A3AAD7 on white background.



Black color preview on #A3AAD7 background

This text has black color on #A3AAD7 background.


White color preview on #A3AAD7 background

This text has white color on #A3AAD7 background.