COLOR #AD98C3

HEX: #AD98C3
RGB: (173,152,195)

Color info

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

RGB color model

#AD98C3 color RGB value is (173,152,195).

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

RGB channels and saturation

R 173 of 255 = 68%
G 152 of 255 = 60%
B 195 of 255 = 76%

173
152
195

R + G + B ~ 68%. #AD98C3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 152 + 195 = 520 (100%)
R 173 of 520 ~ 33.27%
G 152 of 520 ~ 29.23%
B 195 of 520 ~ 37.5%

%33.27
%29.23
%37.5

CMYK color model

#AD98C3 color CMYK value is (11,22,0,24).

  • cyan value is 11.28%
  • magenta value is 22.05%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(11,22,0,24)
C11M22Y0K24 
(11%,22%,0%,24%)
(0.11/0.22/0.00/0.24)	

CMYK percentages

%11.28
%22.05
%0
%23.53

Codes

Color #AD98C3 in popluar color models

AD98C3
RGB173152195
HSL269°26.38%68.04%
HSB/HSV269°22.05%76.47%
CMYK11.28%22.05%0.00%
23.53%

Color #AD98C3 in popluar number systems.

HEXAD98C3
Decimal173152195
Binary101011011001100011000011
Octal255230303

Shades and tints

Shades of #AD98C3

#AD98C3
(173,152,195)
#9E8BB2
(158,139,178)
#8F7EA1
(143,126,161)
#807190
(128,113,144)
#71647F
(113,100,127)
#62576E
(98,87,110)
#534A5D
(83,74,93)
#443D4C
(68,61,76)
#35303B
(53,48,59)
#26232A
(38,35,42)
#171619
(23,22,25)
#000000
(0,0,0)

Tints of #AD98C3

#AD98C3
(173,152,195)
#B4A1C8
(180,161,200)
#BBAACD
(187,170,205)
#C2B3D2
(194,179,210)
#C9BCD7
(201,188,215)
#D0C5DC
(208,197,220)
#D7CEE1
(215,206,225)
#DED7E6
(222,215,230)
#E5E0EB
(229,224,235)
#ECE9F0
(236,233,240)
#F3F2F5
(243,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD98C3; }

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

This text font color is #AD98C3.


Background Color

.myBgColor { background-color: #AD98C3; }

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

This div background color is #AD98C3.


Border color

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

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

This div border color is #AD98C3.


Opacity

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

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

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

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

This text has shadow with #AD98C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD98C3 on black background.


Color preview on white background

This text has color #AD98C3 on white background.



Black color preview on #AD98C3 background

This text has black color on #AD98C3 background.


White color preview on #AD98C3 background

This text has white color on #AD98C3 background.