COLOR #A897B1

HEX: #A897B1
RGB: (168,151,177)

Color info

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

RGB color model

#A897B1 color RGB value is (168,151,177).

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

RGB channels and saturation

R 168 of 255 = 66%
G 151 of 255 = 59%
B 177 of 255 = 69%

168
151
177

R + G + B ~ 65%. #A897B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 151 + 177 = 496 (100%)
R 168 of 496 ~ 33.87%
G 151 of 496 ~ 30.44%
B 177 of 496 ~ 35.69%

%33.87
%30.44
%35.69

CMYK color model

#A897B1 color CMYK value is (5,15,0,31).

  • cyan value is 5.08%
  • magenta value is 14.69%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(5,15,0,31)
C5M15Y0K31 
(5%,15%,0%,31%)
(0.05/0.15/0.00/0.31)	

CMYK percentages

%5.08
%14.69
%0
%30.59

Codes

Color #A897B1 in popluar color models

A897B1
RGB168151177
HSL279°14.29%64.31%
HSB/HSV279°14.69%69.41%
CMYK5.08%14.69%0.00%
30.59%

Color #A897B1 in popluar number systems.

HEXA897B1
Decimal168151177
Binary101010001001011110110001
Octal250227261

Shades and tints

Shades of #A897B1

#A897B1
(168,151,177)
#998AA1
(153,138,161)
#8A7D91
(138,125,145)
#7B7081
(123,112,129)
#6C6371
(108,99,113)
#5D5661
(93,86,97)
#4E4951
(78,73,81)
#3F3C41
(63,60,65)
#302F31
(48,47,49)
#212221
(33,34,33)
#121511
(18,21,17)
#000000
(0,0,0)

Tints of #A897B1

#A897B1
(168,151,177)
#AFA0B8
(175,160,184)
#B6A9BF
(182,169,191)
#BDB2C6
(189,178,198)
#C4BBCD
(196,187,205)
#CBC4D4
(203,196,212)
#D2CDDB
(210,205,219)
#D9D6E2
(217,214,226)
#E0DFE9
(224,223,233)
#E7E8F0
(231,232,240)
#EEF1F7
(238,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A897B1; }

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

This text font color is #A897B1.


Background Color

.myBgColor { background-color: #A897B1; }

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

This div background color is #A897B1.


Border color

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

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

This div border color is #A897B1.


Opacity

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

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

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

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

This text has shadow with #A897B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A897B1 on black background.


Color preview on white background

This text has color #A897B1 on white background.



Black color preview on #A897B1 background

This text has black color on #A897B1 background.


White color preview on #A897B1 background

This text has white color on #A897B1 background.