COLOR #A498B6

HEX: #A498B6 RGB: (164,152,182)

Color info

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

RGB color model

#A498B6 color RGB value is (164,152,182).

RGB: (164,152,182) (64%, 60%, 71%)

RGB channels and saturation

R 164 of 255 = 64%
G 152 of 255 = 60%
B 182 of 255 = 71%

164
152
182

R + G + B ~ 65%. #A498B6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 164 + 152 + 182 = 498 (100%)
R 164 of 498 ~ 32.93%
G 152 of 498 ~ 30.52%
B 182 of 498 ~ 36.55'%

%32.93
%30.52
%36.55

CMYK color model

#A498B6 color CMYK value is (10,16,0,29).

  • cyan value is 9.89%
  • magenta value is 16.48%
  • yellow value is 0.00%
  • key color value is 28.63%

CMYK: (10,16,0,29)
C10M16Y0K29 (10%, 16%, 0%, 29%)
(0.10 / 0.16 / 0.00 / 0.29)

CMYK percentages

%9.89
%16.48
%0
%28.63

Codes

Color #A498B6 in popluar color models

A4 98 B6
RGB 164 152 182
HSL 264° 17.05% 65.49%
HSB/HSV 264° 16.48% 71.37%
CMYK 9.89% 16.48% 0.00%
28.63%

Color #A498B6 in popluar number systems.

HEX A4 98 B6
Decimal 164 152 182
Binary 10100100 10011000 10110110
Octal 244 230 266

Shades and tints

Shades of #A498B6

#A498B6
(164,152,182)
#968BA6
(150,139,166)
#887E96
(136,126,150)
#7A7186
(122,113,134)
#6C6476
(108,100,118)
#5E5766
(94,87,102)
#504A56
(80,74,86)
#423D46
(66,61,70)
#343036
(52,48,54)
#262326
(38,35,38)
#181616
(24,22,22)
#000000
(0,0,0)

Tints of #A498B6

#A498B6
(164,152,182)
#ACA1BC
(172,161,188)
#B4AAC2
(180,170,194)
#BCB3C8
(188,179,200)
#C4BCCE
(196,188,206)
#CCC5D4
(204,197,212)
#D4CEDA
(212,206,218)
#DCD7E0
(220,215,224)
#E4E0E6
(228,224,230)
#ECE9EC
(236,233,236)
#F4F2F2
(244,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A498B6 color. Also use rgb(164,152,182) instead hex code.

Text Font Color

.myTextColor { color: #A498B6; }

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

This text font color is #A498B6.

Background Color

.myBgColor { background-color: #A498B6; }

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

This div background color is #A498B6.

Border color

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

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

This div border color is #A498B6.

Opacity

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

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

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

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

This text has shadow with #A498B6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A498B6.

Preview

Color preview on black background

This text has color #A498B6 on black background.


Color preview on white background

This text has color #A498B6 on white background.


Black color preview on #A498B6 background

This text has black color on #A498B6 background.


White color preview on #A498B6 background

This text has white color on #A498B6 background.


Related colors

Complementary color

Complementary color for #hex is #5B6749.


I love getcolorcode.com

Triadic colors

1 #B6A498 and #98B6A4 with #A498B6 are triadic colors.

2 #B698A4 and #98A4B6 with #A498B6 are triadic colors.