COLOR #A88EA5

HEX: #A88EA5
RGB: (168,142,165)

Color info

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

RGB color model

#A88EA5 color RGB value is (168,142,165).

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

RGB channels and saturation

R 168 of 255 = 66%
G 142 of 255 = 56%
B 165 of 255 = 65%

168
142
165

R + G + B ~ 62%. #A88EA5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 142 + 165 = 475 (100%)
R 168 of 475 ~ 35.37%
G 142 of 475 ~ 29.89%
B 165 of 475 ~ 34.74%

%35.37
%29.89
%34.74

CMYK color model

#A88EA5 color CMYK value is (0,15,2,34).

  • cyan value is 0.00%
  • magenta value is 15.48%
  • yellow value is 1.79%
  • key color value is 34.12%
CMYK:
(0,15,2,34)
C0M15Y2K34 
(0%,15%,2%,34%)
(0.00/0.15/0.02/0.34)	

CMYK percentages

%0
%15.48
%1.79
%34.12

Codes

Color #A88EA5 in popluar color models

A88EA5
RGB168142165
HSL307°13.00%60.78%
HSB/HSV307°15.48%65.88%
CMYK0.00%15.48%1.79%
34.12%

Color #A88EA5 in popluar number systems.

HEXA88EA5
Decimal168142165
Binary101010001000111010100101
Octal250216245

Shades and tints

Shades of #A88EA5

#A88EA5
(168,142,165)
#998296
(153,130,150)
#8A7687
(138,118,135)
#7B6A78
(123,106,120)
#6C5E69
(108,94,105)
#5D525A
(93,82,90)
#4E464B
(78,70,75)
#3F3A3C
(63,58,60)
#302E2D
(48,46,45)
#21221E
(33,34,30)
#12160F
(18,22,15)
#000000
(0,0,0)

Tints of #A88EA5

#A88EA5
(168,142,165)
#AF98AD
(175,152,173)
#B6A2B5
(182,162,181)
#BDACBD
(189,172,189)
#C4B6C5
(196,182,197)
#CBC0CD
(203,192,205)
#D2CAD5
(210,202,213)
#D9D4DD
(217,212,221)
#E0DEE5
(224,222,229)
#E7E8ED
(231,232,237)
#EEF2F5
(238,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A88EA5; }

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

This text font color is #A88EA5.


Background Color

.myBgColor { background-color: #A88EA5; }

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

This div background color is #A88EA5.


Border color

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

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

This div border color is #A88EA5.


Opacity

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

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

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

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

This text has shadow with #A88EA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A88EA5 on black background.


Color preview on white background

This text has color #A88EA5 on white background.



Black color preview on #A88EA5 background

This text has black color on #A88EA5 background.


White color preview on #A88EA5 background

This text has white color on #A88EA5 background.