COLOR #AD96A3

HEX: #AD96A3
RGB: (173,150,163)

Color info

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

RGB color model

#AD96A3 color RGB value is (173,150,163).

  • red value is 173;
  • green value is 150;
  • blue value is 163.
RGB:
(173,150,163)
(68%,59%,64%)

RGB channels and saturation

R 173 of 255 = 68%
G 150 of 255 = 59%
B 163 of 255 = 64%

173
150
163

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

Portions of RGB colors in percentages

R + G + B =
173 + 150 + 163 = 486 (100%)
R 173 of 486 ~ 35.6%
G 150 of 486 ~ 30.86%
B 163 of 486 ~ 33.54%

%35.6
%30.86
%33.54

CMYK color model

#AD96A3 color CMYK value is (0,13,6,32).

  • cyan value is 0.00%
  • magenta value is 13.29%
  • yellow value is 5.78%
  • key color value is 32.16%
CMYK:
(0,13,6,32)
C0M13Y6K32 
(0%,13%,6%,32%)
(0.00/0.13/0.06/0.32)	

CMYK percentages

%0
%13.29
%5.78
%32.16

Codes

Color #AD96A3 in popluar color models

AD96A3
RGB173150163
HSL326°12.30%63.33%
HSB/HSV326°13.29%67.84%
CMYK0.00%13.29%5.78%
32.16%

Color #AD96A3 in popluar number systems.

HEXAD96A3
Decimal173150163
Binary101011011001011010100011
Octal255226243

Shades and tints

Shades of #AD96A3

#AD96A3
(173,150,163)
#9E8995
(158,137,149)
#8F7C87
(143,124,135)
#806F79
(128,111,121)
#71626B
(113,98,107)
#62555D
(98,85,93)
#53484F
(83,72,79)
#443B41
(68,59,65)
#352E33
(53,46,51)
#262125
(38,33,37)
#171417
(23,20,23)
#000000
(0,0,0)

Tints of #AD96A3

#AD96A3
(173,150,163)
#B49FAB
(180,159,171)
#BBA8B3
(187,168,179)
#C2B1BB
(194,177,187)
#C9BAC3
(201,186,195)
#D0C3CB
(208,195,203)
#D7CCD3
(215,204,211)
#DED5DB
(222,213,219)
#E5DEE3
(229,222,227)
#ECE7EB
(236,231,235)
#F3F0F3
(243,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD96A3 color. Also use rgb(173,150,163) instead hex code.

Text Font Color

.myTextColor { color: #AD96A3; }

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

This text font color is #AD96A3.


Background Color

.myBgColor { background-color: #AD96A3; }

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

This div background color is #AD96A3.


Border color

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

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

This div border color is #AD96A3.


Opacity

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

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

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

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

This text has shadow with #AD96A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD96A3 on black background.


Color preview on white background

This text has color #AD96A3 on white background.



Black color preview on #AD96A3 background

This text has black color on #AD96A3 background.


White color preview on #AD96A3 background

This text has white color on #AD96A3 background.