COLOR #A6889F

HEX: #A6889F
RGB: (166,136,159)

Color info

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

RGB color model

#A6889F color RGB value is (166,136,159).

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

RGB channels and saturation

R 166 of 255 = 65%
G 136 of 255 = 53%
B 159 of 255 = 62%

166
136
159

R + G + B ~ 60%. #A6889F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
166 + 136 + 159 = 461 (100%)
R 166 of 461 ~ 36.01%
G 136 of 461 ~ 29.5%
B 159 of 461 ~ 34.49%

%36.01
%29.5
%34.49

CMYK color model

#A6889F color CMYK value is (0,18,4,35).

  • cyan value is 0.00%
  • magenta value is 18.07%
  • yellow value is 4.22%
  • key color value is 34.90%
CMYK:
(0,18,4,35)
C0M18Y4K35 
(0%,18%,4%,35%)
(0.00/0.18/0.04/0.35)	

CMYK percentages

%0
%18.07
%4.22
%34.9

Codes

Color #A6889F in popluar color models

A6889F
RGB166136159
HSL314°14.42%59.22%
HSB/HSV314°18.07%65.10%
CMYK0.00%18.07%4.22%
34.90%

Color #A6889F in popluar number systems.

HEXA6889F
Decimal166136159
Binary101001101000100010011111
Octal246210237

Shades and tints

Shades of #A6889F

#A6889F
(166,136,159)
#977C91
(151,124,145)
#887083
(136,112,131)
#796475
(121,100,117)
#6A5867
(106,88,103)
#5B4C59
(91,76,89)
#4C404B
(76,64,75)
#3D343D
(61,52,61)
#2E282F
(46,40,47)
#1F1C21
(31,28,33)
#101013
(16,16,19)
#000000
(0,0,0)

Tints of #A6889F

#A6889F
(166,136,159)
#AE92A7
(174,146,167)
#B69CAF
(182,156,175)
#BEA6B7
(190,166,183)
#C6B0BF
(198,176,191)
#CEBAC7
(206,186,199)
#D6C4CF
(214,196,207)
#DECED7
(222,206,215)
#E6D8DF
(230,216,223)
#EEE2E7
(238,226,231)
#F6ECEF
(246,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6889F; }

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

This text font color is #A6889F.


Background Color

.myBgColor { background-color: #A6889F; }

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

This div background color is #A6889F.


Border color

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

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

This div border color is #A6889F.


Opacity

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

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

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

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

This text has shadow with #A6889F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6889F on black background.


Color preview on white background

This text has color #A6889F on white background.



Black color preview on #A6889F background

This text has black color on #A6889F background.


White color preview on #A6889F background

This text has white color on #A6889F background.