COLOR #AD79A6

HEX: #AD79A6
RGB: (173,121,166)

Color info

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

RGB color model

#AD79A6 color RGB value is (173,121,166).

  • red value is 173;
  • green value is 121;
  • blue value is 166.
RGB:
(173,121,166)
(68%,47%,65%)

RGB channels and saturation

R 173 of 255 = 68%
G 121 of 255 = 47%
B 166 of 255 = 65%

173
121
166

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

Portions of RGB colors in percentages

R + G + B =
173 + 121 + 166 = 460 (100%)
R 173 of 460 ~ 37.61%
G 121 of 460 ~ 26.3%
B 166 of 460 ~ 36.09%

%37.61
%26.3
%36.09

CMYK color model

#AD79A6 color CMYK value is (0,30,4,32).

  • cyan value is 0.00%
  • magenta value is 30.06%
  • yellow value is 4.05%
  • key color value is 32.16%
CMYK:
(0,30,4,32)
C0M30Y4K32 
(0%,30%,4%,32%)
(0.00/0.30/0.04/0.32)	

CMYK percentages

%0
%30.06
%4.05
%32.16

Codes

Color #AD79A6 in popluar color models

AD79A6
RGB173121166
HSL308°24.07%57.65%
HSB/HSV308°30.06%67.84%
CMYK0.00%30.06%4.05%
32.16%

Color #AD79A6 in popluar number systems.

HEXAD79A6
Decimal173121166
Binary10101101111100110100110
Octal255171246

Shades and tints

Shades of #AD79A6

#AD79A6
(173,121,166)
#9E6E97
(158,110,151)
#8F6388
(143,99,136)
#805879
(128,88,121)
#714D6A
(113,77,106)
#62425B
(98,66,91)
#53374C
(83,55,76)
#442C3D
(68,44,61)
#35212E
(53,33,46)
#26161F
(38,22,31)
#170B10
(23,11,16)
#000000
(0,0,0)

Tints of #AD79A6

#AD79A6
(173,121,166)
#B485AE
(180,133,174)
#BB91B6
(187,145,182)
#C29DBE
(194,157,190)
#C9A9C6
(201,169,198)
#D0B5CE
(208,181,206)
#D7C1D6
(215,193,214)
#DECDDE
(222,205,222)
#E5D9E6
(229,217,230)
#ECE5EE
(236,229,238)
#F3F1F6
(243,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD79A6 color. Also use rgb(173,121,166) instead hex code.

Text Font Color

.myTextColor { color: #AD79A6; }

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

This text font color is #AD79A6.


Background Color

.myBgColor { background-color: #AD79A6; }

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

This div background color is #AD79A6.


Border color

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

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

This div border color is #AD79A6.


Opacity

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

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

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

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

This text has shadow with #AD79A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD79A6 on black background.


Color preview on white background

This text has color #AD79A6 on white background.



Black color preview on #AD79A6 background

This text has black color on #AD79A6 background.


White color preview on #AD79A6 background

This text has white color on #AD79A6 background.