COLOR #A3ADEB

HEX: #A3ADEB
RGB: (163,173,235)

Color info

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

RGB color model

#A3ADEB color RGB value is (163,173,235).

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

RGB channels and saturation

R 163 of 255 = 64%
G 173 of 255 = 68%
B 235 of 255 = 92%

163
173
235

R + G + B ~ 75%. #A3ADEB is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 173 + 235 = 571 (100%)
R 163 of 571 ~ 28.55%
G 173 of 571 ~ 30.3%
B 235 of 571 ~ 41.16%

%28.55
%30.3
%41.16

CMYK color model

#A3ADEB color CMYK value is (31,26,0,8).

  • cyan value is 30.64%
  • magenta value is 26.38%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(31,26,0,8)
C31M26Y0K8 
(31%,26%,0%,8%)
(0.31/0.26/0.00/0.08)	

CMYK percentages

%30.64
%26.38
%0
%7.84

Codes

Color #A3ADEB in popluar color models

A3ADEB
RGB163173235
HSL232°64.29%78.04%
HSB/HSV232°30.64%92.16%
CMYK30.64%26.38%0.00%
7.84%

Color #A3ADEB in popluar number systems.

HEXA3ADEB
Decimal163173235
Binary101000111010110111101011
Octal243255353

Shades and tints

Shades of #A3ADEB

#A3ADEB
(163,173,235)
#959ED6
(149,158,214)
#878FC1
(135,143,193)
#7980AC
(121,128,172)
#6B7197
(107,113,151)
#5D6282
(93,98,130)
#4F536D
(79,83,109)
#414458
(65,68,88)
#333543
(51,53,67)
#25262E
(37,38,46)
#171719
(23,23,25)
#000000
(0,0,0)

Tints of #A3ADEB

#A3ADEB
(163,173,235)
#ABB4EC
(171,180,236)
#B3BBED
(179,187,237)
#BBC2EE
(187,194,238)
#C3C9EF
(195,201,239)
#CBD0F0
(203,208,240)
#D3D7F1
(211,215,241)
#DBDEF2
(219,222,242)
#E3E5F3
(227,229,243)
#EBECF4
(235,236,244)
#F3F3F5
(243,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3ADEB; }

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

This text font color is #A3ADEB.


Background Color

.myBgColor { background-color: #A3ADEB; }

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

This div background color is #A3ADEB.


Border color

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

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

This div border color is #A3ADEB.


Opacity

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

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

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

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

This text has shadow with #A3ADEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3ADEB on black background.


Color preview on white background

This text has color #A3ADEB on white background.



Black color preview on #A3ADEB background

This text has black color on #A3ADEB background.


White color preview on #A3ADEB background

This text has white color on #A3ADEB background.