COLOR #AD879E

HEX: #AD879E
RGB: (173,135,158)

Color info

#AD879E contains red, green and blue colors in about the same proportion. Web safe color of #AD879E is #999999 (or #999).

RGB color model

#AD879E color RGB value is (173,135,158).

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

RGB channels and saturation

R 173 of 255 = 68%
G 135 of 255 = 53%
B 158 of 255 = 62%

173
135
158

R + G + B ~ 61%. #AD879E is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 135 + 158 = 466 (100%)
R 173 of 466 ~ 37.12%
G 135 of 466 ~ 28.97%
B 158 of 466 ~ 33.91%

%37.12
%28.97
%33.91

CMYK color model

#AD879E color CMYK value is (0,22,9,32).

  • cyan value is 0.00%
  • magenta value is 21.97%
  • yellow value is 8.67%
  • key color value is 32.16%
CMYK:
(0,22,9,32)
C0M22Y9K32 
(0%,22%,9%,32%)
(0.00/0.22/0.09/0.32)	

CMYK percentages

%0
%21.97
%8.67
%32.16

Codes

Color #AD879E in popluar color models

AD879E
RGB173135158
HSL324°18.81%60.39%
HSB/HSV324°21.97%67.84%
CMYK0.00%21.97%8.67%
32.16%

Color #AD879E in popluar number systems.

HEXAD879E
Decimal173135158
Binary101011011000011110011110
Octal255207236

Shades and tints

Shades of #AD879E

#AD879E
(173,135,158)
#9E7B90
(158,123,144)
#8F6F82
(143,111,130)
#806374
(128,99,116)
#715766
(113,87,102)
#624B58
(98,75,88)
#533F4A
(83,63,74)
#44333C
(68,51,60)
#35272E
(53,39,46)
#261B20
(38,27,32)
#170F12
(23,15,18)
#000000
(0,0,0)

Tints of #AD879E

#AD879E
(173,135,158)
#B491A6
(180,145,166)
#BB9BAE
(187,155,174)
#C2A5B6
(194,165,182)
#C9AFBE
(201,175,190)
#D0B9C6
(208,185,198)
#D7C3CE
(215,195,206)
#DECDD6
(222,205,214)
#E5D7DE
(229,215,222)
#ECE1E6
(236,225,230)
#F3EBEE
(243,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD879E; }

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

This text font color is #AD879E.


Background Color

.myBgColor { background-color: #AD879E; }

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

This div background color is #AD879E.


Border color

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

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

This div border color is #AD879E.


Opacity

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

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

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

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

This text has shadow with #AD879E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD879E on black background.


Color preview on white background

This text has color #AD879E on white background.



Black color preview on #AD879E background

This text has black color on #AD879E background.


White color preview on #AD879E background

This text has white color on #AD879E background.