COLOR #AD92A8

HEX: #AD92A8
RGB: (173,146,168)

Color info

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

RGB color model

#AD92A8 color RGB value is (173,146,168).

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

RGB channels and saturation

R 173 of 255 = 68%
G 146 of 255 = 57%
B 168 of 255 = 66%

173
146
168

R + G + B ~ 64%. #AD92A8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 146 + 168 = 487 (100%)
R 173 of 487 ~ 35.52%
G 146 of 487 ~ 29.98%
B 168 of 487 ~ 34.5%

%35.52
%29.98
%34.5

CMYK color model

#AD92A8 color CMYK value is (0,16,3,32).

  • cyan value is 0.00%
  • magenta value is 15.61%
  • yellow value is 2.89%
  • key color value is 32.16%
CMYK:
(0,16,3,32)
C0M16Y3K32 
(0%,16%,3%,32%)
(0.00/0.16/0.03/0.32)	

CMYK percentages

%0
%15.61
%2.89
%32.16

Codes

Color #AD92A8 in popluar color models

AD92A8
RGB173146168
HSL311°14.14%62.55%
HSB/HSV311°15.61%67.84%
CMYK0.00%15.61%2.89%
32.16%

Color #AD92A8 in popluar number systems.

HEXAD92A8
Decimal173146168
Binary101011011001001010101000
Octal255222250

Shades and tints

Shades of #AD92A8

#AD92A8
(173,146,168)
#9E8599
(158,133,153)
#8F788A
(143,120,138)
#806B7B
(128,107,123)
#715E6C
(113,94,108)
#62515D
(98,81,93)
#53444E
(83,68,78)
#44373F
(68,55,63)
#352A30
(53,42,48)
#261D21
(38,29,33)
#171012
(23,16,18)
#000000
(0,0,0)

Tints of #AD92A8

#AD92A8
(173,146,168)
#B49BAF
(180,155,175)
#BBA4B6
(187,164,182)
#C2ADBD
(194,173,189)
#C9B6C4
(201,182,196)
#D0BFCB
(208,191,203)
#D7C8D2
(215,200,210)
#DED1D9
(222,209,217)
#E5DAE0
(229,218,224)
#ECE3E7
(236,227,231)
#F3ECEE
(243,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD92A8; }

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

This text font color is #AD92A8.


Background Color

.myBgColor { background-color: #AD92A8; }

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

This div background color is #AD92A8.


Border color

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

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

This div border color is #AD92A8.


Opacity

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

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

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

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

This text has shadow with #AD92A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD92A8 on black background.


Color preview on white background

This text has color #AD92A8 on white background.



Black color preview on #AD92A8 background

This text has black color on #AD92A8 background.


White color preview on #AD92A8 background

This text has white color on #AD92A8 background.