COLOR #ADA9FA

HEX: #ADA9FA RGB: (173,169,250)

Color info

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

RGB color model

#ADA9FA color RGB value is (173,169,250).

RGB: (173,169,250) (68%, 66%, 98%)

RGB channels and saturation

R 173 of 255 = 68%
G 169 of 255 = 66%
B 250 of 255 = 98%

173
169
250

R + G + B ~ 77%. #ADA9FA is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 169 + 250 = 592 (100%)
R 173 of 592 ~ 29.22%
G 169 of 592 ~ 28.55%
B 250 of 592 ~ 42.23'%

%29.22
%28.55
%42.23

CMYK color model

#ADA9FA color CMYK value is (31,32,0,2).

  • cyan value is 30.80%
  • magenta value is 32.40%
  • yellow value is 0.00%
  • key color value is 1.96%

CMYK: (31,32,0,2)
C31M32Y0K2 (31%, 32%, 0%, 2%)
(0.31 / 0.32 / 0.00 / 0.02)

CMYK percentages

%30.8
%32.4
%0
%1.96

Codes

Color #ADA9FA in popluar color models

AD A9 FA
RGB 173 169 250
HSL 243° 89.01% 82.16%
HSB/HSV 243° 32.40% 98.04%
CMYK 30.80% 32.40% 0.00%
1.96%

Color #ADA9FA in popluar number systems.

HEX AD A9 FA
Decimal 173 169 250
Binary 10101101 10101001 11111010
Octal 255 251 372

Shades and tints

Shades of #ADA9FA

#ADA9FA
(173,169,250)
#9E9AE4
(158,154,228)
#8F8BCE
(143,139,206)
#807CB8
(128,124,184)
#716DA2
(113,109,162)
#625E8C
(98,94,140)
#534F76
(83,79,118)
#444060
(68,64,96)
#35314A
(53,49,74)
#262234
(38,34,52)
#17131E
(23,19,30)
#000000
(0,0,0)

Tints of #ADA9FA

#ADA9FA
(173,169,250)
#B4B0FA
(180,176,250)
#BBB7FA
(187,183,250)
#C2BEFA
(194,190,250)
#C9C5FA
(201,197,250)
#D0CCFA
(208,204,250)
#D7D3FA
(215,211,250)
#DEDAFA
(222,218,250)
#E5E1FA
(229,225,250)
#ECE8FA
(236,232,250)
#F3EFFA
(243,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADA9FA; }

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

This text font color is #ADA9FA.

Background Color

.myBgColor { background-color: #ADA9FA; }

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

This div background color is #ADA9FA.

Border color

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

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

This div border color is #ADA9FA.

Opacity

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

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

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

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

This text has shadow with #ADA9FA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADA9FA.

Preview

Color preview on black background

This text has color #ADA9FA on black background.


Color preview on white background

This text has color #ADA9FA on white background.


Black color preview on #ADA9FA background

This text has black color on #ADA9FA background.


White color preview on #ADA9FA background

This text has white color on #ADA9FA background.


Related colors

Complementary color

Complementary color for #hex is #525605.


I love getcolorcode.com

Triadic colors

1 #FAADA9 and #A9FAAD with #ADA9FA are triadic colors.

2 #FAA9AD and #A9ADFA with #ADA9FA are triadic colors.