COLOR #A68C9A

HEX: #A68C9A
RGB: (166,140,154)

Color info

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

RGB color model

#A68C9A color RGB value is (166,140,154).

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

RGB channels and saturation

R 166 of 255 = 65%
G 140 of 255 = 55%
B 154 of 255 = 60%

166
140
154

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

Portions of RGB colors in percentages

R + G + B =
166 + 140 + 154 = 460 (100%)
R 166 of 460 ~ 36.09%
G 140 of 460 ~ 30.43%
B 154 of 460 ~ 33.48%

%36.09
%30.43
%33.48

CMYK color model

#A68C9A color CMYK value is (0,16,7,35).

  • cyan value is 0.00%
  • magenta value is 15.66%
  • yellow value is 7.23%
  • key color value is 34.90%
CMYK:
(0,16,7,35)
C0M16Y7K35 
(0%,16%,7%,35%)
(0.00/0.16/0.07/0.35)	

CMYK percentages

%0
%15.66
%7.23
%34.9

Codes

Color #A68C9A in popluar color models

A68C9A
RGB166140154
HSL328°12.75%60.00%
HSB/HSV328°15.66%65.10%
CMYK0.00%15.66%7.23%
34.90%

Color #A68C9A in popluar number systems.

HEXA68C9A
Decimal166140154
Binary101001101000110010011010
Octal246214232

Shades and tints

Shades of #A68C9A

#A68C9A
(166,140,154)
#97808C
(151,128,140)
#88747E
(136,116,126)
#796870
(121,104,112)
#6A5C62
(106,92,98)
#5B5054
(91,80,84)
#4C4446
(76,68,70)
#3D3838
(61,56,56)
#2E2C2A
(46,44,42)
#1F201C
(31,32,28)
#10140E
(16,20,14)
#000000
(0,0,0)

Tints of #A68C9A

#A68C9A
(166,140,154)
#AE96A3
(174,150,163)
#B6A0AC
(182,160,172)
#BEAAB5
(190,170,181)
#C6B4BE
(198,180,190)
#CEBEC7
(206,190,199)
#D6C8D0
(214,200,208)
#DED2D9
(222,210,217)
#E6DCE2
(230,220,226)
#EEE6EB
(238,230,235)
#F6F0F4
(246,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A68C9A; }

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

This text font color is #A68C9A.


Background Color

.myBgColor { background-color: #A68C9A; }

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

This div background color is #A68C9A.


Border color

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

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

This div border color is #A68C9A.


Opacity

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

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

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

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

This text has shadow with #A68C9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A68C9A on black background.


Color preview on white background

This text has color #A68C9A on white background.



Black color preview on #A68C9A background

This text has black color on #A68C9A background.


White color preview on #A68C9A background

This text has white color on #A68C9A background.