COLOR #AD9FDB

HEX: #AD9FDB RGB: (173,159,219)

Color info

#AD9FDB contains mainly red and blue colors. Web safe color of #AD9FDB is #9999CC (or #99C).

RGB color model

#AD9FDB color RGB value is (173,159,219).

RGB: (173,159,219) (68%, 62%, 86%)

RGB channels and saturation

R 173 of 255 = 68%
G 159 of 255 = 62%
B 219 of 255 = 86%

173
159
219

R + G + B ~ 72%. #AD9FDB is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 159 + 219 = 551 (100%)
R 173 of 551 ~ 31.4%
G 159 of 551 ~ 28.86%
B 219 of 551 ~ 39.75'%

%31.4
%28.86
%39.75

CMYK color model

#AD9FDB color CMYK value is (21,27,0,14).

  • cyan value is 21.00%
  • magenta value is 27.40%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (21,27,0,14)
C21M27Y0K14 (21%, 27%, 0%, 14%)
(0.21 / 0.27 / 0.00 / 0.14)

CMYK percentages

%21
%27.4
%0
%14.12

Codes

Color #AD9FDB in popluar color models

AD 9F DB
RGB 173 159 219
HSL 254° 45.45% 74.12%
HSB/HSV 254° 27.40% 85.88%
CMYK 21.00% 27.40% 0.00%
14.12%

Color #AD9FDB in popluar number systems.

HEX AD 9F DB
Decimal 173 159 219
Binary 10101101 10011111 11011011
Octal 255 237 333

Shades and tints

Shades of #AD9FDB

#AD9FDB
(173,159,219)
#9E91C8
(158,145,200)
#8F83B5
(143,131,181)
#8075A2
(128,117,162)
#71678F
(113,103,143)
#62597C
(98,89,124)
#534B69
(83,75,105)
#443D56
(68,61,86)
#352F43
(53,47,67)
#262130
(38,33,48)
#17131D
(23,19,29)
#000000
(0,0,0)

Tints of #AD9FDB

#AD9FDB
(173,159,219)
#B4A7DE
(180,167,222)
#BBAFE1
(187,175,225)
#C2B7E4
(194,183,228)
#C9BFE7
(201,191,231)
#D0C7EA
(208,199,234)
#D7CFED
(215,207,237)
#DED7F0
(222,215,240)
#E5DFF3
(229,223,243)
#ECE7F6
(236,231,246)
#F3EFF9
(243,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD9FDB; }

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

This text font color is #AD9FDB.

Background Color

.myBgColor { background-color: #AD9FDB; }

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

This div background color is #AD9FDB.

Border color

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

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

This div border color is #AD9FDB.

Opacity

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

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

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

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

This text has shadow with #AD9FDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD9FDB.

Preview

Color preview on black background

This text has color #AD9FDB on black background.


Color preview on white background

This text has color #AD9FDB on white background.


Black color preview on #AD9FDB background

This text has black color on #AD9FDB background.


White color preview on #AD9FDB background

This text has white color on #AD9FDB background.


Related colors

Complementary color

Complementary color for #hex is #526024.


I love getcolorcode.com

Triadic colors

1 #DBAD9F and #9FDBAD with #AD9FDB are triadic colors.

2 #DB9FAD and #9FADDB with #AD9FDB are triadic colors.