COLOR #A3ADF3

HEX: #A3ADF3
RGB: (163,173,243)

Color info

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

RGB color model

#A3ADF3 color RGB value is (163,173,243).

  • red value is 163;
  • green value is 173;
  • blue value is 243.
RGB:
(163,173,243)
(64%,68%,95%)

RGB channels and saturation

R 163 of 255 = 64%
G 173 of 255 = 68%
B 243 of 255 = 95%

163
173
243

R + G + B ~ 76%. #A3ADF3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 173 + 243 = 579 (100%)
R 163 of 579 ~ 28.15%
G 173 of 579 ~ 29.88%
B 243 of 579 ~ 41.97%

%28.15
%29.88
%41.97

CMYK color model

#A3ADF3 color CMYK value is (33,29,0,5).

  • cyan value is 32.92%
  • magenta value is 28.81%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(33,29,0,5)
C33M29Y0K5 
(33%,29%,0%,5%)
(0.33/0.29/0.00/0.05)	

CMYK percentages

%32.92
%28.81
%0
%4.71

Codes

Color #A3ADF3 in popluar color models

A3ADF3
RGB163173243
HSL233°76.92%79.61%
HSB/HSV233°32.92%95.29%
CMYK32.92%28.81%0.00%
4.71%

Color #A3ADF3 in popluar number systems.

HEXA3ADF3
Decimal163173243
Binary101000111010110111110011
Octal243255363

Shades and tints

Shades of #A3ADF3

#A3ADF3
(163,173,243)
#959EDD
(149,158,221)
#878FC7
(135,143,199)
#7980B1
(121,128,177)
#6B719B
(107,113,155)
#5D6285
(93,98,133)
#4F536F
(79,83,111)
#414459
(65,68,89)
#333543
(51,53,67)
#25262D
(37,38,45)
#171717
(23,23,23)
#000000
(0,0,0)

Tints of #A3ADF3

#A3ADF3
(163,173,243)
#ABB4F4
(171,180,244)
#B3BBF5
(179,187,245)
#BBC2F6
(187,194,246)
#C3C9F7
(195,201,247)
#CBD0F8
(203,208,248)
#D3D7F9
(211,215,249)
#DBDEFA
(219,222,250)
#E3E5FB
(227,229,251)
#EBECFC
(235,236,252)
#F3F3FD
(243,243,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3ADF3 color. Also use rgb(163,173,243) instead hex code.

Text Font Color

.myTextColor { color: #A3ADF3; }

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

This text font color is #A3ADF3.


Background Color

.myBgColor { background-color: #A3ADF3; }

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

This div background color is #A3ADF3.


Border color

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

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

This div border color is #A3ADF3.


Opacity

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

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

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

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

This text has shadow with #A3ADF3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3ADF3 on black background.


Color preview on white background

This text has color #A3ADF3 on white background.



Black color preview on #A3ADF3 background

This text has black color on #A3ADF3 background.


White color preview on #A3ADF3 background

This text has white color on #A3ADF3 background.