COLOR #AD929D

HEX: #AD929D
RGB: (173,146,157)

Color info

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

RGB color model

#AD929D color RGB value is (173,146,157).

  • red value is 173;
  • green value is 146;
  • blue value is 157.
RGB:
(173,146,157)
(68%,57%,62%)

RGB channels and saturation

R 173 of 255 = 68%
G 146 of 255 = 57%
B 157 of 255 = 62%

173
146
157

R + G + B ~ 62%. #AD929D is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 146 + 157 = 476 (100%)
R 173 of 476 ~ 36.34%
G 146 of 476 ~ 30.67%
B 157 of 476 ~ 32.98%

%36.34
%30.67
%32.98

CMYK color model

#AD929D color CMYK value is (0,16,9,32).

  • cyan value is 0.00%
  • magenta value is 15.61%
  • yellow value is 9.25%
  • key color value is 32.16%
CMYK:
(0,16,9,32)
C0M16Y9K32 
(0%,16%,9%,32%)
(0.00/0.16/0.09/0.32)	

CMYK percentages

%0
%15.61
%9.25
%32.16

Codes

Color #AD929D in popluar color models

AD929D
RGB173146157
HSL336°14.14%62.55%
HSB/HSV336°15.61%67.84%
CMYK0.00%15.61%9.25%
32.16%

Color #AD929D in popluar number systems.

HEXAD929D
Decimal173146157
Binary101011011001001010011101
Octal255222235

Shades and tints

Shades of #AD929D

#AD929D
(173,146,157)
#9E858F
(158,133,143)
#8F7881
(143,120,129)
#806B73
(128,107,115)
#715E65
(113,94,101)
#625157
(98,81,87)
#534449
(83,68,73)
#44373B
(68,55,59)
#352A2D
(53,42,45)
#261D1F
(38,29,31)
#171011
(23,16,17)
#000000
(0,0,0)

Tints of #AD929D

#AD929D
(173,146,157)
#B49BA5
(180,155,165)
#BBA4AD
(187,164,173)
#C2ADB5
(194,173,181)
#C9B6BD
(201,182,189)
#D0BFC5
(208,191,197)
#D7C8CD
(215,200,205)
#DED1D5
(222,209,213)
#E5DADD
(229,218,221)
#ECE3E5
(236,227,229)
#F3ECED
(243,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD929D color. Also use rgb(173,146,157) instead hex code.

Text Font Color

.myTextColor { color: #AD929D; }

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

This text font color is #AD929D.


Background Color

.myBgColor { background-color: #AD929D; }

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

This div background color is #AD929D.


Border color

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

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

This div border color is #AD929D.


Opacity

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

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

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

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

This text has shadow with #AD929D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD929D on black background.


Color preview on white background

This text has color #AD929D on white background.



Black color preview on #AD929D background

This text has black color on #AD929D background.


White color preview on #AD929D background

This text has white color on #AD929D background.