COLOR #AD7ECF

HEX: #AD7ECF
RGB: (173,126,207)

Color info

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

RGB color model

#AD7ECF color RGB value is (173,126,207).

  • red value is 173;
  • green value is 126;
  • blue value is 207.
RGB:
(173,126,207)
(68%,49%,81%)

RGB channels and saturation

R 173 of 255 = 68%
G 126 of 255 = 49%
B 207 of 255 = 81%

173
126
207

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

Portions of RGB colors in percentages

R + G + B =
173 + 126 + 207 = 506 (100%)
R 173 of 506 ~ 34.19%
G 126 of 506 ~ 24.9%
B 207 of 506 ~ 40.91%

%34.19
%24.9
%40.91

CMYK color model

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

  • cyan value is 16.43%
  • magenta value is 39.13%
  • 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
%39.13
%0
%18.82

Codes

Color #AD7ECF in popluar color models

AD7ECF
RGB173126207
HSL275°45.76%65.29%
HSB/HSV275°39.13%81.18%
CMYK16.43%39.13%0.00%
18.82%

Color #AD7ECF in popluar number systems.

HEXAD7ECF
Decimal173126207
Binary10101101111111011001111
Octal255176317

Shades and tints

Shades of #AD7ECF

#AD7ECF
(173,126,207)
#9E73BD
(158,115,189)
#8F68AB
(143,104,171)
#805D99
(128,93,153)
#715287
(113,82,135)
#624775
(98,71,117)
#533C63
(83,60,99)
#443151
(68,49,81)
#35263F
(53,38,63)
#261B2D
(38,27,45)
#17101B
(23,16,27)
#000000
(0,0,0)

Tints of #AD7ECF

#AD7ECF
(173,126,207)
#B489D3
(180,137,211)
#BB94D7
(187,148,215)
#C29FDB
(194,159,219)
#C9AADF
(201,170,223)
#D0B5E3
(208,181,227)
#D7C0E7
(215,192,231)
#DECBEB
(222,203,235)
#E5D6EF
(229,214,239)
#ECE1F3
(236,225,243)
#F3ECF7
(243,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD7ECF; }

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

This text font color is #AD7ECF.


Background Color

.myBgColor { background-color: #AD7ECF; }

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

This div background color is #AD7ECF.


Border color

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

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

This div border color is #AD7ECF.


Opacity

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

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

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

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

This text has shadow with #AD7ECF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD7ECF on black background.


Color preview on white background

This text has color #AD7ECF on white background.



Black color preview on #AD7ECF background

This text has black color on #AD7ECF background.


White color preview on #AD7ECF background

This text has white color on #AD7ECF background.