COLOR #AD98D1

HEX: #AD98D1
RGB: (173,152,209)

Color info

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

RGB color model

#AD98D1 color RGB value is (173,152,209).

  • red value is 173;
  • green value is 152;
  • blue value is 209.
RGB:
(173,152,209)
(68%,60%,82%)

RGB channels and saturation

R 173 of 255 = 68%
G 152 of 255 = 60%
B 209 of 255 = 82%

173
152
209

R + G + B ~ 70%. #AD98D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 152 + 209 = 534 (100%)
R 173 of 534 ~ 32.4%
G 152 of 534 ~ 28.46%
B 209 of 534 ~ 39.14%

%32.4
%28.46
%39.14

CMYK color model

#AD98D1 color CMYK value is (17,27,0,18).

  • cyan value is 17.22%
  • magenta value is 27.27%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(17,27,0,18)
C17M27Y0K18 
(17%,27%,0%,18%)
(0.17/0.27/0.00/0.18)	

CMYK percentages

%17.22
%27.27
%0
%18.04

Codes

Color #AD98D1 in popluar color models

AD98D1
RGB173152209
HSL262°38.26%70.78%
HSB/HSV262°27.27%81.96%
CMYK17.22%27.27%0.00%
18.04%

Color #AD98D1 in popluar number systems.

HEXAD98D1
Decimal173152209
Binary101011011001100011010001
Octal255230321

Shades and tints

Shades of #AD98D1

#AD98D1
(173,152,209)
#9E8BBE
(158,139,190)
#8F7EAB
(143,126,171)
#807198
(128,113,152)
#716485
(113,100,133)
#625772
(98,87,114)
#534A5F
(83,74,95)
#443D4C
(68,61,76)
#353039
(53,48,57)
#262326
(38,35,38)
#171613
(23,22,19)
#000000
(0,0,0)

Tints of #AD98D1

#AD98D1
(173,152,209)
#B4A1D5
(180,161,213)
#BBAAD9
(187,170,217)
#C2B3DD
(194,179,221)
#C9BCE1
(201,188,225)
#D0C5E5
(208,197,229)
#D7CEE9
(215,206,233)
#DED7ED
(222,215,237)
#E5E0F1
(229,224,241)
#ECE9F5
(236,233,245)
#F3F2F9
(243,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD98D1; }

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

This text font color is #AD98D1.


Background Color

.myBgColor { background-color: #AD98D1; }

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

This div background color is #AD98D1.


Border color

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

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

This div border color is #AD98D1.


Opacity

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

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

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

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

This text has shadow with #AD98D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD98D1 on black background.


Color preview on white background

This text has color #AD98D1 on white background.



Black color preview on #AD98D1 background

This text has black color on #AD98D1 background.


White color preview on #AD98D1 background

This text has white color on #AD98D1 background.