COLOR #A88C97

HEX: #A88C97
RGB: (168,140,151)

Color info

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

RGB color model

#A88C97 color RGB value is (168,140,151).

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

RGB channels and saturation

R 168 of 255 = 66%
G 140 of 255 = 55%
B 151 of 255 = 59%

168
140
151

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

Portions of RGB colors in percentages

R + G + B =
168 + 140 + 151 = 459 (100%)
R 168 of 459 ~ 36.6%
G 140 of 459 ~ 30.5%
B 151 of 459 ~ 32.9%

%36.6
%30.5
%32.9

CMYK color model

#A88C97 color CMYK value is (0,17,10,34).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 10.12%
  • key color value is 34.12%
CMYK:
(0,17,10,34)
C0M17Y10K34 
(0%,17%,10%,34%)
(0.00/0.17/0.10/0.34)	

CMYK percentages

%0
%16.67
%10.12
%34.12

Codes

Color #A88C97 in popluar color models

A88C97
RGB168140151
HSL336°13.86%60.39%
HSB/HSV336°16.67%65.88%
CMYK0.00%16.67%10.12%
34.12%

Color #A88C97 in popluar number systems.

HEXA88C97
Decimal168140151
Binary101010001000110010010111
Octal250214227

Shades and tints

Shades of #A88C97

#A88C97
(168,140,151)
#99808A
(153,128,138)
#8A747D
(138,116,125)
#7B6870
(123,104,112)
#6C5C63
(108,92,99)
#5D5056
(93,80,86)
#4E4449
(78,68,73)
#3F383C
(63,56,60)
#302C2F
(48,44,47)
#212022
(33,32,34)
#121415
(18,20,21)
#000000
(0,0,0)

Tints of #A88C97

#A88C97
(168,140,151)
#AF96A0
(175,150,160)
#B6A0A9
(182,160,169)
#BDAAB2
(189,170,178)
#C4B4BB
(196,180,187)
#CBBEC4
(203,190,196)
#D2C8CD
(210,200,205)
#D9D2D6
(217,210,214)
#E0DCDF
(224,220,223)
#E7E6E8
(231,230,232)
#EEF0F1
(238,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A88C97; }

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

This text font color is #A88C97.


Background Color

.myBgColor { background-color: #A88C97; }

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

This div background color is #A88C97.


Border color

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

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

This div border color is #A88C97.


Opacity

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

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

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

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

This text has shadow with #A88C97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A88C97 on black background.


Color preview on white background

This text has color #A88C97 on white background.



Black color preview on #A88C97 background

This text has black color on #A88C97 background.


White color preview on #A88C97 background

This text has white color on #A88C97 background.