COLOR #A689A9

HEX: #A689A9
RGB: (166,137,169)

Color info

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

RGB color model

#A689A9 color RGB value is (166,137,169).

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

RGB channels and saturation

R 166 of 255 = 65%
G 137 of 255 = 54%
B 169 of 255 = 66%

166
137
169

R + G + B ~ 62%. #A689A9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 137 + 169 = 472 (100%)
R 166 of 472 ~ 35.17%
G 137 of 472 ~ 29.03%
B 169 of 472 ~ 35.81%

%35.17
%29.03
%35.81

CMYK color model

#A689A9 color CMYK value is (2,19,0,34).

  • cyan value is 1.78%
  • magenta value is 18.93%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(2,19,0,34)
C2M19Y0K34 
(2%,19%,0%,34%)
(0.02/0.19/0.00/0.34)	

CMYK percentages

%1.78
%18.93
%0
%33.73

Codes

Color #A689A9 in popluar color models

A689A9
RGB166137169
HSL294°15.69%60.00%
HSB/HSV294°18.93%66.27%
CMYK1.78%18.93%0.00%
33.73%

Color #A689A9 in popluar number systems.

HEXA689A9
Decimal166137169
Binary101001101000100110101001
Octal246211251

Shades and tints

Shades of #A689A9

#A689A9
(166,137,169)
#977D9A
(151,125,154)
#88718B
(136,113,139)
#79657C
(121,101,124)
#6A596D
(106,89,109)
#5B4D5E
(91,77,94)
#4C414F
(76,65,79)
#3D3540
(61,53,64)
#2E2931
(46,41,49)
#1F1D22
(31,29,34)
#101113
(16,17,19)
#000000
(0,0,0)

Tints of #A689A9

#A689A9
(166,137,169)
#AE93B0
(174,147,176)
#B69DB7
(182,157,183)
#BEA7BE
(190,167,190)
#C6B1C5
(198,177,197)
#CEBBCC
(206,187,204)
#D6C5D3
(214,197,211)
#DECFDA
(222,207,218)
#E6D9E1
(230,217,225)
#EEE3E8
(238,227,232)
#F6EDEF
(246,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A689A9; }

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

This text font color is #A689A9.


Background Color

.myBgColor { background-color: #A689A9; }

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

This div background color is #A689A9.


Border color

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

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

This div border color is #A689A9.


Opacity

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

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

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

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

This text has shadow with #A689A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A689A9 on black background.


Color preview on white background

This text has color #A689A9 on white background.



Black color preview on #A689A9 background

This text has black color on #A689A9 background.


White color preview on #A689A9 background

This text has white color on #A689A9 background.