COLOR #A897CB

HEX: #A897CB
RGB: (168,151,203)

Color info

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

RGB color model

#A897CB color RGB value is (168,151,203).

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

RGB channels and saturation

R 168 of 255 = 66%
G 151 of 255 = 59%
B 203 of 255 = 80%

168
151
203

R + G + B ~ 68%. #A897CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 151 + 203 = 522 (100%)
R 168 of 522 ~ 32.18%
G 151 of 522 ~ 28.93%
B 203 of 522 ~ 38.89%

%32.18
%28.93
%38.89

CMYK color model

#A897CB color CMYK value is (17,26,0,20).

  • cyan value is 17.24%
  • magenta value is 25.62%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(17,26,0,20)
C17M26Y0K20 
(17%,26%,0%,20%)
(0.17/0.26/0.00/0.20)	

CMYK percentages

%17.24
%25.62
%0
%20.39

Codes

Color #A897CB in popluar color models

A897CB
RGB168151203
HSL260°33.33%69.41%
HSB/HSV260°25.62%79.61%
CMYK17.24%25.62%0.00%
20.39%

Color #A897CB in popluar number systems.

HEXA897CB
Decimal168151203
Binary101010001001011111001011
Octal250227313

Shades and tints

Shades of #A897CB

#A897CB
(168,151,203)
#998AB9
(153,138,185)
#8A7DA7
(138,125,167)
#7B7095
(123,112,149)
#6C6383
(108,99,131)
#5D5671
(93,86,113)
#4E495F
(78,73,95)
#3F3C4D
(63,60,77)
#302F3B
(48,47,59)
#212229
(33,34,41)
#121517
(18,21,23)
#000000
(0,0,0)

Tints of #A897CB

#A897CB
(168,151,203)
#AFA0CF
(175,160,207)
#B6A9D3
(182,169,211)
#BDB2D7
(189,178,215)
#C4BBDB
(196,187,219)
#CBC4DF
(203,196,223)
#D2CDE3
(210,205,227)
#D9D6E7
(217,214,231)
#E0DFEB
(224,223,235)
#E7E8EF
(231,232,239)
#EEF1F3
(238,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A897CB; }

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

This text font color is #A897CB.


Background Color

.myBgColor { background-color: #A897CB; }

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

This div background color is #A897CB.


Border color

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

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

This div border color is #A897CB.


Opacity

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

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

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

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

This text has shadow with #A897CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A897CB on black background.


Color preview on white background

This text has color #A897CB on white background.



Black color preview on #A897CB background

This text has black color on #A897CB background.


White color preview on #A897CB background

This text has white color on #A897CB background.