COLOR #AD839E

HEX: #AD839E
RGB: (173,131,158)

Color info

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

RGB color model

#AD839E color RGB value is (173,131,158).

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

RGB channels and saturation

R 173 of 255 = 68%
G 131 of 255 = 51%
B 158 of 255 = 62%

173
131
158

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

Portions of RGB colors in percentages

R + G + B =
173 + 131 + 158 = 462 (100%)
R 173 of 462 ~ 37.45%
G 131 of 462 ~ 28.35%
B 158 of 462 ~ 34.2%

%37.45
%28.35
%34.2

CMYK color model

#AD839E color CMYK value is (0,24,9,32).

  • cyan value is 0.00%
  • magenta value is 24.28%
  • yellow value is 8.67%
  • key color value is 32.16%
CMYK:
(0,24,9,32)
C0M24Y9K32 
(0%,24%,9%,32%)
(0.00/0.24/0.09/0.32)	

CMYK percentages

%0
%24.28
%8.67
%32.16

Codes

Color #AD839E in popluar color models

AD839E
RGB173131158
HSL321°20.39%59.61%
HSB/HSV321°24.28%67.84%
CMYK0.00%24.28%8.67%
32.16%

Color #AD839E in popluar number systems.

HEXAD839E
Decimal173131158
Binary101011011000001110011110
Octal255203236

Shades and tints

Shades of #AD839E

#AD839E
(173,131,158)
#9E7890
(158,120,144)
#8F6D82
(143,109,130)
#806274
(128,98,116)
#715766
(113,87,102)
#624C58
(98,76,88)
#53414A
(83,65,74)
#44363C
(68,54,60)
#352B2E
(53,43,46)
#262020
(38,32,32)
#171512
(23,21,18)
#000000
(0,0,0)

Tints of #AD839E

#AD839E
(173,131,158)
#B48EA6
(180,142,166)
#BB99AE
(187,153,174)
#C2A4B6
(194,164,182)
#C9AFBE
(201,175,190)
#D0BAC6
(208,186,198)
#D7C5CE
(215,197,206)
#DED0D6
(222,208,214)
#E5DBDE
(229,219,222)
#ECE6E6
(236,230,230)
#F3F1EE
(243,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD839E; }

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

This text font color is #AD839E.


Background Color

.myBgColor { background-color: #AD839E; }

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

This div background color is #AD839E.


Border color

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

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

This div border color is #AD839E.


Opacity

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

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

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

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

This text has shadow with #AD839E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD839E on black background.


Color preview on white background

This text has color #AD839E on white background.



Black color preview on #AD839E background

This text has black color on #AD839E background.


White color preview on #AD839E background

This text has white color on #AD839E background.