COLOR #AD9FEF

HEX: #AD9FEF RGB: (173,159,239)

Color info

#AD9FEF contains mainly blue color. Web safe color of #AD9FEF is #9999FF (or #99F).

RGB color model

#AD9FEF color RGB value is (173,159,239).

RGB: (173,159,239) (68%, 62%, 94%)

RGB channels and saturation

R 173 of 255 = 68%
G 159 of 255 = 62%
B 239 of 255 = 94%

173
159
239

R + G + B ~ 75%. #AD9FEF is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 159 + 239 = 571 (100%)
R 173 of 571 ~ 30.3%
G 159 of 571 ~ 27.85%
B 239 of 571 ~ 41.86'%

%30.3
%27.85
%41.86

CMYK color model

#AD9FEF color CMYK value is (28,33,0,6).

  • cyan value is 27.62%
  • magenta value is 33.47%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (28,33,0,6)
C28M33Y0K6 (28%, 33%, 0%, 6%)
(0.28 / 0.33 / 0.00 / 0.06)

CMYK percentages

%27.62
%33.47
%0
%6.27

Codes

Color #AD9FEF in popluar color models

AD 9F EF
RGB 173 159 239
HSL 251° 71.43% 78.04%
HSB/HSV 251° 33.47% 93.73%
CMYK 27.62% 33.47% 0.00%
6.27%

Color #AD9FEF in popluar number systems.

HEX AD 9F EF
Decimal 173 159 239
Binary 10101101 10011111 11101111
Octal 255 237 357

Shades and tints

Shades of #AD9FEF

#AD9FEF
(173,159,239)
#9E91DA
(158,145,218)
#8F83C5
(143,131,197)
#8075B0
(128,117,176)
#71679B
(113,103,155)
#625986
(98,89,134)
#534B71
(83,75,113)
#443D5C
(68,61,92)
#352F47
(53,47,71)
#262132
(38,33,50)
#17131D
(23,19,29)
#000000
(0,0,0)

Tints of #AD9FEF

#AD9FEF
(173,159,239)
#B4A7F0
(180,167,240)
#BBAFF1
(187,175,241)
#C2B7F2
(194,183,242)
#C9BFF3
(201,191,243)
#D0C7F4
(208,199,244)
#D7CFF5
(215,207,245)
#DED7F6
(222,215,246)
#E5DFF7
(229,223,247)
#ECE7F8
(236,231,248)
#F3EFF9
(243,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD9FEF; }

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

This text font color is #AD9FEF.

Background Color

.myBgColor { background-color: #AD9FEF; }

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

This div background color is #AD9FEF.

Border color

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

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

This div border color is #AD9FEF.

Opacity

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

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

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

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

This text has shadow with #AD9FEF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD9FEF.

Preview

Color preview on black background

This text has color #AD9FEF on black background.


Color preview on white background

This text has color #AD9FEF on white background.


Black color preview on #AD9FEF background

This text has black color on #AD9FEF background.


White color preview on #AD9FEF background

This text has white color on #AD9FEF background.


Related colors

Complementary color

Complementary color for #hex is #526010.


I love getcolorcode.com

Triadic colors

1 #EFAD9F and #9FEFAD with #AD9FEF are triadic colors.

2 #EF9FAD and #9FADEF with #AD9FEF are triadic colors.