COLOR #A98CAE

HEX: #A98CAE
RGB: (169,140,174)

Color info

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

RGB color model

#A98CAE color RGB value is (169,140,174).

  • red value is 169;
  • green value is 140;
  • blue value is 174.
RGB:
(169,140,174)
(66%,55%,68%)

RGB channels and saturation

R 169 of 255 = 66%
G 140 of 255 = 55%
B 174 of 255 = 68%

169
140
174

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

Portions of RGB colors in percentages

R + G + B =
169 + 140 + 174 = 483 (100%)
R 169 of 483 ~ 34.99%
G 140 of 483 ~ 28.99%
B 174 of 483 ~ 36.02%

%34.99
%28.99
%36.02

CMYK color model

#A98CAE color CMYK value is (3,20,0,32).

  • cyan value is 2.87%
  • magenta value is 19.54%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(3,20,0,32)
C3M20Y0K32 
(3%,20%,0%,32%)
(0.03/0.20/0.00/0.32)	

CMYK percentages

%2.87
%19.54
%0
%31.76

Codes

Color #A98CAE in popluar color models

A98CAE
RGB169140174
HSL291°17.35%61.57%
HSB/HSV291°19.54%68.24%
CMYK2.87%19.54%0.00%
31.76%

Color #A98CAE in popluar number systems.

HEXA98CAE
Decimal169140174
Binary101010011000110010101110
Octal251214256

Shades and tints

Shades of #A98CAE

#A98CAE
(169,140,174)
#9A809F
(154,128,159)
#8B7490
(139,116,144)
#7C6881
(124,104,129)
#6D5C72
(109,92,114)
#5E5063
(94,80,99)
#4F4454
(79,68,84)
#403845
(64,56,69)
#312C36
(49,44,54)
#222027
(34,32,39)
#131418
(19,20,24)
#000000
(0,0,0)

Tints of #A98CAE

#A98CAE
(169,140,174)
#B096B5
(176,150,181)
#B7A0BC
(183,160,188)
#BEAAC3
(190,170,195)
#C5B4CA
(197,180,202)
#CCBED1
(204,190,209)
#D3C8D8
(211,200,216)
#DAD2DF
(218,210,223)
#E1DCE6
(225,220,230)
#E8E6ED
(232,230,237)
#EFF0F4
(239,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A98CAE color. Also use rgb(169,140,174) instead hex code.

Text Font Color

.myTextColor { color: #A98CAE; }

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

This text font color is #A98CAE.


Background Color

.myBgColor { background-color: #A98CAE; }

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

This div background color is #A98CAE.


Border color

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

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

This div border color is #A98CAE.


Opacity

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

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

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

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

This text has shadow with #A98CAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A98CAE on black background.


Color preview on white background

This text has color #A98CAE on white background.



Black color preview on #A98CAE background

This text has black color on #A98CAE background.


White color preview on #A98CAE background

This text has white color on #A98CAE background.