COLOR #AD719E

HEX: #AD719E
RGB: (173,113,158)

Color info

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

RGB color model

#AD719E color RGB value is (173,113,158).

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

RGB channels and saturation

R 173 of 255 = 68%
G 113 of 255 = 44%
B 158 of 255 = 62%

173
113
158

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

Portions of RGB colors in percentages

R + G + B =
173 + 113 + 158 = 444 (100%)
R 173 of 444 ~ 38.96%
G 113 of 444 ~ 25.45%
B 158 of 444 ~ 35.59%

%38.96
%25.45
%35.59

CMYK color model

#AD719E color CMYK value is (0,35,9,32).

  • cyan value is 0.00%
  • magenta value is 34.68%
  • yellow value is 8.67%
  • key color value is 32.16%
CMYK:
(0,35,9,32)
C0M35Y9K32 
(0%,35%,9%,32%)
(0.00/0.35/0.09/0.32)	

CMYK percentages

%0
%34.68
%8.67
%32.16

Codes

Color #AD719E in popluar color models

AD719E
RGB173113158
HSL315°26.79%56.08%
HSB/HSV315°34.68%67.84%
CMYK0.00%34.68%8.67%
32.16%

Color #AD719E in popluar number systems.

HEXAD719E
Decimal173113158
Binary10101101111000110011110
Octal255161236

Shades and tints

Shades of #AD719E

#AD719E
(173,113,158)
#9E6790
(158,103,144)
#8F5D82
(143,93,130)
#805374
(128,83,116)
#714966
(113,73,102)
#623F58
(98,63,88)
#53354A
(83,53,74)
#442B3C
(68,43,60)
#35212E
(53,33,46)
#261720
(38,23,32)
#170D12
(23,13,18)
#000000
(0,0,0)

Tints of #AD719E

#AD719E
(173,113,158)
#B47DA6
(180,125,166)
#BB89AE
(187,137,174)
#C295B6
(194,149,182)
#C9A1BE
(201,161,190)
#D0ADC6
(208,173,198)
#D7B9CE
(215,185,206)
#DEC5D6
(222,197,214)
#E5D1DE
(229,209,222)
#ECDDE6
(236,221,230)
#F3E9EE
(243,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD719E; }

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

This text font color is #AD719E.


Background Color

.myBgColor { background-color: #AD719E; }

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

This div background color is #AD719E.


Border color

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

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

This div border color is #AD719E.


Opacity

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

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

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

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

This text has shadow with #AD719E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD719E on black background.


Color preview on white background

This text has color #AD719E on white background.



Black color preview on #AD719E background

This text has black color on #AD719E background.


White color preview on #AD719E background

This text has white color on #AD719E background.