COLOR #A98DC5

HEX: #A98DC5
RGB: (169,141,197)

Color info

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

RGB color model

#A98DC5 color RGB value is (169,141,197).

  • red value is 169;
  • green value is 141;
  • blue value is 197.
RGB:
(169,141,197)
(66%,55%,77%)

RGB channels and saturation

R 169 of 255 = 66%
G 141 of 255 = 55%
B 197 of 255 = 77%

169
141
197

R + G + B ~ 66%. #A98DC5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 141 + 197 = 507 (100%)
R 169 of 507 ~ 33.33%
G 141 of 507 ~ 27.81%
B 197 of 507 ~ 38.86%

%33.33
%27.81
%38.86

CMYK color model

#A98DC5 color CMYK value is (14,28,0,23).

  • cyan value is 14.21%
  • magenta value is 28.43%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(14,28,0,23)
C14M28Y0K23 
(14%,28%,0%,23%)
(0.14/0.28/0.00/0.23)	

CMYK percentages

%14.21
%28.43
%0
%22.75

Codes

Color #A98DC5 in popluar color models

A98DC5
RGB169141197
HSL270°32.56%66.27%
HSB/HSV270°28.43%77.25%
CMYK14.21%28.43%0.00%
22.75%

Color #A98DC5 in popluar number systems.

HEXA98DC5
Decimal169141197
Binary101010011000110111000101
Octal251215305

Shades and tints

Shades of #A98DC5

#A98DC5
(169,141,197)
#9A81B4
(154,129,180)
#8B75A3
(139,117,163)
#7C6992
(124,105,146)
#6D5D81
(109,93,129)
#5E5170
(94,81,112)
#4F455F
(79,69,95)
#40394E
(64,57,78)
#312D3D
(49,45,61)
#22212C
(34,33,44)
#13151B
(19,21,27)
#000000
(0,0,0)

Tints of #A98DC5

#A98DC5
(169,141,197)
#B097CA
(176,151,202)
#B7A1CF
(183,161,207)
#BEABD4
(190,171,212)
#C5B5D9
(197,181,217)
#CCBFDE
(204,191,222)
#D3C9E3
(211,201,227)
#DAD3E8
(218,211,232)
#E1DDED
(225,221,237)
#E8E7F2
(232,231,242)
#EFF1F7
(239,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A98DC5 color. Also use rgb(169,141,197) instead hex code.

Text Font Color

.myTextColor { color: #A98DC5; }

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

This text font color is #A98DC5.


Background Color

.myBgColor { background-color: #A98DC5; }

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

This div background color is #A98DC5.


Border color

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

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

This div border color is #A98DC5.


Opacity

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

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

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

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

This text has shadow with #A98DC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A98DC5 on black background.


Color preview on white background

This text has color #A98DC5 on white background.



Black color preview on #A98DC5 background

This text has black color on #A98DC5 background.


White color preview on #A98DC5 background

This text has white color on #A98DC5 background.