COLOR #AD969D

HEX: #AD969D
RGB: (173,150,157)

Color info

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

RGB color model

#AD969D color RGB value is (173,150,157).

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

RGB channels and saturation

R 173 of 255 = 68%
G 150 of 255 = 59%
B 157 of 255 = 62%

173
150
157

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

Portions of RGB colors in percentages

R + G + B =
173 + 150 + 157 = 480 (100%)
R 173 of 480 ~ 36.04%
G 150 of 480 ~ 31.25%
B 157 of 480 ~ 32.71%

%36.04
%31.25
%32.71

CMYK color model

#AD969D color CMYK value is (0,13,9,32).

  • cyan value is 0.00%
  • magenta value is 13.29%
  • yellow value is 9.25%
  • key color value is 32.16%
CMYK:
(0,13,9,32)
C0M13Y9K32 
(0%,13%,9%,32%)
(0.00/0.13/0.09/0.32)	

CMYK percentages

%0
%13.29
%9.25
%32.16

Codes

Color #AD969D in popluar color models

AD969D
RGB173150157
HSL342°12.30%63.33%
HSB/HSV342°13.29%67.84%
CMYK0.00%13.29%9.25%
32.16%

Color #AD969D in popluar number systems.

HEXAD969D
Decimal173150157
Binary101011011001011010011101
Octal255226235

Shades and tints

Shades of #AD969D

#AD969D
(173,150,157)
#9E898F
(158,137,143)
#8F7C81
(143,124,129)
#806F73
(128,111,115)
#716265
(113,98,101)
#625557
(98,85,87)
#534849
(83,72,73)
#443B3B
(68,59,59)
#352E2D
(53,46,45)
#26211F
(38,33,31)
#171411
(23,20,17)
#000000
(0,0,0)

Tints of #AD969D

#AD969D
(173,150,157)
#B49FA5
(180,159,165)
#BBA8AD
(187,168,173)
#C2B1B5
(194,177,181)
#C9BABD
(201,186,189)
#D0C3C5
(208,195,197)
#D7CCCD
(215,204,205)
#DED5D5
(222,213,213)
#E5DEDD
(229,222,221)
#ECE7E5
(236,231,229)
#F3F0ED
(243,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD969D; }

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

This text font color is #AD969D.


Background Color

.myBgColor { background-color: #AD969D; }

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

This div background color is #AD969D.


Border color

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

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

This div border color is #AD969D.


Opacity

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

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

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

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

This text has shadow with #AD969D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD969D on black background.


Color preview on white background

This text has color #AD969D on white background.



Black color preview on #AD969D background

This text has black color on #AD969D background.


White color preview on #AD969D background

This text has white color on #AD969D background.