COLOR #A6989E

HEX: #A6989E
RGB: (166,152,158)

Color info

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

RGB color model

#A6989E color RGB value is (166,152,158).

  • red value is 166;
  • green value is 152;
  • blue value is 158.
RGB:
(166,152,158)
(65%,60%,62%)

RGB channels and saturation

R 166 of 255 = 65%
G 152 of 255 = 60%
B 158 of 255 = 62%

166
152
158

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

Portions of RGB colors in percentages

R + G + B =
166 + 152 + 158 = 476 (100%)
R 166 of 476 ~ 34.87%
G 152 of 476 ~ 31.93%
B 158 of 476 ~ 33.19%

%34.87
%31.93
%33.19

CMYK color model

#A6989E color CMYK value is (0,8,5,35).

  • cyan value is 0.00%
  • magenta value is 8.43%
  • yellow value is 4.82%
  • key color value is 34.90%
CMYK:
(0,8,5,35)
C0M8Y5K35 
(0%,8%,5%,35%)
(0.00/0.08/0.05/0.35)	

CMYK percentages

%0
%8.43
%4.82
%34.9

Codes

Color #A6989E in popluar color models

A6989E
RGB166152158
HSL334°7.29%62.35%
HSB/HSV334°8.43%65.10%
CMYK0.00%8.43%4.82%
34.90%

Color #A6989E in popluar number systems.

HEXA6989E
Decimal166152158
Binary101001101001100010011110
Octal246230236

Shades and tints

Shades of #A6989E

#A6989E
(166,152,158)
#978B90
(151,139,144)
#887E82
(136,126,130)
#797174
(121,113,116)
#6A6466
(106,100,102)
#5B5758
(91,87,88)
#4C4A4A
(76,74,74)
#3D3D3C
(61,61,60)
#2E302E
(46,48,46)
#1F2320
(31,35,32)
#101612
(16,22,18)
#000000
(0,0,0)

Tints of #A6989E

#A6989E
(166,152,158)
#AEA1A6
(174,161,166)
#B6AAAE
(182,170,174)
#BEB3B6
(190,179,182)
#C6BCBE
(198,188,190)
#CEC5C6
(206,197,198)
#D6CECE
(214,206,206)
#DED7D6
(222,215,214)
#E6E0DE
(230,224,222)
#EEE9E6
(238,233,230)
#F6F2EE
(246,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6989E color. Also use rgb(166,152,158) instead hex code.

Text Font Color

.myTextColor { color: #A6989E; }

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

This text font color is #A6989E.


Background Color

.myBgColor { background-color: #A6989E; }

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

This div background color is #A6989E.


Border color

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

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

This div border color is #A6989E.


Opacity

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

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

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

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

This text has shadow with #A6989E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6989E on black background.


Color preview on white background

This text has color #A6989E on white background.



Black color preview on #A6989E background

This text has black color on #A6989E background.


White color preview on #A6989E background

This text has white color on #A6989E background.