COLOR #AD9DF3

HEX: #AD9DF3
RGB: (173,157,243)

Color info

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

RGB color model

#AD9DF3 color RGB value is (173,157,243).

  • red value is 173;
  • green value is 157;
  • blue value is 243.
RGB:
(173,157,243)
(68%,62%,95%)

RGB channels and saturation

R 173 of 255 = 68%
G 157 of 255 = 62%
B 243 of 255 = 95%

173
157
243

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

Portions of RGB colors in percentages

R + G + B =
173 + 157 + 243 = 573 (100%)
R 173 of 573 ~ 30.19%
G 157 of 573 ~ 27.4%
B 243 of 573 ~ 42.41%

%30.19
%27.4
%42.41

CMYK color model

#AD9DF3 color CMYK value is (29,35,0,5).

  • cyan value is 28.81%
  • magenta value is 35.39%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(29,35,0,5)
C29M35Y0K5 
(29%,35%,0%,5%)
(0.29/0.35/0.00/0.05)	

CMYK percentages

%28.81
%35.39
%0
%4.71

Codes

Color #AD9DF3 in popluar color models

AD9DF3
RGB173157243
HSL251°78.18%78.43%
HSB/HSV251°35.39%95.29%
CMYK28.81%35.39%0.00%
4.71%

Color #AD9DF3 in popluar number systems.

HEXAD9DF3
Decimal173157243
Binary101011011001110111110011
Octal255235363

Shades and tints

Shades of #AD9DF3

#AD9DF3
(173,157,243)
#9E8FDD
(158,143,221)
#8F81C7
(143,129,199)
#8073B1
(128,115,177)
#71659B
(113,101,155)
#625785
(98,87,133)
#53496F
(83,73,111)
#443B59
(68,59,89)
#352D43
(53,45,67)
#261F2D
(38,31,45)
#171117
(23,17,23)
#000000
(0,0,0)

Tints of #AD9DF3

#AD9DF3
(173,157,243)
#B4A5F4
(180,165,244)
#BBADF5
(187,173,245)
#C2B5F6
(194,181,246)
#C9BDF7
(201,189,247)
#D0C5F8
(208,197,248)
#D7CDF9
(215,205,249)
#DED5FA
(222,213,250)
#E5DDFB
(229,221,251)
#ECE5FC
(236,229,252)
#F3EDFD
(243,237,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD9DF3 color. Also use rgb(173,157,243) instead hex code.

Text Font Color

.myTextColor { color: #AD9DF3; }

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

This text font color is #AD9DF3.


Background Color

.myBgColor { background-color: #AD9DF3; }

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

This div background color is #AD9DF3.


Border color

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

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

This div border color is #AD9DF3.


Opacity

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

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

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

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

This text has shadow with #AD9DF3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD9DF3 on black background.


Color preview on white background

This text has color #AD9DF3 on white background.



Black color preview on #AD9DF3 background

This text has black color on #AD9DF3 background.


White color preview on #AD9DF3 background

This text has white color on #AD9DF3 background.