COLOR #A98DC8

HEX: #A98DC8 RGB: (169,141,200)

Color info

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

RGB color model

#A98DC8 color RGB value is (169,141,200).

RGB: (169,141,200) (66%, 55%, 78%)

RGB channels and saturation

R 169 of 255 = 66%
G 141 of 255 = 55%
B 200 of 255 = 78%

169
141
200

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

Portions of RGB colors in percentages

R + G + B = 169 + 141 + 200 = 510 (100%)
R 169 of 510 ~ 33.14%
G 141 of 510 ~ 27.65%
B 200 of 510 ~ 39.22'%

%33.14
%27.65
%39.22

CMYK color model

#A98DC8 color CMYK value is (16,30,0,22).

  • cyan value is 15.50%
  • magenta value is 29.50%
  • yellow value is 0.00%
  • key color value is 21.57%

CMYK: (16,30,0,22)
C16M30Y0K22 (16%, 30%, 0%, 22%)
(0.16 / 0.30 / 0.00 / 0.22)

CMYK percentages

%15.5
%29.5
%0
%21.57

Codes

Color #A98DC8 in popluar color models

A9 8D C8
RGB 169 141 200
HSL 268° 34.91% 66.86%
HSB/HSV 268° 29.50% 78.43%
CMYK 15.50% 29.50% 0.00%
21.57%

Color #A98DC8 in popluar number systems.

HEX A9 8D C8
Decimal 169 141 200
Binary 10101001 10001101 11001000
Octal 251 215 310

Shades and tints

Shades of #A98DC8

#A98DC8
(169,141,200)
#9A81B6
(154,129,182)
#8B75A4
(139,117,164)
#7C6992
(124,105,146)
#6D5D80
(109,93,128)
#5E516E
(94,81,110)
#4F455C
(79,69,92)
#40394A
(64,57,74)
#312D38
(49,45,56)
#222126
(34,33,38)
#131514
(19,21,20)
#000000
(0,0,0)

Tints of #A98DC8

#A98DC8
(169,141,200)
#B097CD
(176,151,205)
#B7A1D2
(183,161,210)
#BEABD7
(190,171,215)
#C5B5DC
(197,181,220)
#CCBFE1
(204,191,225)
#D3C9E6
(211,201,230)
#DAD3EB
(218,211,235)
#E1DDF0
(225,221,240)
#E8E7F5
(232,231,245)
#EFF1FA
(239,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A98DC8; }

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

This text font color is #A98DC8.

Background Color

.myBgColor { background-color: #A98DC8; }

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

This div background color is #A98DC8.

Border color

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

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

This div border color is #A98DC8.

Opacity

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

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

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

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

This text has shadow with #A98DC8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A98DC8.

Preview

Color preview on black background

This text has color #A98DC8 on black background.


Color preview on white background

This text has color #A98DC8 on white background.


Black color preview on #A98DC8 background

This text has black color on #A98DC8 background.


White color preview on #A98DC8 background

This text has white color on #A98DC8 background.


Related colors

Complementary color

Complementary color for #hex is #567237.


I love getcolorcode.com

Triadic colors

1 #C8A98D and #8DC8A9 with #A98DC8 are triadic colors.

2 #C88DA9 and #8DA9C8 with #A98DC8 are triadic colors.