COLOR #A897C1

HEX: #A897C1
RGB: (168,151,193)

Color info

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

RGB color model

#A897C1 color RGB value is (168,151,193).

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

RGB channels and saturation

R 168 of 255 = 66%
G 151 of 255 = 59%
B 193 of 255 = 76%

168
151
193

R + G + B ~ 67%. #A897C1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 151 + 193 = 512 (100%)
R 168 of 512 ~ 32.81%
G 151 of 512 ~ 29.49%
B 193 of 512 ~ 37.7%

%32.81
%29.49
%37.7

CMYK color model

#A897C1 color CMYK value is (13,22,0,24).

  • cyan value is 12.95%
  • magenta value is 21.76%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(13,22,0,24)
C13M22Y0K24 
(13%,22%,0%,24%)
(0.13/0.22/0.00/0.24)	

CMYK percentages

%12.95
%21.76
%0
%24.31

Codes

Color #A897C1 in popluar color models

A897C1
RGB168151193
HSL264°25.30%67.45%
HSB/HSV264°21.76%75.69%
CMYK12.95%21.76%0.00%
24.31%

Color #A897C1 in popluar number systems.

HEXA897C1
Decimal168151193
Binary101010001001011111000001
Octal250227301

Shades and tints

Shades of #A897C1

#A897C1
(168,151,193)
#998AB0
(153,138,176)
#8A7D9F
(138,125,159)
#7B708E
(123,112,142)
#6C637D
(108,99,125)
#5D566C
(93,86,108)
#4E495B
(78,73,91)
#3F3C4A
(63,60,74)
#302F39
(48,47,57)
#212228
(33,34,40)
#121517
(18,21,23)
#000000
(0,0,0)

Tints of #A897C1

#A897C1
(168,151,193)
#AFA0C6
(175,160,198)
#B6A9CB
(182,169,203)
#BDB2D0
(189,178,208)
#C4BBD5
(196,187,213)
#CBC4DA
(203,196,218)
#D2CDDF
(210,205,223)
#D9D6E4
(217,214,228)
#E0DFE9
(224,223,233)
#E7E8EE
(231,232,238)
#EEF1F3
(238,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A897C1; }

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

This text font color is #A897C1.


Background Color

.myBgColor { background-color: #A897C1; }

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

This div background color is #A897C1.


Border color

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

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

This div border color is #A897C1.


Opacity

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

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

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

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

This text has shadow with #A897C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A897C1 on black background.


Color preview on white background

This text has color #A897C1 on white background.



Black color preview on #A897C1 background

This text has black color on #A897C1 background.


White color preview on #A897C1 background

This text has white color on #A897C1 background.