COLOR #A69FA9

HEX: #A69FA9
RGB: (166,159,169)

Color info

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

RGB color model

#A69FA9 color RGB value is (166,159,169).

  • red value is 166;
  • green value is 159;
  • blue value is 169.
RGB:
(166,159,169)
(65%,62%,66%)

RGB channels and saturation

R 166 of 255 = 65%
G 159 of 255 = 62%
B 169 of 255 = 66%

166
159
169

R + G + B ~ 64%. #A69FA9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 159 + 169 = 494 (100%)
R 166 of 494 ~ 33.6%
G 159 of 494 ~ 32.19%
B 169 of 494 ~ 34.21%

%33.6
%32.19
%34.21

CMYK color model

#A69FA9 color CMYK value is (2,6,0,34).

  • cyan value is 1.78%
  • magenta value is 5.92%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(2,6,0,34)
C2M6Y0K34 
(2%,6%,0%,34%)
(0.02/0.06/0.00/0.34)	

CMYK percentages

%1.78
%5.92
%0
%33.73

Codes

Color #A69FA9 in popluar color models

A69FA9
RGB166159169
HSL282°5.49%64.31%
HSB/HSV282°5.92%66.27%
CMYK1.78%5.92%0.00%
33.73%

Color #A69FA9 in popluar number systems.

HEXA69FA9
Decimal166159169
Binary101001101001111110101001
Octal246237251

Shades and tints

Shades of #A69FA9

#A69FA9
(166,159,169)
#97919A
(151,145,154)
#88838B
(136,131,139)
#79757C
(121,117,124)
#6A676D
(106,103,109)
#5B595E
(91,89,94)
#4C4B4F
(76,75,79)
#3D3D40
(61,61,64)
#2E2F31
(46,47,49)
#1F2122
(31,33,34)
#101313
(16,19,19)
#000000
(0,0,0)

Tints of #A69FA9

#A69FA9
(166,159,169)
#AEA7B0
(174,167,176)
#B6AFB7
(182,175,183)
#BEB7BE
(190,183,190)
#C6BFC5
(198,191,197)
#CEC7CC
(206,199,204)
#D6CFD3
(214,207,211)
#DED7DA
(222,215,218)
#E6DFE1
(230,223,225)
#EEE7E8
(238,231,232)
#F6EFEF
(246,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A69FA9 color. Also use rgb(166,159,169) instead hex code.

Text Font Color

.myTextColor { color: #A69FA9; }

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

This text font color is #A69FA9.


Background Color

.myBgColor { background-color: #A69FA9; }

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

This div background color is #A69FA9.


Border color

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

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

This div border color is #A69FA9.


Opacity

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

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

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

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

This text has shadow with #A69FA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A69FA9 on black background.


Color preview on white background

This text has color #A69FA9 on white background.



Black color preview on #A69FA9 background

This text has black color on #A69FA9 background.


White color preview on #A69FA9 background

This text has white color on #A69FA9 background.