COLOR #A998CB

HEX: #A998CB RGB: (169,152,203)

Color info

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

RGB color model

#A998CB color RGB value is (169,152,203).

RGB: (169,152,203) (66%, 60%, 80%)

RGB channels and saturation

R 169 of 255 = 66%
G 152 of 255 = 60%
B 203 of 255 = 80%

169
152
203

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

Portions of RGB colors in percentages

R + G + B = 169 + 152 + 203 = 524 (100%)
R 169 of 524 ~ 32.25%
G 152 of 524 ~ 29.01%
B 203 of 524 ~ 38.74'%

%32.25
%29.01
%38.74

CMYK color model

#A998CB color CMYK value is (17,25,0,20).

  • cyan value is 16.75%
  • magenta value is 25.12%
  • yellow value is 0.00%
  • key color value is 20.39%

CMYK: (17,25,0,20)
C17M25Y0K20 (17%, 25%, 0%, 20%)
(0.17 / 0.25 / 0.00 / 0.20)

CMYK percentages

%16.75
%25.12
%0
%20.39

Codes

Color #A998CB in popluar color models

A9 98 CB
RGB 169 152 203
HSL 260° 32.90% 69.61%
HSB/HSV 260° 25.12% 79.61%
CMYK 16.75% 25.12% 0.00%
20.39%

Color #A998CB in popluar number systems.

HEX A9 98 CB
Decimal 169 152 203
Binary 10101001 10011000 11001011
Octal 251 230 313

Shades and tints

Shades of #A998CB

#A998CB
(169,152,203)
#9A8BB9
(154,139,185)
#8B7EA7
(139,126,167)
#7C7195
(124,113,149)
#6D6483
(109,100,131)
#5E5771
(94,87,113)
#4F4A5F
(79,74,95)
#403D4D
(64,61,77)
#31303B
(49,48,59)
#222329
(34,35,41)
#131617
(19,22,23)
#000000
(0,0,0)

Tints of #A998CB

#A998CB
(169,152,203)
#B0A1CF
(176,161,207)
#B7AAD3
(183,170,211)
#BEB3D7
(190,179,215)
#C5BCDB
(197,188,219)
#CCC5DF
(204,197,223)
#D3CEE3
(211,206,227)
#DAD7E7
(218,215,231)
#E1E0EB
(225,224,235)
#E8E9EF
(232,233,239)
#EFF2F3
(239,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A998CB; }

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

This text font color is #A998CB.

Background Color

.myBgColor { background-color: #A998CB; }

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

This div background color is #A998CB.

Border color

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

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

This div border color is #A998CB.

Opacity

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

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

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

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

This text has shadow with #A998CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A998CB.

Preview

Color preview on black background

This text has color #A998CB on black background.


Color preview on white background

This text has color #A998CB on white background.


Black color preview on #A998CB background

This text has black color on #A998CB background.


White color preview on #A998CB background

This text has white color on #A998CB background.


Related colors

Complementary color

Complementary color for #hex is #566734.


I love getcolorcode.com

Triadic colors

1 #CBA998 and #98CBA9 with #A998CB are triadic colors.

2 #CB98A9 and #98A9CB with #A998CB are triadic colors.