COLOR #AD8ECF

HEX: #AD8ECF RGB: (173,142,207)

Color info

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

RGB color model

#AD8ECF color RGB value is (173,142,207).

RGB: (173,142,207) (68%, 56%, 81%)

RGB channels and saturation

R 173 of 255 = 68%
G 142 of 255 = 56%
B 207 of 255 = 81%

173
142
207

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

Portions of RGB colors in percentages

R + G + B = 173 + 142 + 207 = 522 (100%)
R 173 of 522 ~ 33.14%
G 142 of 522 ~ 27.2%
B 207 of 522 ~ 39.66'%

%33.14
%27.2
%39.66

CMYK color model

#AD8ECF color CMYK value is (16,31,0,19).

  • cyan value is 16.43%
  • magenta value is 31.40%
  • yellow value is 0.00%
  • key color value is 18.82%

CMYK: (16,31,0,19)
C16M31Y0K19 (16%, 31%, 0%, 19%)
(0.16 / 0.31 / 0.00 / 0.19)

CMYK percentages

%16.43
%31.4
%0
%18.82

Codes

Color #AD8ECF in popluar color models

AD 8E CF
RGB 173 142 207
HSL 269° 40.37% 68.43%
HSB/HSV 269° 31.40% 81.18%
CMYK 16.43% 31.40% 0.00%
18.82%

Color #AD8ECF in popluar number systems.

HEX AD 8E CF
Decimal 173 142 207
Binary 10101101 10001110 11001111
Octal 255 216 317

Shades and tints

Shades of #AD8ECF

#AD8ECF
(173,142,207)
#9E82BD
(158,130,189)
#8F76AB
(143,118,171)
#806A99
(128,106,153)
#715E87
(113,94,135)
#625275
(98,82,117)
#534663
(83,70,99)
#443A51
(68,58,81)
#352E3F
(53,46,63)
#26222D
(38,34,45)
#17161B
(23,22,27)
#000000
(0,0,0)

Tints of #AD8ECF

#AD8ECF
(173,142,207)
#B498D3
(180,152,211)
#BBA2D7
(187,162,215)
#C2ACDB
(194,172,219)
#C9B6DF
(201,182,223)
#D0C0E3
(208,192,227)
#D7CAE7
(215,202,231)
#DED4EB
(222,212,235)
#E5DEEF
(229,222,239)
#ECE8F3
(236,232,243)
#F3F2F7
(243,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD8ECF color. Also use rgb(173,142,207) instead hex code.

Text Font Color

.myTextColor { color: #AD8ECF; }

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

This text font color is #AD8ECF.

Background Color

.myBgColor { background-color: #AD8ECF; }

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

This div background color is #AD8ECF.

Border color

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

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

This div border color is #AD8ECF.

Opacity

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

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

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

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

This text has shadow with #AD8ECF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD8ECF.

Preview

Color preview on black background

This text has color #AD8ECF on black background.


Color preview on white background

This text has color #AD8ECF on white background.


Black color preview on #AD8ECF background

This text has black color on #AD8ECF background.


White color preview on #AD8ECF background

This text has white color on #AD8ECF background.


Related colors

Complementary color

Complementary color for #hex is #527130.


I love getcolorcode.com

Triadic colors

1 #CFAD8E and #8ECFAD with #AD8ECF are triadic colors.

2 #CF8EAD and #8EADCF with #AD8ECF are triadic colors.