COLOR #A69DAA

HEX: #A69DAA
RGB: (166,157,170)

Color info

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

RGB color model

#A69DAA color RGB value is (166,157,170).

  • red value is 166;
  • green value is 157;
  • blue value is 170.
RGB:
(166,157,170)
(65%,62%,67%)

RGB channels and saturation

R 166 of 255 = 65%
G 157 of 255 = 62%
B 170 of 255 = 67%

166
157
170

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

Portions of RGB colors in percentages

R + G + B =
166 + 157 + 170 = 493 (100%)
R 166 of 493 ~ 33.67%
G 157 of 493 ~ 31.85%
B 170 of 493 ~ 34.48%

%33.67
%31.85
%34.48

CMYK color model

#A69DAA color CMYK value is (2,8,0,33).

  • cyan value is 2.35%
  • magenta value is 7.65%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(2,8,0,33)
C2M8Y0K33 
(2%,8%,0%,33%)
(0.02/0.08/0.00/0.33)	

CMYK percentages

%2.35
%7.65
%0
%33.33

Codes

Color #A69DAA in popluar color models

A69DAA
RGB166157170
HSL282°7.10%64.12%
HSB/HSV282°7.65%66.67%
CMYK2.35%7.65%0.00%
33.33%

Color #A69DAA in popluar number systems.

HEXA69DAA
Decimal166157170
Binary101001101001110110101010
Octal246235252

Shades and tints

Shades of #A69DAA

#A69DAA
(166,157,170)
#978F9B
(151,143,155)
#88818C
(136,129,140)
#79737D
(121,115,125)
#6A656E
(106,101,110)
#5B575F
(91,87,95)
#4C4950
(76,73,80)
#3D3B41
(61,59,65)
#2E2D32
(46,45,50)
#1F1F23
(31,31,35)
#101114
(16,17,20)
#000000
(0,0,0)

Tints of #A69DAA

#A69DAA
(166,157,170)
#AEA5B1
(174,165,177)
#B6ADB8
(182,173,184)
#BEB5BF
(190,181,191)
#C6BDC6
(198,189,198)
#CEC5CD
(206,197,205)
#D6CDD4
(214,205,212)
#DED5DB
(222,213,219)
#E6DDE2
(230,221,226)
#EEE5E9
(238,229,233)
#F6EDF0
(246,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A69DAA color. Also use rgb(166,157,170) instead hex code.

Text Font Color

.myTextColor { color: #A69DAA; }

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

This text font color is #A69DAA.


Background Color

.myBgColor { background-color: #A69DAA; }

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

This div background color is #A69DAA.


Border color

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

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

This div border color is #A69DAA.


Opacity

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

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

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

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

This text has shadow with #A69DAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A69DAA on black background.


Color preview on white background

This text has color #A69DAA on white background.



Black color preview on #A69DAA background

This text has black color on #A69DAA background.


White color preview on #A69DAA background

This text has white color on #A69DAA background.