COLOR #AD98D6

HEX: #AD98D6 RGB: (173,152,214)

Color info

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

RGB color model

#AD98D6 color RGB value is (173,152,214).

RGB: (173,152,214) (68%, 60%, 84%)

RGB channels and saturation

R 173 of 255 = 68%
G 152 of 255 = 60%
B 214 of 255 = 84%

173
152
214

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

Portions of RGB colors in percentages

R + G + B = 173 + 152 + 214 = 539 (100%)
R 173 of 539 ~ 32.1%
G 152 of 539 ~ 28.2%
B 214 of 539 ~ 39.7'%

%32.1
%28.2
%39.7

CMYK color model

#AD98D6 color CMYK value is (19,29,0,16).

  • cyan value is 19.16%
  • magenta value is 28.97%
  • yellow value is 0.00%
  • key color value is 16.08%

CMYK: (19,29,0,16)
C19M29Y0K16 (19%, 29%, 0%, 16%)
(0.19 / 0.29 / 0.00 / 0.16)

CMYK percentages

%19.16
%28.97
%0
%16.08

Codes

Color #AD98D6 in popluar color models

AD 98 D6
RGB 173 152 214
HSL 260° 43.06% 71.76%
HSB/HSV 260° 28.97% 83.92%
CMYK 19.16% 28.97% 0.00%
16.08%

Color #AD98D6 in popluar number systems.

HEX AD 98 D6
Decimal 173 152 214
Binary 10101101 10011000 11010110
Octal 255 230 326

Shades and tints

Shades of #AD98D6

#AD98D6
(173,152,214)
#9E8BC3
(158,139,195)
#8F7EB0
(143,126,176)
#80719D
(128,113,157)
#71648A
(113,100,138)
#625777
(98,87,119)
#534A64
(83,74,100)
#443D51
(68,61,81)
#35303E
(53,48,62)
#26232B
(38,35,43)
#171618
(23,22,24)
#000000
(0,0,0)

Tints of #AD98D6

#AD98D6
(173,152,214)
#B4A1D9
(180,161,217)
#BBAADC
(187,170,220)
#C2B3DF
(194,179,223)
#C9BCE2
(201,188,226)
#D0C5E5
(208,197,229)
#D7CEE8
(215,206,232)
#DED7EB
(222,215,235)
#E5E0EE
(229,224,238)
#ECE9F1
(236,233,241)
#F3F2F4
(243,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD98D6 color. Also use rgb(173,152,214) instead hex code.

Text Font Color

.myTextColor { color: #AD98D6; }

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

This text font color is #AD98D6.

Background Color

.myBgColor { background-color: #AD98D6; }

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

This div background color is #AD98D6.

Border color

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

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

This div border color is #AD98D6.

Opacity

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

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

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

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

This text has shadow with #AD98D6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD98D6.

Preview

Color preview on black background

This text has color #AD98D6 on black background.


Color preview on white background

This text has color #AD98D6 on white background.


Black color preview on #AD98D6 background

This text has black color on #AD98D6 background.


White color preview on #AD98D6 background

This text has white color on #AD98D6 background.


Related colors

Complementary color

Complementary color for #hex is #526729.


I love getcolorcode.com

Triadic colors

1 #D6AD98 and #98D6AD with #AD98D6 are triadic colors.

2 #D698AD and #98ADD6 with #AD98D6 are triadic colors.