COLOR #ADA9E8

HEX: #ADA9E8
RGB: (173,169,232)

Color info

#ADA9E8 contains mainly red and blue colors. Web safe color of #ADA9E8 is #9999FF (or #99F).

RGB color model

#ADA9E8 color RGB value is (173,169,232).

  • red value is 173;
  • green value is 169;
  • blue value is 232.
RGB:
(173,169,232)
(68%,66%,91%)

RGB channels and saturation

R 173 of 255 = 68%
G 169 of 255 = 66%
B 232 of 255 = 91%

173
169
232

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

Portions of RGB colors in percentages

R + G + B =
173 + 169 + 232 = 574 (100%)
R 173 of 574 ~ 30.14%
G 169 of 574 ~ 29.44%
B 232 of 574 ~ 40.42%

%30.14
%29.44
%40.42

CMYK color model

#ADA9E8 color CMYK value is (25,27,0,9).

  • cyan value is 25.43%
  • magenta value is 27.16%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(25,27,0,9)
C25M27Y0K9 
(25%,27%,0%,9%)
(0.25/0.27/0.00/0.09)	

CMYK percentages

%25.43
%27.16
%0
%9.02

Codes

Color #ADA9E8 in popluar color models

ADA9E8
RGB173169232
HSL244°57.80%78.63%
HSB/HSV244°27.16%90.98%
CMYK25.43%27.16%0.00%
9.02%

Color #ADA9E8 in popluar number systems.

HEXADA9E8
Decimal173169232
Binary101011011010100111101000
Octal255251350

Shades and tints

Shades of #ADA9E8

#ADA9E8
(173,169,232)
#9E9AD3
(158,154,211)
#8F8BBE
(143,139,190)
#807CA9
(128,124,169)
#716D94
(113,109,148)
#625E7F
(98,94,127)
#534F6A
(83,79,106)
#444055
(68,64,85)
#353140
(53,49,64)
#26222B
(38,34,43)
#171316
(23,19,22)
#000000
(0,0,0)

Tints of #ADA9E8

#ADA9E8
(173,169,232)
#B4B0EA
(180,176,234)
#BBB7EC
(187,183,236)
#C2BEEE
(194,190,238)
#C9C5F0
(201,197,240)
#D0CCF2
(208,204,242)
#D7D3F4
(215,211,244)
#DEDAF6
(222,218,246)
#E5E1F8
(229,225,248)
#ECE8FA
(236,232,250)
#F3EFFC
(243,239,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADA9E8 color. Also use rgb(173,169,232) instead hex code.

Text Font Color

.myTextColor { color: #ADA9E8; }

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

This text font color is #ADA9E8.


Background Color

.myBgColor { background-color: #ADA9E8; }

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

This div background color is #ADA9E8.


Border color

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

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

This div border color is #ADA9E8.


Opacity

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

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

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

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

This text has shadow with #ADA9E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADA9E8 on black background.


Color preview on white background

This text has color #ADA9E8 on white background.



Black color preview on #ADA9E8 background

This text has black color on #ADA9E8 background.


White color preview on #ADA9E8 background

This text has white color on #ADA9E8 background.