COLOR #A98EA4

HEX: #A98EA4
RGB: (169,142,164)

Color info

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

RGB color model

#A98EA4 color RGB value is (169,142,164).

  • red value is 169;
  • green value is 142;
  • blue value is 164.
RGB:
(169,142,164)
(66%,56%,64%)

RGB channels and saturation

R 169 of 255 = 66%
G 142 of 255 = 56%
B 164 of 255 = 64%

169
142
164

R + G + B ~ 62%. #A98EA4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 142 + 164 = 475 (100%)
R 169 of 475 ~ 35.58%
G 142 of 475 ~ 29.89%
B 164 of 475 ~ 34.53%

%35.58
%29.89
%34.53

CMYK color model

#A98EA4 color CMYK value is (0,16,3,34).

  • cyan value is 0.00%
  • magenta value is 15.98%
  • yellow value is 2.96%
  • key color value is 33.73%
CMYK:
(0,16,3,34)
C0M16Y3K34 
(0%,16%,3%,34%)
(0.00/0.16/0.03/0.34)	

CMYK percentages

%0
%15.98
%2.96
%33.73

Codes

Color #A98EA4 in popluar color models

A98EA4
RGB169142164
HSL311°13.57%60.98%
HSB/HSV311°15.98%66.27%
CMYK0.00%15.98%2.96%
33.73%

Color #A98EA4 in popluar number systems.

HEXA98EA4
Decimal169142164
Binary101010011000111010100100
Octal251216244

Shades and tints

Shades of #A98EA4

#A98EA4
(169,142,164)
#9A8296
(154,130,150)
#8B7688
(139,118,136)
#7C6A7A
(124,106,122)
#6D5E6C
(109,94,108)
#5E525E
(94,82,94)
#4F4650
(79,70,80)
#403A42
(64,58,66)
#312E34
(49,46,52)
#222226
(34,34,38)
#131618
(19,22,24)
#000000
(0,0,0)

Tints of #A98EA4

#A98EA4
(169,142,164)
#B098AC
(176,152,172)
#B7A2B4
(183,162,180)
#BEACBC
(190,172,188)
#C5B6C4
(197,182,196)
#CCC0CC
(204,192,204)
#D3CAD4
(211,202,212)
#DAD4DC
(218,212,220)
#E1DEE4
(225,222,228)
#E8E8EC
(232,232,236)
#EFF2F4
(239,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A98EA4 color. Also use rgb(169,142,164) instead hex code.

Text Font Color

.myTextColor { color: #A98EA4; }

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

This text font color is #A98EA4.


Background Color

.myBgColor { background-color: #A98EA4; }

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

This div background color is #A98EA4.


Border color

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

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

This div border color is #A98EA4.


Opacity

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

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

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

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

This text has shadow with #A98EA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A98EA4 on black background.


Color preview on white background

This text has color #A98EA4 on white background.



Black color preview on #A98EA4 background

This text has black color on #A98EA4 background.


White color preview on #A98EA4 background

This text has white color on #A98EA4 background.