COLOR #A897AA

HEX: #A897AA
RGB: (168,151,170)

Color info

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

RGB color model

#A897AA color RGB value is (168,151,170).

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

RGB channels and saturation

R 168 of 255 = 66%
G 151 of 255 = 59%
B 170 of 255 = 67%

168
151
170

R + G + B ~ 64%. #A897AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 151 + 170 = 489 (100%)
R 168 of 489 ~ 34.36%
G 151 of 489 ~ 30.88%
B 170 of 489 ~ 34.76%

%34.36
%30.88
%34.76

CMYK color model

#A897AA color CMYK value is (1,11,0,33).

  • cyan value is 1.18%
  • magenta value is 11.18%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(1,11,0,33)
C1M11Y0K33 
(1%,11%,0%,33%)
(0.01/0.11/0.00/0.33)	

CMYK percentages

%1.18
%11.18
%0
%33.33

Codes

Color #A897AA in popluar color models

A897AA
RGB168151170
HSL294°10.05%62.94%
HSB/HSV294°11.18%66.67%
CMYK1.18%11.18%0.00%
33.33%

Color #A897AA in popluar number systems.

HEXA897AA
Decimal168151170
Binary101010001001011110101010
Octal250227252

Shades and tints

Shades of #A897AA

#A897AA
(168,151,170)
#998A9B
(153,138,155)
#8A7D8C
(138,125,140)
#7B707D
(123,112,125)
#6C636E
(108,99,110)
#5D565F
(93,86,95)
#4E4950
(78,73,80)
#3F3C41
(63,60,65)
#302F32
(48,47,50)
#212223
(33,34,35)
#121514
(18,21,20)
#000000
(0,0,0)

Tints of #A897AA

#A897AA
(168,151,170)
#AFA0B1
(175,160,177)
#B6A9B8
(182,169,184)
#BDB2BF
(189,178,191)
#C4BBC6
(196,187,198)
#CBC4CD
(203,196,205)
#D2CDD4
(210,205,212)
#D9D6DB
(217,214,219)
#E0DFE2
(224,223,226)
#E7E8E9
(231,232,233)
#EEF1F0
(238,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A897AA; }

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

This text font color is #A897AA.


Background Color

.myBgColor { background-color: #A897AA; }

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

This div background color is #A897AA.


Border color

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

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

This div border color is #A897AA.


Opacity

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

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

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

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

This text has shadow with #A897AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A897AA on black background.


Color preview on white background

This text has color #A897AA on white background.



Black color preview on #A897AA background

This text has black color on #A897AA background.


White color preview on #A897AA background

This text has white color on #A897AA background.