COLOR #A68F93

HEX: #A68F93
RGB: (166,143,147)

Color info

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

RGB color model

#A68F93 color RGB value is (166,143,147).

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

RGB channels and saturation

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

166
143
147

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

Portions of RGB colors in percentages

R + G + B =
166 + 143 + 147 = 456 (100%)
R 166 of 456 ~ 36.4%
G 143 of 456 ~ 31.36%
B 147 of 456 ~ 32.24%

%36.4
%31.36
%32.24

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.86%
  • 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
%13.86
%11.45
%34.9

Codes

Color #A68F93 in popluar color models

A68F93
RGB166143147
HSL350°11.44%60.59%
HSB/HSV350°13.86%65.10%
CMYK0.00%13.86%11.45%
34.90%

Color #A68F93 in popluar number systems.

HEXA68F93
Decimal166143147
Binary101001101000111110010011
Octal246217223

Shades and tints

Shades of #A68F93

#A68F93
(166,143,147)
#978286
(151,130,134)
#887579
(136,117,121)
#79686C
(121,104,108)
#6A5B5F
(106,91,95)
#5B4E52
(91,78,82)
#4C4145
(76,65,69)
#3D3438
(61,52,56)
#2E272B
(46,39,43)
#1F1A1E
(31,26,30)
#100D11
(16,13,17)
#000000
(0,0,0)

Tints of #A68F93

#A68F93
(166,143,147)
#AE999C
(174,153,156)
#B6A3A5
(182,163,165)
#BEADAE
(190,173,174)
#C6B7B7
(198,183,183)
#CEC1C0
(206,193,192)
#D6CBC9
(214,203,201)
#DED5D2
(222,213,210)
#E6DFDB
(230,223,219)
#EEE9E4
(238,233,228)
#F6F3ED
(246,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A68F93; }

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

This text font color is #A68F93.


Background Color

.myBgColor { background-color: #A68F93; }

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

This div background color is #A68F93.


Border color

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

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

This div border color is #A68F93.


Opacity

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

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

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

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

This text has shadow with #A68F93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A68F93 on black background.


Color preview on white background

This text has color #A68F93 on white background.



Black color preview on #A68F93 background

This text has black color on #A68F93 background.


White color preview on #A68F93 background

This text has white color on #A68F93 background.