COLOR #AD828F

HEX: #AD828F
RGB: (173,130,143)

Color info

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

RGB color model

#AD828F color RGB value is (173,130,143).

  • red value is 173;
  • green value is 130;
  • blue value is 143.
RGB:
(173,130,143)
(68%,51%,56%)

RGB channels and saturation

R 173 of 255 = 68%
G 130 of 255 = 51%
B 143 of 255 = 56%

173
130
143

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

Portions of RGB colors in percentages

R + G + B =
173 + 130 + 143 = 446 (100%)
R 173 of 446 ~ 38.79%
G 130 of 446 ~ 29.15%
B 143 of 446 ~ 32.06%

%38.79
%29.15
%32.06

CMYK color model

#AD828F color CMYK value is (0,25,17,32).

  • cyan value is 0.00%
  • magenta value is 24.86%
  • yellow value is 17.34%
  • key color value is 32.16%
CMYK:
(0,25,17,32)
C0M25Y17K32 
(0%,25%,17%,32%)
(0.00/0.25/0.17/0.32)	

CMYK percentages

%0
%24.86
%17.34
%32.16

Codes

Color #AD828F in popluar color models

AD828F
RGB173130143
HSL342°20.77%59.41%
HSB/HSV342°24.86%67.84%
CMYK0.00%24.86%17.34%
32.16%

Color #AD828F in popluar number systems.

HEXAD828F
Decimal173130143
Binary101011011000001010001111
Octal255202217

Shades and tints

Shades of #AD828F

#AD828F
(173,130,143)
#9E7782
(158,119,130)
#8F6C75
(143,108,117)
#806168
(128,97,104)
#71565B
(113,86,91)
#624B4E
(98,75,78)
#534041
(83,64,65)
#443534
(68,53,52)
#352A27
(53,42,39)
#261F1A
(38,31,26)
#17140D
(23,20,13)
#000000
(0,0,0)

Tints of #AD828F

#AD828F
(173,130,143)
#B48D99
(180,141,153)
#BB98A3
(187,152,163)
#C2A3AD
(194,163,173)
#C9AEB7
(201,174,183)
#D0B9C1
(208,185,193)
#D7C4CB
(215,196,203)
#DECFD5
(222,207,213)
#E5DADF
(229,218,223)
#ECE5E9
(236,229,233)
#F3F0F3
(243,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD828F color. Also use rgb(173,130,143) instead hex code.

Text Font Color

.myTextColor { color: #AD828F; }

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

This text font color is #AD828F.


Background Color

.myBgColor { background-color: #AD828F; }

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

This div background color is #AD828F.


Border color

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

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

This div border color is #AD828F.


Opacity

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

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

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

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

This text has shadow with #AD828F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD828F on black background.


Color preview on white background

This text has color #AD828F on white background.



Black color preview on #AD828F background

This text has black color on #AD828F background.


White color preview on #AD828F background

This text has white color on #AD828F background.