COLOR #ADA7EE

HEX: #ADA7EE
RGB: (173,167,238)

Color info

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

RGB color model

#ADA7EE color RGB value is (173,167,238).

  • red value is 173;
  • green value is 167;
  • blue value is 238.
RGB:
(173,167,238)
(68%,65%,93%)

RGB channels and saturation

R 173 of 255 = 68%
G 167 of 255 = 65%
B 238 of 255 = 93%

173
167
238

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

Portions of RGB colors in percentages

R + G + B =
173 + 167 + 238 = 578 (100%)
R 173 of 578 ~ 29.93%
G 167 of 578 ~ 28.89%
B 238 of 578 ~ 41.18%

%29.93
%28.89
%41.18

CMYK color model

#ADA7EE color CMYK value is (27,30,0,7).

  • cyan value is 27.31%
  • magenta value is 29.83%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(27,30,0,7)
C27M30Y0K7 
(27%,30%,0%,7%)
(0.27/0.30/0.00/0.07)	

CMYK percentages

%27.31
%29.83
%0
%6.67

Codes

Color #ADA7EE in popluar color models

ADA7EE
RGB173167238
HSL245°67.62%79.41%
HSB/HSV245°29.83%93.33%
CMYK27.31%29.83%0.00%
6.67%

Color #ADA7EE in popluar number systems.

HEXADA7EE
Decimal173167238
Binary101011011010011111101110
Octal255247356

Shades and tints

Shades of #ADA7EE

#ADA7EE
(173,167,238)
#9E98D9
(158,152,217)
#8F89C4
(143,137,196)
#807AAF
(128,122,175)
#716B9A
(113,107,154)
#625C85
(98,92,133)
#534D70
(83,77,112)
#443E5B
(68,62,91)
#352F46
(53,47,70)
#262031
(38,32,49)
#17111C
(23,17,28)
#000000
(0,0,0)

Tints of #ADA7EE

#ADA7EE
(173,167,238)
#B4AFEF
(180,175,239)
#BBB7F0
(187,183,240)
#C2BFF1
(194,191,241)
#C9C7F2
(201,199,242)
#D0CFF3
(208,207,243)
#D7D7F4
(215,215,244)
#DEDFF5
(222,223,245)
#E5E7F6
(229,231,246)
#ECEFF7
(236,239,247)
#F3F7F8
(243,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADA7EE color. Also use rgb(173,167,238) instead hex code.

Text Font Color

.myTextColor { color: #ADA7EE; }

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

This text font color is #ADA7EE.


Background Color

.myBgColor { background-color: #ADA7EE; }

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

This div background color is #ADA7EE.


Border color

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

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

This div border color is #ADA7EE.


Opacity

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

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

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

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

This text has shadow with #ADA7EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADA7EE on black background.


Color preview on white background

This text has color #ADA7EE on white background.



Black color preview on #ADA7EE background

This text has black color on #ADA7EE background.


White color preview on #ADA7EE background

This text has white color on #ADA7EE background.