COLOR #A897B6

HEX: #A897B6
RGB: (168,151,182)

Color info

#A897B6 contains red, green and blue colors in about the same proportion. Web safe color of #A897B6 is #9999CC (or #99C).

RGB color model

#A897B6 color RGB value is (168,151,182).

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

RGB channels and saturation

R 168 of 255 = 66%
G 151 of 255 = 59%
B 182 of 255 = 71%

168
151
182

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

Portions of RGB colors in percentages

R + G + B =
168 + 151 + 182 = 501 (100%)
R 168 of 501 ~ 33.53%
G 151 of 501 ~ 30.14%
B 182 of 501 ~ 36.33%

%33.53
%30.14
%36.33

CMYK color model

#A897B6 color CMYK value is (8,17,0,29).

  • cyan value is 7.69%
  • magenta value is 17.03%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(8,17,0,29)
C8M17Y0K29 
(8%,17%,0%,29%)
(0.08/0.17/0.00/0.29)	

CMYK percentages

%7.69
%17.03
%0
%28.63

Codes

Color #A897B6 in popluar color models

A897B6
RGB168151182
HSL273°17.51%65.29%
HSB/HSV273°17.03%71.37%
CMYK7.69%17.03%0.00%
28.63%

Color #A897B6 in popluar number systems.

HEXA897B6
Decimal168151182
Binary101010001001011110110110
Octal250227266

Shades and tints

Shades of #A897B6

#A897B6
(168,151,182)
#998AA6
(153,138,166)
#8A7D96
(138,125,150)
#7B7086
(123,112,134)
#6C6376
(108,99,118)
#5D5666
(93,86,102)
#4E4956
(78,73,86)
#3F3C46
(63,60,70)
#302F36
(48,47,54)
#212226
(33,34,38)
#121516
(18,21,22)
#000000
(0,0,0)

Tints of #A897B6

#A897B6
(168,151,182)
#AFA0BC
(175,160,188)
#B6A9C2
(182,169,194)
#BDB2C8
(189,178,200)
#C4BBCE
(196,187,206)
#CBC4D4
(203,196,212)
#D2CDDA
(210,205,218)
#D9D6E0
(217,214,224)
#E0DFE6
(224,223,230)
#E7E8EC
(231,232,236)
#EEF1F2
(238,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A897B6; }

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

This text font color is #A897B6.


Background Color

.myBgColor { background-color: #A897B6; }

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

This div background color is #A897B6.


Border color

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

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

This div border color is #A897B6.


Opacity

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

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

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

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

This text has shadow with #A897B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A897B6 on black background.


Color preview on white background

This text has color #A897B6 on white background.



Black color preview on #A897B6 background

This text has black color on #A897B6 background.


White color preview on #A897B6 background

This text has white color on #A897B6 background.