COLOR #AD789E

HEX: #AD789E
RGB: (173,120,158)

Color info

#AD789E contains red, green and blue colors in about the same proportion. Web safe color of #AD789E is #996699 (or #969).

RGB color model

#AD789E color RGB value is (173,120,158).

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

RGB channels and saturation

R 173 of 255 = 68%
G 120 of 255 = 47%
B 158 of 255 = 62%

173
120
158

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

Portions of RGB colors in percentages

R + G + B =
173 + 120 + 158 = 451 (100%)
R 173 of 451 ~ 38.36%
G 120 of 451 ~ 26.61%
B 158 of 451 ~ 35.03%

%38.36
%26.61
%35.03

CMYK color model

#AD789E color CMYK value is (0,31,9,32).

  • cyan value is 0.00%
  • magenta value is 30.64%
  • yellow value is 8.67%
  • key color value is 32.16%
CMYK:
(0,31,9,32)
C0M31Y9K32 
(0%,31%,9%,32%)
(0.00/0.31/0.09/0.32)	

CMYK percentages

%0
%30.64
%8.67
%32.16

Codes

Color #AD789E in popluar color models

AD789E
RGB173120158
HSL317°24.42%57.45%
HSB/HSV317°30.64%67.84%
CMYK0.00%30.64%8.67%
32.16%

Color #AD789E in popluar number systems.

HEXAD789E
Decimal173120158
Binary10101101111100010011110
Octal255170236

Shades and tints

Shades of #AD789E

#AD789E
(173,120,158)
#9E6E90
(158,110,144)
#8F6482
(143,100,130)
#805A74
(128,90,116)
#715066
(113,80,102)
#624658
(98,70,88)
#533C4A
(83,60,74)
#44323C
(68,50,60)
#35282E
(53,40,46)
#261E20
(38,30,32)
#171412
(23,20,18)
#000000
(0,0,0)

Tints of #AD789E

#AD789E
(173,120,158)
#B484A6
(180,132,166)
#BB90AE
(187,144,174)
#C29CB6
(194,156,182)
#C9A8BE
(201,168,190)
#D0B4C6
(208,180,198)
#D7C0CE
(215,192,206)
#DECCD6
(222,204,214)
#E5D8DE
(229,216,222)
#ECE4E6
(236,228,230)
#F3F0EE
(243,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD789E; }

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

This text font color is #AD789E.


Background Color

.myBgColor { background-color: #AD789E; }

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

This div background color is #AD789E.


Border color

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

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

This div border color is #AD789E.


Opacity

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

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

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

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

This text has shadow with #AD789E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD789E on black background.


Color preview on white background

This text has color #AD789E on white background.



Black color preview on #AD789E background

This text has black color on #AD789E background.


White color preview on #AD789E background

This text has white color on #AD789E background.