COLOR #AD969F

HEX: #AD969F
RGB: (173,150,159)

Color info

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

RGB color model

#AD969F color RGB value is (173,150,159).

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

RGB channels and saturation

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

173
150
159

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

Portions of RGB colors in percentages

R + G + B =
173 + 150 + 159 = 482 (100%)
R 173 of 482 ~ 35.89%
G 150 of 482 ~ 31.12%
B 159 of 482 ~ 32.99%

%35.89
%31.12
%32.99

CMYK color model

#AD969F color CMYK value is (0,13,8,32).

  • cyan value is 0.00%
  • magenta value is 13.29%
  • yellow value is 8.09%
  • key color value is 32.16%
CMYK:
(0,13,8,32)
C0M13Y8K32 
(0%,13%,8%,32%)
(0.00/0.13/0.08/0.32)	

CMYK percentages

%0
%13.29
%8.09
%32.16

Codes

Color #AD969F in popluar color models

AD969F
RGB173150159
HSL337°12.30%63.33%
HSB/HSV337°13.29%67.84%
CMYK0.00%13.29%8.09%
32.16%

Color #AD969F in popluar number systems.

HEXAD969F
Decimal173150159
Binary101011011001011010011111
Octal255226237

Shades and tints

Shades of #AD969F

#AD969F
(173,150,159)
#9E8991
(158,137,145)
#8F7C83
(143,124,131)
#806F75
(128,111,117)
#716267
(113,98,103)
#625559
(98,85,89)
#53484B
(83,72,75)
#443B3D
(68,59,61)
#352E2F
(53,46,47)
#262121
(38,33,33)
#171413
(23,20,19)
#000000
(0,0,0)

Tints of #AD969F

#AD969F
(173,150,159)
#B49FA7
(180,159,167)
#BBA8AF
(187,168,175)
#C2B1B7
(194,177,183)
#C9BABF
(201,186,191)
#D0C3C7
(208,195,199)
#D7CCCF
(215,204,207)
#DED5D7
(222,213,215)
#E5DEDF
(229,222,223)
#ECE7E7
(236,231,231)
#F3F0EF
(243,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD969F; }

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

This text font color is #AD969F.


Background Color

.myBgColor { background-color: #AD969F; }

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

This div background color is #AD969F.


Border color

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

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

This div border color is #AD969F.


Opacity

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

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

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

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

This text has shadow with #AD969F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD969F on black background.


Color preview on white background

This text has color #AD969F on white background.



Black color preview on #AD969F background

This text has black color on #AD969F background.


White color preview on #AD969F background

This text has white color on #AD969F background.