COLOR #A98EC6

HEX: #A98EC6
RGB: (169,142,198)

Color info

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

RGB color model

#A98EC6 color RGB value is (169,142,198).

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

RGB channels and saturation

R 169 of 255 = 66%
G 142 of 255 = 56%
B 198 of 255 = 78%

169
142
198

R + G + B ~ 67%. #A98EC6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 142 + 198 = 509 (100%)
R 169 of 509 ~ 33.2%
G 142 of 509 ~ 27.9%
B 198 of 509 ~ 38.9%

%33.2
%27.9
%38.9

CMYK color model

#A98EC6 color CMYK value is (15,28,0,22).

  • cyan value is 14.65%
  • magenta value is 28.28%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(15,28,0,22)
C15M28Y0K22 
(15%,28%,0%,22%)
(0.15/0.28/0.00/0.22)	

CMYK percentages

%14.65
%28.28
%0
%22.35

Codes

Color #A98EC6 in popluar color models

A98EC6
RGB169142198
HSL269°32.94%66.67%
HSB/HSV269°28.28%77.65%
CMYK14.65%28.28%0.00%
22.35%

Color #A98EC6 in popluar number systems.

HEXA98EC6
Decimal169142198
Binary101010011000111011000110
Octal251216306

Shades and tints

Shades of #A98EC6

#A98EC6
(169,142,198)
#9A82B4
(154,130,180)
#8B76A2
(139,118,162)
#7C6A90
(124,106,144)
#6D5E7E
(109,94,126)
#5E526C
(94,82,108)
#4F465A
(79,70,90)
#403A48
(64,58,72)
#312E36
(49,46,54)
#222224
(34,34,36)
#131612
(19,22,18)
#000000
(0,0,0)

Tints of #A98EC6

#A98EC6
(169,142,198)
#B098CB
(176,152,203)
#B7A2D0
(183,162,208)
#BEACD5
(190,172,213)
#C5B6DA
(197,182,218)
#CCC0DF
(204,192,223)
#D3CAE4
(211,202,228)
#DAD4E9
(218,212,233)
#E1DEEE
(225,222,238)
#E8E8F3
(232,232,243)
#EFF2F8
(239,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A98EC6; }

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

This text font color is #A98EC6.


Background Color

.myBgColor { background-color: #A98EC6; }

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

This div background color is #A98EC6.


Border color

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

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

This div border color is #A98EC6.


Opacity

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

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

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

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

This text has shadow with #A98EC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A98EC6 on black background.


Color preview on white background

This text has color #A98EC6 on white background.



Black color preview on #A98EC6 background

This text has black color on #A98EC6 background.


White color preview on #A98EC6 background

This text has white color on #A98EC6 background.