COLOR #AD969E

HEX: #AD969E
RGB: (173,150,158)

Color info

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

RGB color model

#AD969E color RGB value is (173,150,158).

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

RGB channels and saturation

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

173
150
158

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

Portions of RGB colors in percentages

R + G + B =
173 + 150 + 158 = 481 (100%)
R 173 of 481 ~ 35.97%
G 150 of 481 ~ 31.19%
B 158 of 481 ~ 32.85%

%35.97
%31.19
%32.85

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.29%
  • yellow value is 8.67%
  • 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
%8.67
%32.16

Codes

Color #AD969E in popluar color models

AD969E
RGB173150158
HSL339°12.30%63.33%
HSB/HSV339°13.29%67.84%
CMYK0.00%13.29%8.67%
32.16%

Color #AD969E in popluar number systems.

HEXAD969E
Decimal173150158
Binary101011011001011010011110
Octal255226236

Shades and tints

Shades of #AD969E

#AD969E
(173,150,158)
#9E8990
(158,137,144)
#8F7C82
(143,124,130)
#806F74
(128,111,116)
#716266
(113,98,102)
#625558
(98,85,88)
#53484A
(83,72,74)
#443B3C
(68,59,60)
#352E2E
(53,46,46)
#262120
(38,33,32)
#171412
(23,20,18)
#000000
(0,0,0)

Tints of #AD969E

#AD969E
(173,150,158)
#B49FA6
(180,159,166)
#BBA8AE
(187,168,174)
#C2B1B6
(194,177,182)
#C9BABE
(201,186,190)
#D0C3C6
(208,195,198)
#D7CCCE
(215,204,206)
#DED5D6
(222,213,214)
#E5DEDE
(229,222,222)
#ECE7E6
(236,231,230)
#F3F0EE
(243,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD969E; }

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

This text font color is #AD969E.


Background Color

.myBgColor { background-color: #AD969E; }

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

This div background color is #AD969E.


Border color

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

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

This div border color is #AD969E.


Opacity

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

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

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

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

This text has shadow with #AD969E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD969E on black background.


Color preview on white background

This text has color #AD969E on white background.



Black color preview on #AD969E background

This text has black color on #AD969E background.


White color preview on #AD969E background

This text has white color on #AD969E background.