COLOR #A98ED7

HEX: #A98ED7 RGB: (169,142,215)

Color info

#A98ED7 contains mainly red and blue colors. Web safe color of #A98ED7 is #9999CC (or #99C).

RGB color model

#A98ED7 color RGB value is (169,142,215).

RGB: (169,142,215) (66%, 56%, 84%)

RGB channels and saturation

R 169 of 255 = 66%
G 142 of 255 = 56%
B 215 of 255 = 84%

169
142
215

R + G + B ~ 69%. #A98ED7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 142 + 215 = 526 (100%)
R 169 of 526 ~ 32.13%
G 142 of 526 ~ 27%
B 215 of 526 ~ 40.87'%

%32.13
%27
%40.87

CMYK color model

#A98ED7 color CMYK value is (21,34,0,16).

  • cyan value is 21.40%
  • magenta value is 33.95%
  • yellow value is 0.00%
  • key color value is 15.69%

CMYK: (21,34,0,16)
C21M34Y0K16 (21%, 34%, 0%, 16%)
(0.21 / 0.34 / 0.00 / 0.16)

CMYK percentages

%21.4
%33.95
%0
%15.69

Codes

Color #A98ED7 in popluar color models

A9 8E D7
RGB 169 142 215
HSL 262° 47.71% 70.00%
HSB/HSV 262° 33.95% 84.31%
CMYK 21.40% 33.95% 0.00%
15.69%

Color #A98ED7 in popluar number systems.

HEX A9 8E D7
Decimal 169 142 215
Binary 10101001 10001110 11010111
Octal 251 216 327

Shades and tints

Shades of #A98ED7

#A98ED7
(169,142,215)
#9A82C4
(154,130,196)
#8B76B1
(139,118,177)
#7C6A9E
(124,106,158)
#6D5E8B
(109,94,139)
#5E5278
(94,82,120)
#4F4665
(79,70,101)
#403A52
(64,58,82)
#312E3F
(49,46,63)
#22222C
(34,34,44)
#131619
(19,22,25)
#000000
(0,0,0)

Tints of #A98ED7

#A98ED7
(169,142,215)
#B098DA
(176,152,218)
#B7A2DD
(183,162,221)
#BEACE0
(190,172,224)
#C5B6E3
(197,182,227)
#CCC0E6
(204,192,230)
#D3CAE9
(211,202,233)
#DAD4EC
(218,212,236)
#E1DEEF
(225,222,239)
#E8E8F2
(232,232,242)
#EFF2F5
(239,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A98ED7; }

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

This text font color is #A98ED7.

Background Color

.myBgColor { background-color: #A98ED7; }

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

This div background color is #A98ED7.

Border color

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

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

This div border color is #A98ED7.

Opacity

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

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

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

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

This text has shadow with #A98ED7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A98ED7.

Preview

Color preview on black background

This text has color #A98ED7 on black background.


Color preview on white background

This text has color #A98ED7 on white background.


Black color preview on #A98ED7 background

This text has black color on #A98ED7 background.


White color preview on #A98ED7 background

This text has white color on #A98ED7 background.


Related colors

Complementary color

Complementary color for #hex is #567128.


I love getcolorcode.com

Triadic colors

1 #D7A98E and #8ED7A9 with #A98ED7 are triadic colors.

2 #D78EA9 and #8EA9D7 with #A98ED7 are triadic colors.