COLOR #A898A2

HEX: #A898A2
RGB: (168,152,162)

Color info

#A898A2 contains red, green and blue colors in about the same proportion. Web safe color of #A898A2 is #999999 (or #999).

RGB color model

#A898A2 color RGB value is (168,152,162).

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

RGB channels and saturation

R 168 of 255 = 66%
G 152 of 255 = 60%
B 162 of 255 = 64%

168
152
162

R + G + B ~ 63%. #A898A2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 152 + 162 = 482 (100%)
R 168 of 482 ~ 34.85%
G 152 of 482 ~ 31.54%
B 162 of 482 ~ 33.61%

%34.85
%31.54
%33.61

CMYK color model

#A898A2 color CMYK value is (0,10,4,34).

  • cyan value is 0.00%
  • magenta value is 9.52%
  • yellow value is 3.57%
  • key color value is 34.12%
CMYK:
(0,10,4,34)
C0M10Y4K34 
(0%,10%,4%,34%)
(0.00/0.10/0.04/0.34)	

CMYK percentages

%0
%9.52
%3.57
%34.12

Codes

Color #A898A2 in popluar color models

A898A2
RGB168152162
HSL323°8.42%62.75%
HSB/HSV323°9.52%65.88%
CMYK0.00%9.52%3.57%
34.12%

Color #A898A2 in popluar number systems.

HEXA898A2
Decimal168152162
Binary101010001001100010100010
Octal250230242

Shades and tints

Shades of #A898A2

#A898A2
(168,152,162)
#998B94
(153,139,148)
#8A7E86
(138,126,134)
#7B7178
(123,113,120)
#6C646A
(108,100,106)
#5D575C
(93,87,92)
#4E4A4E
(78,74,78)
#3F3D40
(63,61,64)
#303032
(48,48,50)
#212324
(33,35,36)
#121616
(18,22,22)
#000000
(0,0,0)

Tints of #A898A2

#A898A2
(168,152,162)
#AFA1AA
(175,161,170)
#B6AAB2
(182,170,178)
#BDB3BA
(189,179,186)
#C4BCC2
(196,188,194)
#CBC5CA
(203,197,202)
#D2CED2
(210,206,210)
#D9D7DA
(217,215,218)
#E0E0E2
(224,224,226)
#E7E9EA
(231,233,234)
#EEF2F2
(238,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A898A2; }

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

This text font color is #A898A2.


Background Color

.myBgColor { background-color: #A898A2; }

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

This div background color is #A898A2.


Border color

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

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

This div border color is #A898A2.


Opacity

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

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

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

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

This text has shadow with #A898A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A898A2 on black background.


Color preview on white background

This text has color #A898A2 on white background.



Black color preview on #A898A2 background

This text has black color on #A898A2 background.


White color preview on #A898A2 background

This text has white color on #A898A2 background.