COLOR #A6808C

HEX: #A6808C
RGB: (166,128,140)

Color info

#A6808C contains red, green and blue colors in about the same proportion. Web safe color of #A6808C is #996699 (or #969).

RGB color model

#A6808C color RGB value is (166,128,140).

  • red value is 166;
  • green value is 128;
  • blue value is 140.
RGB:
(166,128,140)
(65%,50%,55%)

RGB channels and saturation

R 166 of 255 = 65%
G 128 of 255 = 50%
B 140 of 255 = 55%

166
128
140

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

Portions of RGB colors in percentages

R + G + B =
166 + 128 + 140 = 434 (100%)
R 166 of 434 ~ 38.25%
G 128 of 434 ~ 29.49%
B 140 of 434 ~ 32.26%

%38.25
%29.49
%32.26

CMYK color model

#A6808C color CMYK value is (0,23,16,35).

  • cyan value is 0.00%
  • magenta value is 22.89%
  • yellow value is 15.66%
  • key color value is 34.90%
CMYK:
(0,23,16,35)
C0M23Y16K35 
(0%,23%,16%,35%)
(0.00/0.23/0.16/0.35)	

CMYK percentages

%0
%22.89
%15.66
%34.9

Codes

Color #A6808C in popluar color models

A6808C
RGB166128140
HSL341°17.59%57.65%
HSB/HSV341°22.89%65.10%
CMYK0.00%22.89%15.66%
34.90%

Color #A6808C in popluar number systems.

HEXA6808C
Decimal166128140
Binary101001101000000010001100
Octal246200214

Shades and tints

Shades of #A6808C

#A6808C
(166,128,140)
#977580
(151,117,128)
#886A74
(136,106,116)
#795F68
(121,95,104)
#6A545C
(106,84,92)
#5B4950
(91,73,80)
#4C3E44
(76,62,68)
#3D3338
(61,51,56)
#2E282C
(46,40,44)
#1F1D20
(31,29,32)
#101214
(16,18,20)
#000000
(0,0,0)

Tints of #A6808C

#A6808C
(166,128,140)
#AE8B96
(174,139,150)
#B696A0
(182,150,160)
#BEA1AA
(190,161,170)
#C6ACB4
(198,172,180)
#CEB7BE
(206,183,190)
#D6C2C8
(214,194,200)
#DECDD2
(222,205,210)
#E6D8DC
(230,216,220)
#EEE3E6
(238,227,230)
#F6EEF0
(246,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6808C color. Also use rgb(166,128,140) instead hex code.

Text Font Color

.myTextColor { color: #A6808C; }

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

This text font color is #A6808C.


Background Color

.myBgColor { background-color: #A6808C; }

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

This div background color is #A6808C.


Border color

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

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

This div border color is #A6808C.


Opacity

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

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

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

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

This text has shadow with #A6808C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6808C on black background.


Color preview on white background

This text has color #A6808C on white background.



Black color preview on #A6808C background

This text has black color on #A6808C background.


White color preview on #A6808C background

This text has white color on #A6808C background.