COLOR #A69BA9

HEX: #A69BA9
RGB: (166,155,169)

Color info

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

RGB color model

#A69BA9 color RGB value is (166,155,169).

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

RGB channels and saturation

R 166 of 255 = 65%
G 155 of 255 = 61%
B 169 of 255 = 66%

166
155
169

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

Portions of RGB colors in percentages

R + G + B =
166 + 155 + 169 = 490 (100%)
R 166 of 490 ~ 33.88%
G 155 of 490 ~ 31.63%
B 169 of 490 ~ 34.49%

%33.88
%31.63
%34.49

CMYK color model

#A69BA9 color CMYK value is (2,8,0,34).

  • cyan value is 1.78%
  • magenta value is 8.28%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(2,8,0,34)
C2M8Y0K34 
(2%,8%,0%,34%)
(0.02/0.08/0.00/0.34)	

CMYK percentages

%1.78
%8.28
%0
%33.73

Codes

Color #A69BA9 in popluar color models

A69BA9
RGB166155169
HSL287°7.53%63.53%
HSB/HSV287°8.28%66.27%
CMYK1.78%8.28%0.00%
33.73%

Color #A69BA9 in popluar number systems.

HEXA69BA9
Decimal166155169
Binary101001101001101110101001
Octal246233251

Shades and tints

Shades of #A69BA9

#A69BA9
(166,155,169)
#978D9A
(151,141,154)
#887F8B
(136,127,139)
#79717C
(121,113,124)
#6A636D
(106,99,109)
#5B555E
(91,85,94)
#4C474F
(76,71,79)
#3D3940
(61,57,64)
#2E2B31
(46,43,49)
#1F1D22
(31,29,34)
#100F13
(16,15,19)
#000000
(0,0,0)

Tints of #A69BA9

#A69BA9
(166,155,169)
#AEA4B0
(174,164,176)
#B6ADB7
(182,173,183)
#BEB6BE
(190,182,190)
#C6BFC5
(198,191,197)
#CEC8CC
(206,200,204)
#D6D1D3
(214,209,211)
#DEDADA
(222,218,218)
#E6E3E1
(230,227,225)
#EEECE8
(238,236,232)
#F6F5EF
(246,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A69BA9; }

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

This text font color is #A69BA9.


Background Color

.myBgColor { background-color: #A69BA9; }

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

This div background color is #A69BA9.


Border color

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

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

This div border color is #A69BA9.


Opacity

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

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

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

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

This text has shadow with #A69BA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A69BA9 on black background.


Color preview on white background

This text has color #A69BA9 on white background.



Black color preview on #A69BA9 background

This text has black color on #A69BA9 background.


White color preview on #A69BA9 background

This text has white color on #A69BA9 background.