COLOR #A898C0

HEX: #A898C0
RGB: (168,152,192)

Color info

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

RGB color model

#A898C0 color RGB value is (168,152,192).

  • red value is 168;
  • green value is 152;
  • blue value is 192.
RGB:
(168,152,192)
(66%,60%,75%)

RGB channels and saturation

R 168 of 255 = 66%
G 152 of 255 = 60%
B 192 of 255 = 75%

168
152
192

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

Portions of RGB colors in percentages

R + G + B =
168 + 152 + 192 = 512 (100%)
R 168 of 512 ~ 32.81%
G 152 of 512 ~ 29.69%
B 192 of 512 ~ 37.5%

%32.81
%29.69
%37.5

CMYK color model

#A898C0 color CMYK value is (13,21,0,25).

  • cyan value is 12.50%
  • magenta value is 20.83%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(13,21,0,25)
C13M21Y0K25 
(13%,21%,0%,25%)
(0.13/0.21/0.00/0.25)	

CMYK percentages

%12.5
%20.83
%0
%24.71

Codes

Color #A898C0 in popluar color models

A898C0
RGB168152192
HSL264°24.10%67.45%
HSB/HSV264°20.83%75.29%
CMYK12.50%20.83%0.00%
24.71%

Color #A898C0 in popluar number systems.

HEXA898C0
Decimal168152192
Binary101010001001100011000000
Octal250230300

Shades and tints

Shades of #A898C0

#A898C0
(168,152,192)
#998BAF
(153,139,175)
#8A7E9E
(138,126,158)
#7B718D
(123,113,141)
#6C647C
(108,100,124)
#5D576B
(93,87,107)
#4E4A5A
(78,74,90)
#3F3D49
(63,61,73)
#303038
(48,48,56)
#212327
(33,35,39)
#121616
(18,22,22)
#000000
(0,0,0)

Tints of #A898C0

#A898C0
(168,152,192)
#AFA1C5
(175,161,197)
#B6AACA
(182,170,202)
#BDB3CF
(189,179,207)
#C4BCD4
(196,188,212)
#CBC5D9
(203,197,217)
#D2CEDE
(210,206,222)
#D9D7E3
(217,215,227)
#E0E0E8
(224,224,232)
#E7E9ED
(231,233,237)
#EEF2F2
(238,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A898C0 color. Also use rgb(168,152,192) instead hex code.

Text Font Color

.myTextColor { color: #A898C0; }

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

This text font color is #A898C0.


Background Color

.myBgColor { background-color: #A898C0; }

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

This div background color is #A898C0.


Border color

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

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

This div border color is #A898C0.


Opacity

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

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

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

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

This text has shadow with #A898C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A898C0 on black background.


Color preview on white background

This text has color #A898C0 on white background.



Black color preview on #A898C0 background

This text has black color on #A898C0 background.


White color preview on #A898C0 background

This text has white color on #A898C0 background.