COLOR #AD8FC7

HEX: #AD8FC7 RGB: (173,143,199)

Color info

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

RGB color model

#AD8FC7 color RGB value is (173,143,199).

RGB: (173,143,199) (68%, 56%, 78%)

RGB channels and saturation

R 173 of 255 = 68%
G 143 of 255 = 56%
B 199 of 255 = 78%

173
143
199

R + G + B ~ 67%. #AD8FC7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 143 + 199 = 515 (100%)
R 173 of 515 ~ 33.59%
G 143 of 515 ~ 27.77%
B 199 of 515 ~ 38.64'%

%33.59
%27.77
%38.64

CMYK color model

#AD8FC7 color CMYK value is (13,28,0,22).

  • cyan value is 13.07%
  • magenta value is 28.14%
  • yellow value is 0.00%
  • key color value is 21.96%

CMYK: (13,28,0,22)
C13M28Y0K22 (13%, 28%, 0%, 22%)
(0.13 / 0.28 / 0.00 / 0.22)

CMYK percentages

%13.07
%28.14
%0
%21.96

Codes

Color #AD8FC7 in popluar color models

AD 8F C7
RGB 173 143 199
HSL 272° 33.33% 67.06%
HSB/HSV 272° 28.14% 78.04%
CMYK 13.07% 28.14% 0.00%
21.96%

Color #AD8FC7 in popluar number systems.

HEX AD 8F C7
Decimal 173 143 199
Binary 10101101 10001111 11000111
Octal 255 217 307

Shades and tints

Shades of #AD8FC7

#AD8FC7
(173,143,199)
#9E82B5
(158,130,181)
#8F75A3
(143,117,163)
#806891
(128,104,145)
#715B7F
(113,91,127)
#624E6D
(98,78,109)
#53415B
(83,65,91)
#443449
(68,52,73)
#352737
(53,39,55)
#261A25
(38,26,37)
#170D13
(23,13,19)
#000000
(0,0,0)

Tints of #AD8FC7

#AD8FC7
(173,143,199)
#B499CC
(180,153,204)
#BBA3D1
(187,163,209)
#C2ADD6
(194,173,214)
#C9B7DB
(201,183,219)
#D0C1E0
(208,193,224)
#D7CBE5
(215,203,229)
#DED5EA
(222,213,234)
#E5DFEF
(229,223,239)
#ECE9F4
(236,233,244)
#F3F3F9
(243,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD8FC7 color. Also use rgb(173,143,199) instead hex code.

Text Font Color

.myTextColor { color: #AD8FC7; }

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

This text font color is #AD8FC7.

Background Color

.myBgColor { background-color: #AD8FC7; }

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

This div background color is #AD8FC7.

Border color

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

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

This div border color is #AD8FC7.

Opacity

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

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

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

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

This text has shadow with #AD8FC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD8FC7.

Preview

Color preview on black background

This text has color #AD8FC7 on black background.


Color preview on white background

This text has color #AD8FC7 on white background.


Black color preview on #AD8FC7 background

This text has black color on #AD8FC7 background.


White color preview on #AD8FC7 background

This text has white color on #AD8FC7 background.


Related colors

Complementary color

Complementary color for #hex is #527038.


I love getcolorcode.com

Triadic colors

1 #C7AD8F and #8FC7AD with #AD8FC7 are triadic colors.

2 #C78FAD and #8FADC7 with #AD8FC7 are triadic colors.