COLOR #A68C97

HEX: #A68C97
RGB: (166,140,151)

Color info

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

RGB color model

#A68C97 color RGB value is (166,140,151).

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

RGB channels and saturation

R 166 of 255 = 65%
G 140 of 255 = 55%
B 151 of 255 = 59%

166
140
151

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

Portions of RGB colors in percentages

R + G + B =
166 + 140 + 151 = 457 (100%)
R 166 of 457 ~ 36.32%
G 140 of 457 ~ 30.63%
B 151 of 457 ~ 33.04%

%36.32
%30.63
%33.04

CMYK color model

#A68C97 color CMYK value is (0,16,9,35).

  • cyan value is 0.00%
  • magenta value is 15.66%
  • yellow value is 9.04%
  • key color value is 34.90%
CMYK:
(0,16,9,35)
C0M16Y9K35 
(0%,16%,9%,35%)
(0.00/0.16/0.09/0.35)	

CMYK percentages

%0
%15.66
%9.04
%34.9

Codes

Color #A68C97 in popluar color models

A68C97
RGB166140151
HSL335°12.75%60.00%
HSB/HSV335°15.66%65.10%
CMYK0.00%15.66%9.04%
34.90%

Color #A68C97 in popluar number systems.

HEXA68C97
Decimal166140151
Binary101001101000110010010111
Octal246214227

Shades and tints

Shades of #A68C97

#A68C97
(166,140,151)
#97808A
(151,128,138)
#88747D
(136,116,125)
#796870
(121,104,112)
#6A5C63
(106,92,99)
#5B5056
(91,80,86)
#4C4449
(76,68,73)
#3D383C
(61,56,60)
#2E2C2F
(46,44,47)
#1F2022
(31,32,34)
#101415
(16,20,21)
#000000
(0,0,0)

Tints of #A68C97

#A68C97
(166,140,151)
#AE96A0
(174,150,160)
#B6A0A9
(182,160,169)
#BEAAB2
(190,170,178)
#C6B4BB
(198,180,187)
#CEBEC4
(206,190,196)
#D6C8CD
(214,200,205)
#DED2D6
(222,210,214)
#E6DCDF
(230,220,223)
#EEE6E8
(238,230,232)
#F6F0F1
(246,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A68C97; }

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

This text font color is #A68C97.


Background Color

.myBgColor { background-color: #A68C97; }

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

This div background color is #A68C97.


Border color

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

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

This div border color is #A68C97.


Opacity

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

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

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

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

This text has shadow with #A68C97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A68C97 on black background.


Color preview on white background

This text has color #A68C97 on white background.



Black color preview on #A68C97 background

This text has black color on #A68C97 background.


White color preview on #A68C97 background

This text has white color on #A68C97 background.