COLOR #AD79A1

HEX: #AD79A1
RGB: (173,121,161)

Color info

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

RGB color model

#AD79A1 color RGB value is (173,121,161).

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

RGB channels and saturation

R 173 of 255 = 68%
G 121 of 255 = 47%
B 161 of 255 = 63%

173
121
161

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

Portions of RGB colors in percentages

R + G + B =
173 + 121 + 161 = 455 (100%)
R 173 of 455 ~ 38.02%
G 121 of 455 ~ 26.59%
B 161 of 455 ~ 35.38%

%38.02
%26.59
%35.38

CMYK color model

#AD79A1 color CMYK value is (0,30,7,32).

  • cyan value is 0.00%
  • magenta value is 30.06%
  • yellow value is 6.94%
  • key color value is 32.16%
CMYK:
(0,30,7,32)
C0M30Y7K32 
(0%,30%,7%,32%)
(0.00/0.30/0.07/0.32)	

CMYK percentages

%0
%30.06
%6.94
%32.16

Codes

Color #AD79A1 in popluar color models

AD79A1
RGB173121161
HSL314°24.07%57.65%
HSB/HSV314°30.06%67.84%
CMYK0.00%30.06%6.94%
32.16%

Color #AD79A1 in popluar number systems.

HEXAD79A1
Decimal173121161
Binary10101101111100110100001
Octal255171241

Shades and tints

Shades of #AD79A1

#AD79A1
(173,121,161)
#9E6E93
(158,110,147)
#8F6385
(143,99,133)
#805877
(128,88,119)
#714D69
(113,77,105)
#62425B
(98,66,91)
#53374D
(83,55,77)
#442C3F
(68,44,63)
#352131
(53,33,49)
#261623
(38,22,35)
#170B15
(23,11,21)
#000000
(0,0,0)

Tints of #AD79A1

#AD79A1
(173,121,161)
#B485A9
(180,133,169)
#BB91B1
(187,145,177)
#C29DB9
(194,157,185)
#C9A9C1
(201,169,193)
#D0B5C9
(208,181,201)
#D7C1D1
(215,193,209)
#DECDD9
(222,205,217)
#E5D9E1
(229,217,225)
#ECE5E9
(236,229,233)
#F3F1F1
(243,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD79A1; }

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

This text font color is #AD79A1.


Background Color

.myBgColor { background-color: #AD79A1; }

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

This div background color is #AD79A1.


Border color

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

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

This div border color is #AD79A1.


Opacity

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

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

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

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

This text has shadow with #AD79A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD79A1 on black background.


Color preview on white background

This text has color #AD79A1 on white background.



Black color preview on #AD79A1 background

This text has black color on #AD79A1 background.


White color preview on #AD79A1 background

This text has white color on #AD79A1 background.