COLOR #AD8990

HEX: #AD8990
RGB: (173,137,144)

Color info

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

RGB color model

#AD8990 color RGB value is (173,137,144).

  • red value is 173;
  • green value is 137;
  • blue value is 144.
RGB:
(173,137,144)
(68%,54%,56%)

RGB channels and saturation

R 173 of 255 = 68%
G 137 of 255 = 54%
B 144 of 255 = 56%

173
137
144

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

Portions of RGB colors in percentages

R + G + B =
173 + 137 + 144 = 454 (100%)
R 173 of 454 ~ 38.11%
G 137 of 454 ~ 30.18%
B 144 of 454 ~ 31.72%

%38.11
%30.18
%31.72

CMYK color model

#AD8990 color CMYK value is (0,21,17,32).

  • cyan value is 0.00%
  • magenta value is 20.81%
  • yellow value is 16.76%
  • key color value is 32.16%
CMYK:
(0,21,17,32)
C0M21Y17K32 
(0%,21%,17%,32%)
(0.00/0.21/0.17/0.32)	

CMYK percentages

%0
%20.81
%16.76
%32.16

Codes

Color #AD8990 in popluar color models

AD8990
RGB173137144
HSL348°18.00%60.78%
HSB/HSV348°20.81%67.84%
CMYK0.00%20.81%16.76%
32.16%

Color #AD8990 in popluar number systems.

HEXAD8990
Decimal173137144
Binary101011011000100110010000
Octal255211220

Shades and tints

Shades of #AD8990

#AD8990
(173,137,144)
#9E7D83
(158,125,131)
#8F7176
(143,113,118)
#806569
(128,101,105)
#71595C
(113,89,92)
#624D4F
(98,77,79)
#534142
(83,65,66)
#443535
(68,53,53)
#352928
(53,41,40)
#261D1B
(38,29,27)
#17110E
(23,17,14)
#000000
(0,0,0)

Tints of #AD8990

#AD8990
(173,137,144)
#B4939A
(180,147,154)
#BB9DA4
(187,157,164)
#C2A7AE
(194,167,174)
#C9B1B8
(201,177,184)
#D0BBC2
(208,187,194)
#D7C5CC
(215,197,204)
#DECFD6
(222,207,214)
#E5D9E0
(229,217,224)
#ECE3EA
(236,227,234)
#F3EDF4
(243,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD8990 color. Also use rgb(173,137,144) instead hex code.

Text Font Color

.myTextColor { color: #AD8990; }

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

This text font color is #AD8990.


Background Color

.myBgColor { background-color: #AD8990; }

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

This div background color is #AD8990.


Border color

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

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

This div border color is #AD8990.


Opacity

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

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

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

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

This text has shadow with #AD8990 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD8990 on black background.


Color preview on white background

This text has color #AD8990 on white background.



Black color preview on #AD8990 background

This text has black color on #AD8990 background.


White color preview on #AD8990 background

This text has white color on #AD8990 background.