COLOR #AD94AF

HEX: #AD94AF
RGB: (173,148,175)

Color info

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

RGB color model

#AD94AF color RGB value is (173,148,175).

  • red value is 173;
  • green value is 148;
  • blue value is 175.
RGB:
(173,148,175)
(68%,58%,69%)

RGB channels and saturation

R 173 of 255 = 68%
G 148 of 255 = 58%
B 175 of 255 = 69%

173
148
175

R + G + B ~ 65%. #AD94AF is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 148 + 175 = 496 (100%)
R 173 of 496 ~ 34.88%
G 148 of 496 ~ 29.84%
B 175 of 496 ~ 35.28%

%34.88
%29.84
%35.28

CMYK color model

#AD94AF color CMYK value is (1,15,0,31).

  • cyan value is 1.14%
  • magenta value is 15.43%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(1,15,0,31)
C1M15Y0K31 
(1%,15%,0%,31%)
(0.01/0.15/0.00/0.31)	

CMYK percentages

%1.14
%15.43
%0
%31.37

Codes

Color #AD94AF in popluar color models

AD94AF
RGB173148175
HSL296°14.44%63.33%
HSB/HSV296°15.43%68.63%
CMYK1.14%15.43%0.00%
31.37%

Color #AD94AF in popluar number systems.

HEXAD94AF
Decimal173148175
Binary101011011001010010101111
Octal255224257

Shades and tints

Shades of #AD94AF

#AD94AF
(173,148,175)
#9E87A0
(158,135,160)
#8F7A91
(143,122,145)
#806D82
(128,109,130)
#716073
(113,96,115)
#625364
(98,83,100)
#534655
(83,70,85)
#443946
(68,57,70)
#352C37
(53,44,55)
#261F28
(38,31,40)
#171219
(23,18,25)
#000000
(0,0,0)

Tints of #AD94AF

#AD94AF
(173,148,175)
#B49DB6
(180,157,182)
#BBA6BD
(187,166,189)
#C2AFC4
(194,175,196)
#C9B8CB
(201,184,203)
#D0C1D2
(208,193,210)
#D7CAD9
(215,202,217)
#DED3E0
(222,211,224)
#E5DCE7
(229,220,231)
#ECE5EE
(236,229,238)
#F3EEF5
(243,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD94AF color. Also use rgb(173,148,175) instead hex code.

Text Font Color

.myTextColor { color: #AD94AF; }

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

This text font color is #AD94AF.


Background Color

.myBgColor { background-color: #AD94AF; }

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

This div background color is #AD94AF.


Border color

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

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

This div border color is #AD94AF.


Opacity

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

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

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

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

This text has shadow with #AD94AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD94AF on black background.


Color preview on white background

This text has color #AD94AF on white background.



Black color preview on #AD94AF background

This text has black color on #AD94AF background.


White color preview on #AD94AF background

This text has white color on #AD94AF background.