COLOR #A897A7

HEX: #A897A7
RGB: (168,151,167)

Color info

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

RGB color model

#A897A7 color RGB value is (168,151,167).

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

RGB channels and saturation

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

168
151
167

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

Portions of RGB colors in percentages

R + G + B =
168 + 151 + 167 = 486 (100%)
R 168 of 486 ~ 34.57%
G 151 of 486 ~ 31.07%
B 167 of 486 ~ 34.36%

%34.57
%31.07
%34.36

CMYK color model

#A897A7 color CMYK value is (0,10,1,34).

  • cyan value is 0.00%
  • magenta value is 10.12%
  • yellow value is 0.60%
  • key color value is 34.12%
CMYK:
(0,10,1,34)
C0M10Y1K34 
(0%,10%,1%,34%)
(0.00/0.10/0.01/0.34)	

CMYK percentages

%0
%10.12
%0.6
%34.12

Codes

Color #A897A7 in popluar color models

A897A7
RGB168151167
HSL304°8.90%62.55%
HSB/HSV304°10.12%65.88%
CMYK0.00%10.12%0.60%
34.12%

Color #A897A7 in popluar number systems.

HEXA897A7
Decimal168151167
Binary101010001001011110100111
Octal250227247

Shades and tints

Shades of #A897A7

#A897A7
(168,151,167)
#998A98
(153,138,152)
#8A7D89
(138,125,137)
#7B707A
(123,112,122)
#6C636B
(108,99,107)
#5D565C
(93,86,92)
#4E494D
(78,73,77)
#3F3C3E
(63,60,62)
#302F2F
(48,47,47)
#212220
(33,34,32)
#121511
(18,21,17)
#000000
(0,0,0)

Tints of #A897A7

#A897A7
(168,151,167)
#AFA0AF
(175,160,175)
#B6A9B7
(182,169,183)
#BDB2BF
(189,178,191)
#C4BBC7
(196,187,199)
#CBC4CF
(203,196,207)
#D2CDD7
(210,205,215)
#D9D6DF
(217,214,223)
#E0DFE7
(224,223,231)
#E7E8EF
(231,232,239)
#EEF1F7
(238,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A897A7; }

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

This text font color is #A897A7.


Background Color

.myBgColor { background-color: #A897A7; }

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

This div background color is #A897A7.


Border color

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

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

This div border color is #A897A7.


Opacity

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

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

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

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

This text has shadow with #A897A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A897A7 on black background.


Color preview on white background

This text has color #A897A7 on white background.



Black color preview on #A897A7 background

This text has black color on #A897A7 background.


White color preview on #A897A7 background

This text has white color on #A897A7 background.