COLOR #A998C5

HEX: #A998C5 RGB: (169,152,197)

Color info

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

RGB color model

#A998C5 color RGB value is (169,152,197).

RGB: (169,152,197) (66%, 60%, 77%)

RGB channels and saturation

R 169 of 255 = 66%
G 152 of 255 = 60%
B 197 of 255 = 77%

169
152
197

R + G + B ~ 68%. #A998C5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 152 + 197 = 518 (100%)
R 169 of 518 ~ 32.63%
G 152 of 518 ~ 29.34%
B 197 of 518 ~ 38.03'%

%32.63
%29.34
%38.03

CMYK color model

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

  • cyan value is 14.21%
  • magenta value is 22.84%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK: (14,23,0,23) C14M23Y0K23 (14%,23%,0%,23%) (0.14/0.23/0.00/0.23) 

CMYK percentages

%14.21
%22.84
%0
%22.75

Codes

Color #A998C5 in popluar color models

A9 98 C5
RGB 169 152 197
HSL 263° 27.95% 68.43%
HSB/HSV 263° 22.84% 77.25%
CMYK 14.21% 22.84% 0.00%
22.75%

Color #A998C5 in popluar number systems.

HEX A9 98 C5
Decimal 169 152 197
Binary 10101001 10011000 11000101
Octal 251 230 305

Shades and tints

Shades of #A998C5

#A998C5
(169,152,197)
#9A8BB4
(154,139,180)
#8B7EA3
(139,126,163)
#7C7192
(124,113,146)
#6D6481
(109,100,129)
#5E5770
(94,87,112)
#4F4A5F
(79,74,95)
#403D4E
(64,61,78)
#31303D
(49,48,61)
#22232C
(34,35,44)
#13161B
(19,22,27)
#000000
(0,0,0)

Tints of #A998C5

#A998C5
(169,152,197)
#B0A1CA
(176,161,202)
#B7AACF
(183,170,207)
#BEB3D4
(190,179,212)
#C5BCD9
(197,188,217)
#CCC5DE
(204,197,222)
#D3CEE3
(211,206,227)
#DAD7E8
(218,215,232)
#E1E0ED
(225,224,237)
#E8E9F2
(232,233,242)
#EFF2F7
(239,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A998C5; }

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

This text font color is #A998C5.

Background Color

.myBgColor { background-color: #A998C5; }

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

This div background color is #A998C5.

Border color

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

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

This div border color is #A998C5.

Opacity

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

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

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

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

This text has shadow with #A998C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A998C5.

Preview

Color preview on black background

This text has color #A998C5 on black background.


Color preview on white background

This text has color #A998C5 on white background.


Black color preview on #A998C5 background

This text has black color on #A998C5 background.


White color preview on #A998C5 background

This text has white color on #A998C5 background.


Related colors

Complementary color

Complementary color for #hex is #56673A.


I love getcolorcode.com

Triadic colors

1 #C5A998 and #98C5A9 with #A998C5 are triadic colors.

2 #C598A9 and #98A9C5 with #A998C5 are triadic colors.