COLOR #AD718F

HEX: #AD718F
RGB: (173,113,143)

Color info

#AD718F contains mainly red and blue colors. Web safe color of #AD718F is #996699 (or #969).

RGB color model

#AD718F color RGB value is (173,113,143).

  • red value is 173;
  • green value is 113;
  • blue value is 143.
RGB:
(173,113,143)
(68%,44%,56%)

RGB channels and saturation

R 173 of 255 = 68%
G 113 of 255 = 44%
B 143 of 255 = 56%

173
113
143

R + G + B ~ 56%. #AD718F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
173 + 113 + 143 = 429 (100%)
R 173 of 429 ~ 40.33%
G 113 of 429 ~ 26.34%
B 143 of 429 ~ 33.33%

%40.33
%26.34
%33.33

CMYK color model

#AD718F color CMYK value is (0,35,17,32).

  • cyan value is 0.00%
  • magenta value is 34.68%
  • yellow value is 17.34%
  • key color value is 32.16%
CMYK:
(0,35,17,32)
C0M35Y17K32 
(0%,35%,17%,32%)
(0.00/0.35/0.17/0.32)	

CMYK percentages

%0
%34.68
%17.34
%32.16

Codes

Color #AD718F in popluar color models

AD718F
RGB173113143
HSL330°26.79%56.08%
HSB/HSV330°34.68%67.84%
CMYK0.00%34.68%17.34%
32.16%

Color #AD718F in popluar number systems.

HEXAD718F
Decimal173113143
Binary10101101111000110001111
Octal255161217

Shades and tints

Shades of #AD718F

#AD718F
(173,113,143)
#9E6782
(158,103,130)
#8F5D75
(143,93,117)
#805368
(128,83,104)
#71495B
(113,73,91)
#623F4E
(98,63,78)
#533541
(83,53,65)
#442B34
(68,43,52)
#352127
(53,33,39)
#26171A
(38,23,26)
#170D0D
(23,13,13)
#000000
(0,0,0)

Tints of #AD718F

#AD718F
(173,113,143)
#B47D99
(180,125,153)
#BB89A3
(187,137,163)
#C295AD
(194,149,173)
#C9A1B7
(201,161,183)
#D0ADC1
(208,173,193)
#D7B9CB
(215,185,203)
#DEC5D5
(222,197,213)
#E5D1DF
(229,209,223)
#ECDDE9
(236,221,233)
#F3E9F3
(243,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD718F; }

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

This text font color is #AD718F.


Background Color

.myBgColor { background-color: #AD718F; }

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

This div background color is #AD718F.


Border color

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

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

This div border color is #AD718F.


Opacity

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

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

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

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

This text has shadow with #AD718F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD718F on black background.


Color preview on white background

This text has color #AD718F on white background.



Black color preview on #AD718F background

This text has black color on #AD718F background.


White color preview on #AD718F background

This text has white color on #AD718F background.