COLOR #AD9FE5

HEX: #AD9FE5
RGB: (173,159,229)

Color info

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

RGB color model

#AD9FE5 color RGB value is (173,159,229).

  • red value is 173;
  • green value is 159;
  • blue value is 229.
RGB:
(173,159,229)
(68%,62%,90%)

RGB channels and saturation

R 173 of 255 = 68%
G 159 of 255 = 62%
B 229 of 255 = 90%

173
159
229

R + G + B ~ 73%. #AD9FE5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 159 + 229 = 561 (100%)
R 173 of 561 ~ 30.84%
G 159 of 561 ~ 28.34%
B 229 of 561 ~ 40.82%

%30.84
%28.34
%40.82

CMYK color model

#AD9FE5 color CMYK value is (24,31,0,10).

  • cyan value is 24.45%
  • magenta value is 30.57%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(24,31,0,10)
C24M31Y0K10 
(24%,31%,0%,10%)
(0.24/0.31/0.00/0.10)	

CMYK percentages

%24.45
%30.57
%0
%10.2

Codes

Color #AD9FE5 in popluar color models

AD9FE5
RGB173159229
HSL252°57.38%76.08%
HSB/HSV252°30.57%89.80%
CMYK24.45%30.57%0.00%
10.20%

Color #AD9FE5 in popluar number systems.

HEXAD9FE5
Decimal173159229
Binary101011011001111111100101
Octal255237345

Shades and tints

Shades of #AD9FE5

#AD9FE5
(173,159,229)
#9E91D1
(158,145,209)
#8F83BD
(143,131,189)
#8075A9
(128,117,169)
#716795
(113,103,149)
#625981
(98,89,129)
#534B6D
(83,75,109)
#443D59
(68,61,89)
#352F45
(53,47,69)
#262131
(38,33,49)
#17131D
(23,19,29)
#000000
(0,0,0)

Tints of #AD9FE5

#AD9FE5
(173,159,229)
#B4A7E7
(180,167,231)
#BBAFE9
(187,175,233)
#C2B7EB
(194,183,235)
#C9BFED
(201,191,237)
#D0C7EF
(208,199,239)
#D7CFF1
(215,207,241)
#DED7F3
(222,215,243)
#E5DFF5
(229,223,245)
#ECE7F7
(236,231,247)
#F3EFF9
(243,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD9FE5 color. Also use rgb(173,159,229) instead hex code.

Text Font Color

.myTextColor { color: #AD9FE5; }

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

This text font color is #AD9FE5.


Background Color

.myBgColor { background-color: #AD9FE5; }

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

This div background color is #AD9FE5.


Border color

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

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

This div border color is #AD9FE5.


Opacity

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

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

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

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

This text has shadow with #AD9FE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD9FE5 on black background.


Color preview on white background

This text has color #AD9FE5 on white background.



Black color preview on #AD9FE5 background

This text has black color on #AD9FE5 background.


White color preview on #AD9FE5 background

This text has white color on #AD9FE5 background.