COLOR #ADA3EB

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

173
163
235

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

Portions of RGB colors in percentages

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

%30.3
%28.55
%41.16

CMYK color model

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

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

CMYK percentages

%26.38
%30.64
%0
%7.84

Codes

Color #ADA3EB in popluar color models

ADA3EB
RGB173163235
HSL248°64.29%78.04%
HSB/HSV248°30.64%92.16%
CMYK26.38%30.64%0.00%
7.84%

Color #ADA3EB in popluar number systems.

HEXADA3EB
Decimal173163235
Binary101011011010001111101011
Octal255243353

Shades and tints

Shades of #ADA3EB

#ADA3EB
(173,163,235)
#9E95D6
(158,149,214)
#8F87C1
(143,135,193)
#8079AC
(128,121,172)
#716B97
(113,107,151)
#625D82
(98,93,130)
#534F6D
(83,79,109)
#444158
(68,65,88)
#353343
(53,51,67)
#26252E
(38,37,46)
#171719
(23,23,25)
#000000
(0,0,0)

Tints of #ADA3EB

#ADA3EB
(173,163,235)
#B4ABEC
(180,171,236)
#BBB3ED
(187,179,237)
#C2BBEE
(194,187,238)
#C9C3EF
(201,195,239)
#D0CBF0
(208,203,240)
#D7D3F1
(215,211,241)
#DEDBF2
(222,219,242)
#E5E3F3
(229,227,243)
#ECEBF4
(236,235,244)
#F3F3F5
(243,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADA3EB; }

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

This text font color is #ADA3EB.


Background Color

.myBgColor { background-color: #ADA3EB; }

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

This div background color is #ADA3EB.


Border color

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

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

This div border color is #ADA3EB.


Opacity

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

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

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

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

This text has shadow with #ADA3EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADA3EB on black background.


Color preview on white background

This text has color #ADA3EB on white background.



Black color preview on #ADA3EB background

This text has black color on #ADA3EB background.


White color preview on #ADA3EB background

This text has white color on #ADA3EB background.