COLOR #A68C93

HEX: #A68C93
RGB: (166,140,147)

Color info

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

RGB color model

#A68C93 color RGB value is (166,140,147).

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

RGB channels and saturation

R 166 of 255 = 65%
G 140 of 255 = 55%
B 147 of 255 = 58%

166
140
147

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

Portions of RGB colors in percentages

R + G + B =
166 + 140 + 147 = 453 (100%)
R 166 of 453 ~ 36.64%
G 140 of 453 ~ 30.91%
B 147 of 453 ~ 32.45%

%36.64
%30.91
%32.45

CMYK color model

#A68C93 color CMYK value is (0,16,11,35).

  • cyan value is 0.00%
  • magenta value is 15.66%
  • yellow value is 11.45%
  • key color value is 34.90%
CMYK:
(0,16,11,35)
C0M16Y11K35 
(0%,16%,11%,35%)
(0.00/0.16/0.11/0.35)	

CMYK percentages

%0
%15.66
%11.45
%34.9

Codes

Color #A68C93 in popluar color models

A68C93
RGB166140147
HSL344°12.75%60.00%
HSB/HSV344°15.66%65.10%
CMYK0.00%15.66%11.45%
34.90%

Color #A68C93 in popluar number systems.

HEXA68C93
Decimal166140147
Binary101001101000110010010011
Octal246214223

Shades and tints

Shades of #A68C93

#A68C93
(166,140,147)
#978086
(151,128,134)
#887479
(136,116,121)
#79686C
(121,104,108)
#6A5C5F
(106,92,95)
#5B5052
(91,80,82)
#4C4445
(76,68,69)
#3D3838
(61,56,56)
#2E2C2B
(46,44,43)
#1F201E
(31,32,30)
#101411
(16,20,17)
#000000
(0,0,0)

Tints of #A68C93

#A68C93
(166,140,147)
#AE969C
(174,150,156)
#B6A0A5
(182,160,165)
#BEAAAE
(190,170,174)
#C6B4B7
(198,180,183)
#CEBEC0
(206,190,192)
#D6C8C9
(214,200,201)
#DED2D2
(222,210,210)
#E6DCDB
(230,220,219)
#EEE6E4
(238,230,228)
#F6F0ED
(246,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A68C93; }

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

This text font color is #A68C93.


Background Color

.myBgColor { background-color: #A68C93; }

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

This div background color is #A68C93.


Border color

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

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

This div border color is #A68C93.


Opacity

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

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

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

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

This text has shadow with #A68C93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A68C93 on black background.


Color preview on white background

This text has color #A68C93 on white background.



Black color preview on #A68C93 background

This text has black color on #A68C93 background.


White color preview on #A68C93 background

This text has white color on #A68C93 background.