COLOR #A998B8

HEX: #A998B8 RGB: (169,152,184)

Color info

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

RGB color model

#A998B8 color RGB value is (169,152,184).

RGB: (169,152,184) (66%, 60%, 72%)

RGB channels and saturation

R 169 of 255 = 66%
G 152 of 255 = 60%
B 184 of 255 = 72%

169
152
184

R + G + B ~ 66%. #A998B8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 152 + 184 = 505 (100%)
R 169 of 505 ~ 33.47%
G 152 of 505 ~ 30.1%
B 184 of 505 ~ 36.44'%

%33.47
%30.1
%36.44

CMYK color model

#A998B8 color CMYK value is (8,17,0,28).

  • cyan value is 8.15%
  • magenta value is 17.39%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK: (8,17,0,28) C8M17Y0K28 (8%,17%,0%,28%) (0.08/0.17/0.00/0.28) 

CMYK percentages

%8.15
%17.39
%0
%27.84

Codes

Color #A998B8 in popluar color models

A9 98 B8
RGB 169 152 184
HSL 272° 18.39% 65.88%
HSB/HSV 272° 17.39% 72.16%
CMYK 8.15% 17.39% 0.00%
27.84%

Color #A998B8 in popluar number systems.

HEX A9 98 B8
Decimal 169 152 184
Binary 10101001 10011000 10111000
Octal 251 230 270

Shades and tints

Shades of #A998B8

#A998B8
(169,152,184)
#9A8BA8
(154,139,168)
#8B7E98
(139,126,152)
#7C7188
(124,113,136)
#6D6478
(109,100,120)
#5E5768
(94,87,104)
#4F4A58
(79,74,88)
#403D48
(64,61,72)
#313038
(49,48,56)
#222328
(34,35,40)
#131618
(19,22,24)
#000000
(0,0,0)

Tints of #A998B8

#A998B8
(169,152,184)
#B0A1BE
(176,161,190)
#B7AAC4
(183,170,196)
#BEB3CA
(190,179,202)
#C5BCD0
(197,188,208)
#CCC5D6
(204,197,214)
#D3CEDC
(211,206,220)
#DAD7E2
(218,215,226)
#E1E0E8
(225,224,232)
#E8E9EE
(232,233,238)
#EFF2F4
(239,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A998B8; }

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

This text font color is #A998B8.

Background Color

.myBgColor { background-color: #A998B8; }

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

This div background color is #A998B8.

Border color

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

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

This div border color is #A998B8.

Opacity

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

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

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

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

This text has shadow with #A998B8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A998B8.

Preview

Color preview on black background

This text has color #A998B8 on black background.


Color preview on white background

This text has color #A998B8 on white background.


Black color preview on #A998B8 background

This text has black color on #A998B8 background.


White color preview on #A998B8 background

This text has white color on #A998B8 background.


Related colors

Complementary color

Complementary color for #hex is #566747.


I love getcolorcode.com

Triadic colors

1 #B8A998 and #98B8A9 with #A998B8 are triadic colors.

2 #B898A9 and #98A9B8 with #A998B8 are triadic colors.