COLOR #A897A5

HEX: #A897A5
RGB: (168,151,165)

Color info

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

RGB color model

#A897A5 color RGB value is (168,151,165).

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

RGB channels and saturation

R 168 of 255 = 66%
G 151 of 255 = 59%
B 165 of 255 = 65%

168
151
165

R + G + B ~ 63%. #A897A5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 151 + 165 = 484 (100%)
R 168 of 484 ~ 34.71%
G 151 of 484 ~ 31.2%
B 165 of 484 ~ 34.09%

%34.71
%31.2
%34.09

CMYK color model

#A897A5 color CMYK value is (0,10,2,34).

  • cyan value is 0.00%
  • magenta value is 10.12%
  • yellow value is 1.79%
  • key color value is 34.12%
CMYK:
(0,10,2,34)
C0M10Y2K34 
(0%,10%,2%,34%)
(0.00/0.10/0.02/0.34)	

CMYK percentages

%0
%10.12
%1.79
%34.12

Codes

Color #A897A5 in popluar color models

A897A5
RGB168151165
HSL311°8.90%62.55%
HSB/HSV311°10.12%65.88%
CMYK0.00%10.12%1.79%
34.12%

Color #A897A5 in popluar number systems.

HEXA897A5
Decimal168151165
Binary101010001001011110100101
Octal250227245

Shades and tints

Shades of #A897A5

#A897A5
(168,151,165)
#998A96
(153,138,150)
#8A7D87
(138,125,135)
#7B7078
(123,112,120)
#6C6369
(108,99,105)
#5D565A
(93,86,90)
#4E494B
(78,73,75)
#3F3C3C
(63,60,60)
#302F2D
(48,47,45)
#21221E
(33,34,30)
#12150F
(18,21,15)
#000000
(0,0,0)

Tints of #A897A5

#A897A5
(168,151,165)
#AFA0AD
(175,160,173)
#B6A9B5
(182,169,181)
#BDB2BD
(189,178,189)
#C4BBC5
(196,187,197)
#CBC4CD
(203,196,205)
#D2CDD5
(210,205,213)
#D9D6DD
(217,214,221)
#E0DFE5
(224,223,229)
#E7E8ED
(231,232,237)
#EEF1F5
(238,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A897A5; }

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

This text font color is #A897A5.


Background Color

.myBgColor { background-color: #A897A5; }

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

This div background color is #A897A5.


Border color

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

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

This div border color is #A897A5.


Opacity

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

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

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

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

This text has shadow with #A897A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A897A5 on black background.


Color preview on white background

This text has color #A897A5 on white background.



Black color preview on #A897A5 background

This text has black color on #A897A5 background.


White color preview on #A897A5 background

This text has white color on #A897A5 background.