COLOR #A68E93

HEX: #A68E93
RGB: (166,142,147)

Color info

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

RGB color model

#A68E93 color RGB value is (166,142,147).

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

RGB channels and saturation

R 166 of 255 = 65%
G 142 of 255 = 56%
B 147 of 255 = 58%

166
142
147

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

Portions of RGB colors in percentages

R + G + B =
166 + 142 + 147 = 455 (100%)
R 166 of 455 ~ 36.48%
G 142 of 455 ~ 31.21%
B 147 of 455 ~ 32.31%

%36.48
%31.21
%32.31

CMYK color model

#A68E93 color CMYK value is (0,14,11,35).

  • cyan value is 0.00%
  • magenta value is 14.46%
  • yellow value is 11.45%
  • key color value is 34.90%
CMYK:
(0,14,11,35)
C0M14Y11K35 
(0%,14%,11%,35%)
(0.00/0.14/0.11/0.35)	

CMYK percentages

%0
%14.46
%11.45
%34.9

Codes

Color #A68E93 in popluar color models

A68E93
RGB166142147
HSL348°11.88%60.39%
HSB/HSV348°14.46%65.10%
CMYK0.00%14.46%11.45%
34.90%

Color #A68E93 in popluar number systems.

HEXA68E93
Decimal166142147
Binary101001101000111010010011
Octal246216223

Shades and tints

Shades of #A68E93

#A68E93
(166,142,147)
#978286
(151,130,134)
#887679
(136,118,121)
#796A6C
(121,106,108)
#6A5E5F
(106,94,95)
#5B5252
(91,82,82)
#4C4645
(76,70,69)
#3D3A38
(61,58,56)
#2E2E2B
(46,46,43)
#1F221E
(31,34,30)
#101611
(16,22,17)
#000000
(0,0,0)

Tints of #A68E93

#A68E93
(166,142,147)
#AE989C
(174,152,156)
#B6A2A5
(182,162,165)
#BEACAE
(190,172,174)
#C6B6B7
(198,182,183)
#CEC0C0
(206,192,192)
#D6CAC9
(214,202,201)
#DED4D2
(222,212,210)
#E6DEDB
(230,222,219)
#EEE8E4
(238,232,228)
#F6F2ED
(246,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A68E93; }

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

This text font color is #A68E93.


Background Color

.myBgColor { background-color: #A68E93; }

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

This div background color is #A68E93.


Border color

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

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

This div border color is #A68E93.


Opacity

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

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

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

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

This text has shadow with #A68E93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A68E93 on black background.


Color preview on white background

This text has color #A68E93 on white background.



Black color preview on #A68E93 background

This text has black color on #A68E93 background.


White color preview on #A68E93 background

This text has white color on #A68E93 background.