COLOR #AD9FD5

HEX: #AD9FD5
RGB: (173,159,213)

Color info

#AD9FD5 contains red, green and blue colors in about the same proportion. Web safe color of #AD9FD5 is #9999CC (or #99C).

RGB color model

#AD9FD5 color RGB value is (173,159,213).

  • red value is 173;
  • green value is 159;
  • blue value is 213.
RGB:
(173,159,213)
(68%,62%,84%)

RGB channels and saturation

R 173 of 255 = 68%
G 159 of 255 = 62%
B 213 of 255 = 84%

173
159
213

R + G + B ~ 71%. #AD9FD5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 159 + 213 = 545 (100%)
R 173 of 545 ~ 31.74%
G 159 of 545 ~ 29.17%
B 213 of 545 ~ 39.08%

%31.74
%29.17
%39.08

CMYK color model

#AD9FD5 color CMYK value is (19,25,0,16).

  • cyan value is 18.78%
  • magenta value is 25.35%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(19,25,0,16)
C19M25Y0K16 
(19%,25%,0%,16%)
(0.19/0.25/0.00/0.16)	

CMYK percentages

%18.78
%25.35
%0
%16.47

Codes

Color #AD9FD5 in popluar color models

AD9FD5
RGB173159213
HSL256°39.13%72.94%
HSB/HSV256°25.35%83.53%
CMYK18.78%25.35%0.00%
16.47%

Color #AD9FD5 in popluar number systems.

HEXAD9FD5
Decimal173159213
Binary101011011001111111010101
Octal255237325

Shades and tints

Shades of #AD9FD5

#AD9FD5
(173,159,213)
#9E91C2
(158,145,194)
#8F83AF
(143,131,175)
#80759C
(128,117,156)
#716789
(113,103,137)
#625976
(98,89,118)
#534B63
(83,75,99)
#443D50
(68,61,80)
#352F3D
(53,47,61)
#26212A
(38,33,42)
#171317
(23,19,23)
#000000
(0,0,0)

Tints of #AD9FD5

#AD9FD5
(173,159,213)
#B4A7D8
(180,167,216)
#BBAFDB
(187,175,219)
#C2B7DE
(194,183,222)
#C9BFE1
(201,191,225)
#D0C7E4
(208,199,228)
#D7CFE7
(215,207,231)
#DED7EA
(222,215,234)
#E5DFED
(229,223,237)
#ECE7F0
(236,231,240)
#F3EFF3
(243,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD9FD5 color. Also use rgb(173,159,213) instead hex code.

Text Font Color

.myTextColor { color: #AD9FD5; }

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

This text font color is #AD9FD5.


Background Color

.myBgColor { background-color: #AD9FD5; }

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

This div background color is #AD9FD5.


Border color

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

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

This div border color is #AD9FD5.


Opacity

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

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

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

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

This text has shadow with #AD9FD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD9FD5 on black background.


Color preview on white background

This text has color #AD9FD5 on white background.



Black color preview on #AD9FD5 background

This text has black color on #AD9FD5 background.


White color preview on #AD9FD5 background

This text has white color on #AD9FD5 background.