COLOR #A897BC

HEX: #A897BC
RGB: (168,151,188)

Color info

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

RGB color model

#A897BC color RGB value is (168,151,188).

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

RGB channels and saturation

R 168 of 255 = 66%
G 151 of 255 = 59%
B 188 of 255 = 74%

168
151
188

R + G + B ~ 66%. #A897BC is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 151 + 188 = 507 (100%)
R 168 of 507 ~ 33.14%
G 151 of 507 ~ 29.78%
B 188 of 507 ~ 37.08%

%33.14
%29.78
%37.08

CMYK color model

#A897BC color CMYK value is (11,20,0,26).

  • cyan value is 10.64%
  • magenta value is 19.68%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(11,20,0,26)
C11M20Y0K26 
(11%,20%,0%,26%)
(0.11/0.20/0.00/0.26)	

CMYK percentages

%10.64
%19.68
%0
%26.27

Codes

Color #A897BC in popluar color models

A897BC
RGB168151188
HSL268°21.64%66.47%
HSB/HSV268°19.68%73.73%
CMYK10.64%19.68%0.00%
26.27%

Color #A897BC in popluar number systems.

HEXA897BC
Decimal168151188
Binary101010001001011110111100
Octal250227274

Shades and tints

Shades of #A897BC

#A897BC
(168,151,188)
#998AAB
(153,138,171)
#8A7D9A
(138,125,154)
#7B7089
(123,112,137)
#6C6378
(108,99,120)
#5D5667
(93,86,103)
#4E4956
(78,73,86)
#3F3C45
(63,60,69)
#302F34
(48,47,52)
#212223
(33,34,35)
#121512
(18,21,18)
#000000
(0,0,0)

Tints of #A897BC

#A897BC
(168,151,188)
#AFA0C2
(175,160,194)
#B6A9C8
(182,169,200)
#BDB2CE
(189,178,206)
#C4BBD4
(196,187,212)
#CBC4DA
(203,196,218)
#D2CDE0
(210,205,224)
#D9D6E6
(217,214,230)
#E0DFEC
(224,223,236)
#E7E8F2
(231,232,242)
#EEF1F8
(238,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A897BC; }

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

This text font color is #A897BC.


Background Color

.myBgColor { background-color: #A897BC; }

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

This div background color is #A897BC.


Border color

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

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

This div border color is #A897BC.


Opacity

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

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

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

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

This text has shadow with #A897BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A897BC on black background.


Color preview on white background

This text has color #A897BC on white background.



Black color preview on #A897BC background

This text has black color on #A897BC background.


White color preview on #A897BC background

This text has white color on #A897BC background.