COLOR #AD939E

HEX: #AD939E
RGB: (173,147,158)

Color info

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

RGB color model

#AD939E color RGB value is (173,147,158).

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

RGB channels and saturation

R 173 of 255 = 68%
G 147 of 255 = 58%
B 158 of 255 = 62%

173
147
158

R + G + B ~ 63%. #AD939E is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 147 + 158 = 478 (100%)
R 173 of 478 ~ 36.19%
G 147 of 478 ~ 30.75%
B 158 of 478 ~ 33.05%

%36.19
%30.75
%33.05

CMYK color model

#AD939E color CMYK value is (0,15,9,32).

  • cyan value is 0.00%
  • magenta value is 15.03%
  • yellow value is 8.67%
  • key color value is 32.16%
CMYK:
(0,15,9,32)
C0M15Y9K32 
(0%,15%,9%,32%)
(0.00/0.15/0.09/0.32)	

CMYK percentages

%0
%15.03
%8.67
%32.16

Codes

Color #AD939E in popluar color models

AD939E
RGB173147158
HSL335°13.68%62.75%
HSB/HSV335°15.03%67.84%
CMYK0.00%15.03%8.67%
32.16%

Color #AD939E in popluar number systems.

HEXAD939E
Decimal173147158
Binary101011011001001110011110
Octal255223236

Shades and tints

Shades of #AD939E

#AD939E
(173,147,158)
#9E8690
(158,134,144)
#8F7982
(143,121,130)
#806C74
(128,108,116)
#715F66
(113,95,102)
#625258
(98,82,88)
#53454A
(83,69,74)
#44383C
(68,56,60)
#352B2E
(53,43,46)
#261E20
(38,30,32)
#171112
(23,17,18)
#000000
(0,0,0)

Tints of #AD939E

#AD939E
(173,147,158)
#B49CA6
(180,156,166)
#BBA5AE
(187,165,174)
#C2AEB6
(194,174,182)
#C9B7BE
(201,183,190)
#D0C0C6
(208,192,198)
#D7C9CE
(215,201,206)
#DED2D6
(222,210,214)
#E5DBDE
(229,219,222)
#ECE4E6
(236,228,230)
#F3EDEE
(243,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD939E; }

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

This text font color is #AD939E.


Background Color

.myBgColor { background-color: #AD939E; }

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

This div background color is #AD939E.


Border color

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

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

This div border color is #AD939E.


Opacity

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

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

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

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

This text has shadow with #AD939E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD939E on black background.


Color preview on white background

This text has color #AD939E on white background.



Black color preview on #AD939E background

This text has black color on #AD939E background.


White color preview on #AD939E background

This text has white color on #AD939E background.