COLOR #A29DAD

HEX: #A29DAD
RGB: (162,157,173)

Color info

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

RGB color model

#A29DAD color RGB value is (162,157,173).

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

RGB channels and saturation

R 162 of 255 = 64%
G 157 of 255 = 62%
B 173 of 255 = 68%

162
157
173

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

Portions of RGB colors in percentages

R + G + B =
162 + 157 + 173 = 492 (100%)
R 162 of 492 ~ 32.93%
G 157 of 492 ~ 31.91%
B 173 of 492 ~ 35.16%

%32.93
%31.91
%35.16

CMYK color model

#A29DAD color CMYK value is (6,9,0,32).

  • cyan value is 6.36%
  • magenta value is 9.25%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(6,9,0,32)
C6M9Y0K32 
(6%,9%,0%,32%)
(0.06/0.09/0.00/0.32)	

CMYK percentages

%6.36
%9.25
%0
%32.16

Codes

Color #A29DAD in popluar color models

A29DAD
RGB162157173
HSL259°8.89%64.71%
HSB/HSV259°9.25%67.84%
CMYK6.36%9.25%0.00%
32.16%

Color #A29DAD in popluar number systems.

HEXA29DAD
Decimal162157173
Binary101000101001110110101101
Octal242235255

Shades and tints

Shades of #A29DAD

#A29DAD
(162,157,173)
#948F9E
(148,143,158)
#86818F
(134,129,143)
#787380
(120,115,128)
#6A6571
(106,101,113)
#5C5762
(92,87,98)
#4E4953
(78,73,83)
#403B44
(64,59,68)
#322D35
(50,45,53)
#241F26
(36,31,38)
#161117
(22,17,23)
#000000
(0,0,0)

Tints of #A29DAD

#A29DAD
(162,157,173)
#AAA5B4
(170,165,180)
#B2ADBB
(178,173,187)
#BAB5C2
(186,181,194)
#C2BDC9
(194,189,201)
#CAC5D0
(202,197,208)
#D2CDD7
(210,205,215)
#DAD5DE
(218,213,222)
#E2DDE5
(226,221,229)
#EAE5EC
(234,229,236)
#F2EDF3
(242,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A29DAD; }

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

This text font color is #A29DAD.


Background Color

.myBgColor { background-color: #A29DAD; }

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

This div background color is #A29DAD.


Border color

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

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

This div border color is #A29DAD.


Opacity

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

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

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

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

This text has shadow with #A29DAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A29DAD on black background.


Color preview on white background

This text has color #A29DAD on white background.



Black color preview on #A29DAD background

This text has black color on #A29DAD background.


White color preview on #A29DAD background

This text has white color on #A29DAD background.