COLOR #A498C9

HEX: #A498C9
RGB: (164,152,201)

Color info

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

RGB color model

#A498C9 color RGB value is (164,152,201).

  • red value is 164;
  • green value is 152;
  • blue value is 201.
RGB:
(164,152,201)
(64%,60%,79%)

RGB channels and saturation

R 164 of 255 = 64%
G 152 of 255 = 60%
B 201 of 255 = 79%

164
152
201

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

Portions of RGB colors in percentages

R + G + B =
164 + 152 + 201 = 517 (100%)
R 164 of 517 ~ 31.72%
G 152 of 517 ~ 29.4%
B 201 of 517 ~ 38.88%

%31.72
%29.4
%38.88

CMYK color model

#A498C9 color CMYK value is (18,24,0,21).

  • cyan value is 18.41%
  • magenta value is 24.38%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(18,24,0,21)
C18M24Y0K21 
(18%,24%,0%,21%)
(0.18/0.24/0.00/0.21)	

CMYK percentages

%18.41
%24.38
%0
%21.18

Codes

Color #A498C9 in popluar color models

A498C9
RGB164152201
HSL255°31.21%69.22%
HSB/HSV255°24.38%78.82%
CMYK18.41%24.38%0.00%
21.18%

Color #A498C9 in popluar number systems.

HEXA498C9
Decimal164152201
Binary101001001001100011001001
Octal244230311

Shades and tints

Shades of #A498C9

#A498C9
(164,152,201)
#968BB7
(150,139,183)
#887EA5
(136,126,165)
#7A7193
(122,113,147)
#6C6481
(108,100,129)
#5E576F
(94,87,111)
#504A5D
(80,74,93)
#423D4B
(66,61,75)
#343039
(52,48,57)
#262327
(38,35,39)
#181615
(24,22,21)
#000000
(0,0,0)

Tints of #A498C9

#A498C9
(164,152,201)
#ACA1CD
(172,161,205)
#B4AAD1
(180,170,209)
#BCB3D5
(188,179,213)
#C4BCD9
(196,188,217)
#CCC5DD
(204,197,221)
#D4CEE1
(212,206,225)
#DCD7E5
(220,215,229)
#E4E0E9
(228,224,233)
#ECE9ED
(236,233,237)
#F4F2F1
(244,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A498C9; }

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

This text font color is #A498C9.


Background Color

.myBgColor { background-color: #A498C9; }

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

This div background color is #A498C9.


Border color

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

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

This div border color is #A498C9.


Opacity

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

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

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

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

This text has shadow with #A498C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A498C9 on black background.


Color preview on white background

This text has color #A498C9 on white background.



Black color preview on #A498C9 background

This text has black color on #A498C9 background.


White color preview on #A498C9 background

This text has white color on #A498C9 background.