COLOR #A88D9C

HEX: #A88D9C
RGB: (168,141,156)

Color info

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

RGB color model

#A88D9C color RGB value is (168,141,156).

  • red value is 168;
  • green value is 141;
  • blue value is 156.
RGB:
(168,141,156)
(66%,55%,61%)

RGB channels and saturation

R 168 of 255 = 66%
G 141 of 255 = 55%
B 156 of 255 = 61%

168
141
156

R + G + B ~ 61%. #A88D9C is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 141 + 156 = 465 (100%)
R 168 of 465 ~ 36.13%
G 141 of 465 ~ 30.32%
B 156 of 465 ~ 33.55%

%36.13
%30.32
%33.55

CMYK color model

#A88D9C color CMYK value is (0,16,7,34).

  • cyan value is 0.00%
  • magenta value is 16.07%
  • yellow value is 7.14%
  • key color value is 34.12%
CMYK:
(0,16,7,34)
C0M16Y7K34 
(0%,16%,7%,34%)
(0.00/0.16/0.07/0.34)	

CMYK percentages

%0
%16.07
%7.14
%34.12

Codes

Color #A88D9C in popluar color models

A88D9C
RGB168141156
HSL327°13.43%60.59%
HSB/HSV327°16.07%65.88%
CMYK0.00%16.07%7.14%
34.12%

Color #A88D9C in popluar number systems.

HEXA88D9C
Decimal168141156
Binary101010001000110110011100
Octal250215234

Shades and tints

Shades of #A88D9C

#A88D9C
(168,141,156)
#99818E
(153,129,142)
#8A7580
(138,117,128)
#7B6972
(123,105,114)
#6C5D64
(108,93,100)
#5D5156
(93,81,86)
#4E4548
(78,69,72)
#3F393A
(63,57,58)
#302D2C
(48,45,44)
#21211E
(33,33,30)
#121510
(18,21,16)
#000000
(0,0,0)

Tints of #A88D9C

#A88D9C
(168,141,156)
#AF97A5
(175,151,165)
#B6A1AE
(182,161,174)
#BDABB7
(189,171,183)
#C4B5C0
(196,181,192)
#CBBFC9
(203,191,201)
#D2C9D2
(210,201,210)
#D9D3DB
(217,211,219)
#E0DDE4
(224,221,228)
#E7E7ED
(231,231,237)
#EEF1F6
(238,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A88D9C color. Also use rgb(168,141,156) instead hex code.

Text Font Color

.myTextColor { color: #A88D9C; }

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

This text font color is #A88D9C.


Background Color

.myBgColor { background-color: #A88D9C; }

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

This div background color is #A88D9C.


Border color

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

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

This div border color is #A88D9C.


Opacity

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

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

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

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

This text has shadow with #A88D9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A88D9C on black background.


Color preview on white background

This text has color #A88D9C on white background.



Black color preview on #A88D9C background

This text has black color on #A88D9C background.


White color preview on #A88D9C background

This text has white color on #A88D9C background.