COLOR #AD7FCF

HEX: #AD7FCF RGB: (173,127,207)

Color info

#AD7FCF contains mainly red and blue colors. Web safe color of #AD7FCF is #9966CC (or #96C).

RGB color model

#AD7FCF color RGB value is (173,127,207).

RGB: (173,127,207) (68%, 50%, 81%)

RGB channels and saturation

R 173 of 255 = 68%
G 127 of 255 = 50%
B 207 of 255 = 81%

173
127
207

R + G + B ~ 66%. #AD7FCF is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 127 + 207 = 507 (100%)
R 173 of 507 ~ 34.12%
G 127 of 507 ~ 25.05%
B 207 of 507 ~ 40.83'%

%34.12
%25.05
%40.83

CMYK color model

#AD7FCF color CMYK value is (16,39,0,19).

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

CMYK: (16,39,0,19)
C16M39Y0K19 (16%, 39%, 0%, 19%)
(0.16 / 0.39 / 0.00 / 0.19)

CMYK percentages

%16.43
%38.65
%0
%18.82

Codes

Color #AD7FCF in popluar color models

AD 7F CF
RGB 173 127 207
HSL 275° 45.45% 65.49%
HSB/HSV 275° 38.65% 81.18%
CMYK 16.43% 38.65% 0.00%
18.82%

Color #AD7FCF in popluar number systems.

HEX AD 7F CF
Decimal 173 127 207
Binary 10101101 1111111 11001111
Octal 255 177 317

Shades and tints

Shades of #AD7FCF

#AD7FCF
(173,127,207)
#9E74BD
(158,116,189)
#8F69AB
(143,105,171)
#805E99
(128,94,153)
#715387
(113,83,135)
#624875
(98,72,117)
#533D63
(83,61,99)
#443251
(68,50,81)
#35273F
(53,39,63)
#261C2D
(38,28,45)
#17111B
(23,17,27)
#000000
(0,0,0)

Tints of #AD7FCF

#AD7FCF
(173,127,207)
#B48AD3
(180,138,211)
#BB95D7
(187,149,215)
#C2A0DB
(194,160,219)
#C9ABDF
(201,171,223)
#D0B6E3
(208,182,227)
#D7C1E7
(215,193,231)
#DECCEB
(222,204,235)
#E5D7EF
(229,215,239)
#ECE2F3
(236,226,243)
#F3EDF7
(243,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD7FCF; }

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

This text font color is #AD7FCF.

Background Color

.myBgColor { background-color: #AD7FCF; }

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

This div background color is #AD7FCF.

Border color

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

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

This div border color is #AD7FCF.

Opacity

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

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

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

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

This text has shadow with #AD7FCF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD7FCF.

Preview

Color preview on black background

This text has color #AD7FCF on black background.


Color preview on white background

This text has color #AD7FCF on white background.


Black color preview on #AD7FCF background

This text has black color on #AD7FCF background.


White color preview on #AD7FCF background

This text has white color on #AD7FCF background.


Related colors

Complementary color

Complementary color for #hex is #528030.


I love getcolorcode.com

Triadic colors

1 #CFAD7F and #7FCFAD with #AD7FCF are triadic colors.

2 #CF7FAD and #7FADCF with #AD7FCF are triadic colors.