COLOR #ADA5EB

HEX: #ADA5EB
RGB: (173,165,235)

Color info

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

RGB color model

#ADA5EB color RGB value is (173,165,235).

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

RGB channels and saturation

R 173 of 255 = 68%
G 165 of 255 = 65%
B 235 of 255 = 92%

173
165
235

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

Portions of RGB colors in percentages

R + G + B =
173 + 165 + 235 = 573 (100%)
R 173 of 573 ~ 30.19%
G 165 of 573 ~ 28.8%
B 235 of 573 ~ 41.01%

%30.19
%28.8
%41.01

CMYK color model

#ADA5EB color CMYK value is (26,30,0,8).

  • cyan value is 26.38%
  • magenta value is 29.79%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(26,30,0,8)
C26M30Y0K8 
(26%,30%,0%,8%)
(0.26/0.30/0.00/0.08)	

CMYK percentages

%26.38
%29.79
%0
%7.84

Codes

Color #ADA5EB in popluar color models

ADA5EB
RGB173165235
HSL247°63.64%78.43%
HSB/HSV247°29.79%92.16%
CMYK26.38%29.79%0.00%
7.84%

Color #ADA5EB in popluar number systems.

HEXADA5EB
Decimal173165235
Binary101011011010010111101011
Octal255245353

Shades and tints

Shades of #ADA5EB

#ADA5EB
(173,165,235)
#9E96D6
(158,150,214)
#8F87C1
(143,135,193)
#8078AC
(128,120,172)
#716997
(113,105,151)
#625A82
(98,90,130)
#534B6D
(83,75,109)
#443C58
(68,60,88)
#352D43
(53,45,67)
#261E2E
(38,30,46)
#170F19
(23,15,25)
#000000
(0,0,0)

Tints of #ADA5EB

#ADA5EB
(173,165,235)
#B4ADEC
(180,173,236)
#BBB5ED
(187,181,237)
#C2BDEE
(194,189,238)
#C9C5EF
(201,197,239)
#D0CDF0
(208,205,240)
#D7D5F1
(215,213,241)
#DEDDF2
(222,221,242)
#E5E5F3
(229,229,243)
#ECEDF4
(236,237,244)
#F3F5F5
(243,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADA5EB; }

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

This text font color is #ADA5EB.


Background Color

.myBgColor { background-color: #ADA5EB; }

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

This div background color is #ADA5EB.


Border color

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

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

This div border color is #ADA5EB.


Opacity

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

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

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

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

This text has shadow with #ADA5EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADA5EB on black background.


Color preview on white background

This text has color #ADA5EB on white background.



Black color preview on #ADA5EB background

This text has black color on #ADA5EB background.


White color preview on #ADA5EB background

This text has white color on #ADA5EB background.