COLOR #AD9CDD

HEX: #AD9CDD RGB: (173,156,221)

Color info

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

RGB color model

#AD9CDD color RGB value is (173,156,221).

RGB: (173,156,221) (68%, 61%, 87%)

RGB channels and saturation

R 173 of 255 = 68%
G 156 of 255 = 61%
B 221 of 255 = 87%

173
156
221

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

Portions of RGB colors in percentages

R + G + B = 173 + 156 + 221 = 550 (100%)
R 173 of 550 ~ 31.45%
G 156 of 550 ~ 28.36%
B 221 of 550 ~ 40.18'%

%31.45
%28.36
%40.18

CMYK color model

#AD9CDD color CMYK value is (22,29,0,13).

  • cyan value is 21.72%
  • magenta value is 29.41%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (22,29,0,13)
C22M29Y0K13 (22%, 29%, 0%, 13%)
(0.22 / 0.29 / 0.00 / 0.13)

CMYK percentages

%21.72
%29.41
%0
%13.33

Codes

Color #AD9CDD in popluar color models

AD 9C DD
RGB 173 156 221
HSL 256° 48.87% 73.92%
HSB/HSV 256° 29.41% 86.67%
CMYK 21.72% 29.41% 0.00%
13.33%

Color #AD9CDD in popluar number systems.

HEX AD 9C DD
Decimal 173 156 221
Binary 10101101 10011100 11011101
Octal 255 234 335

Shades and tints

Shades of #AD9CDD

#AD9CDD
(173,156,221)
#9E8EC9
(158,142,201)
#8F80B5
(143,128,181)
#8072A1
(128,114,161)
#71648D
(113,100,141)
#625679
(98,86,121)
#534865
(83,72,101)
#443A51
(68,58,81)
#352C3D
(53,44,61)
#261E29
(38,30,41)
#171015
(23,16,21)
#000000
(0,0,0)

Tints of #AD9CDD

#AD9CDD
(173,156,221)
#B4A5E0
(180,165,224)
#BBAEE3
(187,174,227)
#C2B7E6
(194,183,230)
#C9C0E9
(201,192,233)
#D0C9EC
(208,201,236)
#D7D2EF
(215,210,239)
#DEDBF2
(222,219,242)
#E5E4F5
(229,228,245)
#ECEDF8
(236,237,248)
#F3F6FB
(243,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD9CDD color. Also use rgb(173,156,221) instead hex code.

Text Font Color

.myTextColor { color: #AD9CDD; }

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

This text font color is #AD9CDD.

Background Color

.myBgColor { background-color: #AD9CDD; }

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

This div background color is #AD9CDD.

Border color

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

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

This div border color is #AD9CDD.

Opacity

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

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

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

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

This text has shadow with #AD9CDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD9CDD.

Preview

Color preview on black background

This text has color #AD9CDD on black background.


Color preview on white background

This text has color #AD9CDD on white background.


Black color preview on #AD9CDD background

This text has black color on #AD9CDD background.


White color preview on #AD9CDD background

This text has white color on #AD9CDD background.


Related colors

Complementary color

Complementary color for #hex is #526322.


I love getcolorcode.com

Triadic colors

1 #DDAD9C and #9CDDAD with #AD9CDD are triadic colors.

2 #DD9CAD and #9CADDD with #AD9CDD are triadic colors.