COLOR #A88E94

HEX: #A88E94
RGB: (168,142,148)

Color info

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

RGB color model

#A88E94 color RGB value is (168,142,148).

  • red value is 168;
  • green value is 142;
  • blue value is 148.
RGB:
(168,142,148)
(66%,56%,58%)

RGB channels and saturation

R 168 of 255 = 66%
G 142 of 255 = 56%
B 148 of 255 = 58%

168
142
148

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

Portions of RGB colors in percentages

R + G + B =
168 + 142 + 148 = 458 (100%)
R 168 of 458 ~ 36.68%
G 142 of 458 ~ 31%
B 148 of 458 ~ 32.31%

%36.68
%31
%32.31

CMYK color model

#A88E94 color CMYK value is (0,15,12,34).

  • cyan value is 0.00%
  • magenta value is 15.48%
  • yellow value is 11.90%
  • key color value is 34.12%
CMYK:
(0,15,12,34)
C0M15Y12K34 
(0%,15%,12%,34%)
(0.00/0.15/0.12/0.34)	

CMYK percentages

%0
%15.48
%11.9
%34.12

Codes

Color #A88E94 in popluar color models

A88E94
RGB168142148
HSL346°13.00%60.78%
HSB/HSV346°15.48%65.88%
CMYK0.00%15.48%11.90%
34.12%

Color #A88E94 in popluar number systems.

HEXA88E94
Decimal168142148
Binary101010001000111010010100
Octal250216224

Shades and tints

Shades of #A88E94

#A88E94
(168,142,148)
#998287
(153,130,135)
#8A767A
(138,118,122)
#7B6A6D
(123,106,109)
#6C5E60
(108,94,96)
#5D5253
(93,82,83)
#4E4646
(78,70,70)
#3F3A39
(63,58,57)
#302E2C
(48,46,44)
#21221F
(33,34,31)
#121612
(18,22,18)
#000000
(0,0,0)

Tints of #A88E94

#A88E94
(168,142,148)
#AF989D
(175,152,157)
#B6A2A6
(182,162,166)
#BDACAF
(189,172,175)
#C4B6B8
(196,182,184)
#CBC0C1
(203,192,193)
#D2CACA
(210,202,202)
#D9D4D3
(217,212,211)
#E0DEDC
(224,222,220)
#E7E8E5
(231,232,229)
#EEF2EE
(238,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A88E94 color. Also use rgb(168,142,148) instead hex code.

Text Font Color

.myTextColor { color: #A88E94; }

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

This text font color is #A88E94.


Background Color

.myBgColor { background-color: #A88E94; }

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

This div background color is #A88E94.


Border color

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

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

This div border color is #A88E94.


Opacity

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

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

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

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

This text has shadow with #A88E94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A88E94 on black background.


Color preview on white background

This text has color #A88E94 on white background.



Black color preview on #A88E94 background

This text has black color on #A88E94 background.


White color preview on #A88E94 background

This text has white color on #A88E94 background.