COLOR #AD98E4

HEX: #AD98E4
RGB: (173,152,228)

Color info

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

RGB color model

#AD98E4 color RGB value is (173,152,228).

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

RGB channels and saturation

R 173 of 255 = 68%
G 152 of 255 = 60%
B 228 of 255 = 89%

173
152
228

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

Portions of RGB colors in percentages

R + G + B =
173 + 152 + 228 = 553 (100%)
R 173 of 553 ~ 31.28%
G 152 of 553 ~ 27.49%
B 228 of 553 ~ 41.23%

%31.28
%27.49
%41.23

CMYK color model

#AD98E4 color CMYK value is (24,33,0,11).

  • cyan value is 24.12%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(24,33,0,11)
C24M33Y0K11 
(24%,33%,0%,11%)
(0.24/0.33/0.00/0.11)	

CMYK percentages

%24.12
%33.33
%0
%10.59

Codes

Color #AD98E4 in popluar color models

AD98E4
RGB173152228
HSL257°58.46%74.51%
HSB/HSV257°33.33%89.41%
CMYK24.12%33.33%0.00%
10.59%

Color #AD98E4 in popluar number systems.

HEXAD98E4
Decimal173152228
Binary101011011001100011100100
Octal255230344

Shades and tints

Shades of #AD98E4

#AD98E4
(173,152,228)
#9E8BD0
(158,139,208)
#8F7EBC
(143,126,188)
#8071A8
(128,113,168)
#716494
(113,100,148)
#625780
(98,87,128)
#534A6C
(83,74,108)
#443D58
(68,61,88)
#353044
(53,48,68)
#262330
(38,35,48)
#17161C
(23,22,28)
#000000
(0,0,0)

Tints of #AD98E4

#AD98E4
(173,152,228)
#B4A1E6
(180,161,230)
#BBAAE8
(187,170,232)
#C2B3EA
(194,179,234)
#C9BCEC
(201,188,236)
#D0C5EE
(208,197,238)
#D7CEF0
(215,206,240)
#DED7F2
(222,215,242)
#E5E0F4
(229,224,244)
#ECE9F6
(236,233,246)
#F3F2F8
(243,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD98E4; }

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

This text font color is #AD98E4.


Background Color

.myBgColor { background-color: #AD98E4; }

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

This div background color is #AD98E4.


Border color

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

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

This div border color is #AD98E4.


Opacity

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

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

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

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

This text has shadow with #AD98E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD98E4 on black background.


Color preview on white background

This text has color #AD98E4 on white background.



Black color preview on #AD98E4 background

This text has black color on #AD98E4 background.


White color preview on #AD98E4 background

This text has white color on #AD98E4 background.