COLOR #A998D3

HEX: #A998D3
RGB: (169,152,211)

Color info

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

RGB color model

#A998D3 color RGB value is (169,152,211).

  • red value is 169;
  • green value is 152;
  • blue value is 211.
RGB:
(169,152,211)
(66%,60%,83%)

RGB channels and saturation

R 169 of 255 = 66%
G 152 of 255 = 60%
B 211 of 255 = 83%

169
152
211

R + G + B ~ 70%. #A998D3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 152 + 211 = 532 (100%)
R 169 of 532 ~ 31.77%
G 152 of 532 ~ 28.57%
B 211 of 532 ~ 39.66%

%31.77
%28.57
%39.66

CMYK color model

#A998D3 color CMYK value is (20,28,0,17).

  • cyan value is 19.91%
  • magenta value is 27.96%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(20,28,0,17)
C20M28Y0K17 
(20%,28%,0%,17%)
(0.20/0.28/0.00/0.17)	

CMYK percentages

%19.91
%27.96
%0
%17.25

Codes

Color #A998D3 in popluar color models

A998D3
RGB169152211
HSL257°40.14%71.18%
HSB/HSV257°27.96%82.75%
CMYK19.91%27.96%0.00%
17.25%

Color #A998D3 in popluar number systems.

HEXA998D3
Decimal169152211
Binary101010011001100011010011
Octal251230323

Shades and tints

Shades of #A998D3

#A998D3
(169,152,211)
#9A8BC0
(154,139,192)
#8B7EAD
(139,126,173)
#7C719A
(124,113,154)
#6D6487
(109,100,135)
#5E5774
(94,87,116)
#4F4A61
(79,74,97)
#403D4E
(64,61,78)
#31303B
(49,48,59)
#222328
(34,35,40)
#131615
(19,22,21)
#000000
(0,0,0)

Tints of #A998D3

#A998D3
(169,152,211)
#B0A1D7
(176,161,215)
#B7AADB
(183,170,219)
#BEB3DF
(190,179,223)
#C5BCE3
(197,188,227)
#CCC5E7
(204,197,231)
#D3CEEB
(211,206,235)
#DAD7EF
(218,215,239)
#E1E0F3
(225,224,243)
#E8E9F7
(232,233,247)
#EFF2FB
(239,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A998D3 color. Also use rgb(169,152,211) instead hex code.

Text Font Color

.myTextColor { color: #A998D3; }

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

This text font color is #A998D3.


Background Color

.myBgColor { background-color: #A998D3; }

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

This div background color is #A998D3.


Border color

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

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

This div border color is #A998D3.


Opacity

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

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

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

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

This text has shadow with #A998D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A998D3 on black background.


Color preview on white background

This text has color #A998D3 on white background.



Black color preview on #A998D3 background

This text has black color on #A998D3 background.


White color preview on #A998D3 background

This text has white color on #A998D3 background.