COLOR #A3ABD9

HEX: #A3ABD9
RGB: (163,171,217)

Color info

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

RGB color model

#A3ABD9 color RGB value is (163,171,217).

  • red value is 163;
  • green value is 171;
  • blue value is 217.
RGB:
(163,171,217)
(64%,67%,85%)

RGB channels and saturation

R 163 of 255 = 64%
G 171 of 255 = 67%
B 217 of 255 = 85%

163
171
217

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

Portions of RGB colors in percentages

R + G + B =
163 + 171 + 217 = 551 (100%)
R 163 of 551 ~ 29.58%
G 171 of 551 ~ 31.03%
B 217 of 551 ~ 39.38%

%29.58
%31.03
%39.38

CMYK color model

#A3ABD9 color CMYK value is (25,21,0,15).

  • cyan value is 24.88%
  • magenta value is 21.20%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(25,21,0,15)
C25M21Y0K15 
(25%,21%,0%,15%)
(0.25/0.21/0.00/0.15)	

CMYK percentages

%24.88
%21.2
%0
%14.9

Codes

Color #A3ABD9 in popluar color models

A3ABD9
RGB163171217
HSL231°41.54%74.51%
HSB/HSV231°24.88%85.10%
CMYK24.88%21.20%0.00%
14.90%

Color #A3ABD9 in popluar number systems.

HEXA3ABD9
Decimal163171217
Binary101000111010101111011001
Octal243253331

Shades and tints

Shades of #A3ABD9

#A3ABD9
(163,171,217)
#959CC6
(149,156,198)
#878DB3
(135,141,179)
#797EA0
(121,126,160)
#6B6F8D
(107,111,141)
#5D607A
(93,96,122)
#4F5167
(79,81,103)
#414254
(65,66,84)
#333341
(51,51,65)
#25242E
(37,36,46)
#17151B
(23,21,27)
#000000
(0,0,0)

Tints of #A3ABD9

#A3ABD9
(163,171,217)
#ABB2DC
(171,178,220)
#B3B9DF
(179,185,223)
#BBC0E2
(187,192,226)
#C3C7E5
(195,199,229)
#CBCEE8
(203,206,232)
#D3D5EB
(211,213,235)
#DBDCEE
(219,220,238)
#E3E3F1
(227,227,241)
#EBEAF4
(235,234,244)
#F3F1F7
(243,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3ABD9 color. Also use rgb(163,171,217) instead hex code.

Text Font Color

.myTextColor { color: #A3ABD9; }

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

This text font color is #A3ABD9.


Background Color

.myBgColor { background-color: #A3ABD9; }

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

This div background color is #A3ABD9.


Border color

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

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

This div border color is #A3ABD9.


Opacity

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

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

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

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

This text has shadow with #A3ABD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3ABD9 on black background.


Color preview on white background

This text has color #A3ABD9 on white background.



Black color preview on #A3ABD9 background

This text has black color on #A3ABD9 background.


White color preview on #A3ABD9 background

This text has white color on #A3ABD9 background.