COLOR #AD889E

HEX: #AD889E
RGB: (173,136,158)

Color info

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

RGB color model

#AD889E color RGB value is (173,136,158).

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

RGB channels and saturation

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

173
136
158

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

Portions of RGB colors in percentages

R + G + B =
173 + 136 + 158 = 467 (100%)
R 173 of 467 ~ 37.04%
G 136 of 467 ~ 29.12%
B 158 of 467 ~ 33.83%

%37.04
%29.12
%33.83

CMYK color model

#AD889E color CMYK value is (0,21,9,32).

  • cyan value is 0.00%
  • magenta value is 21.39%
  • yellow value is 8.67%
  • key color value is 32.16%
CMYK:
(0,21,9,32)
C0M21Y9K32 
(0%,21%,9%,32%)
(0.00/0.21/0.09/0.32)	

CMYK percentages

%0
%21.39
%8.67
%32.16

Codes

Color #AD889E in popluar color models

AD889E
RGB173136158
HSL324°18.41%60.59%
HSB/HSV324°21.39%67.84%
CMYK0.00%21.39%8.67%
32.16%

Color #AD889E in popluar number systems.

HEXAD889E
Decimal173136158
Binary101011011000100010011110
Octal255210236

Shades and tints

Shades of #AD889E

#AD889E
(173,136,158)
#9E7C90
(158,124,144)
#8F7082
(143,112,130)
#806474
(128,100,116)
#715866
(113,88,102)
#624C58
(98,76,88)
#53404A
(83,64,74)
#44343C
(68,52,60)
#35282E
(53,40,46)
#261C20
(38,28,32)
#171012
(23,16,18)
#000000
(0,0,0)

Tints of #AD889E

#AD889E
(173,136,158)
#B492A6
(180,146,166)
#BB9CAE
(187,156,174)
#C2A6B6
(194,166,182)
#C9B0BE
(201,176,190)
#D0BAC6
(208,186,198)
#D7C4CE
(215,196,206)
#DECED6
(222,206,214)
#E5D8DE
(229,216,222)
#ECE2E6
(236,226,230)
#F3ECEE
(243,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD889E; }

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

This text font color is #AD889E.


Background Color

.myBgColor { background-color: #AD889E; }

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

This div background color is #AD889E.


Border color

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

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

This div border color is #AD889E.


Opacity

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

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

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

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

This text has shadow with #AD889E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD889E on black background.


Color preview on white background

This text has color #AD889E on white background.



Black color preview on #AD889E background

This text has black color on #AD889E background.


White color preview on #AD889E background

This text has white color on #AD889E background.