COLOR #A398A5

HEX: #A398A5
RGB: (163,152,165)

Color info

#A398A5 contains red, green and blue colors in about the same proportion. Web safe color of #A398A5 is #999999 (or #999).

RGB color model

#A398A5 color RGB value is (163,152,165).

  • red value is 163;
  • green value is 152;
  • blue value is 165.
RGB:
(163,152,165)
(64%,60%,65%)

RGB channels and saturation

R 163 of 255 = 64%
G 152 of 255 = 60%
B 165 of 255 = 65%

163
152
165

R + G + B ~ 63%. #A398A5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 152 + 165 = 480 (100%)
R 163 of 480 ~ 33.96%
G 152 of 480 ~ 31.67%
B 165 of 480 ~ 34.38%

%33.96
%31.67
%34.38

CMYK color model

#A398A5 color CMYK value is (1,8,0,35).

  • cyan value is 1.21%
  • magenta value is 7.88%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(1,8,0,35)
C1M8Y0K35 
(1%,8%,0%,35%)
(0.01/0.08/0.00/0.35)	

CMYK percentages

%1.21
%7.88
%0
%35.29

Codes

Color #A398A5 in popluar color models

A398A5
RGB163152165
HSL291°6.74%62.16%
HSB/HSV291°7.88%64.71%
CMYK1.21%7.88%0.00%
35.29%

Color #A398A5 in popluar number systems.

HEXA398A5
Decimal163152165
Binary101000111001100010100101
Octal243230245

Shades and tints

Shades of #A398A5

#A398A5
(163,152,165)
#958B96
(149,139,150)
#877E87
(135,126,135)
#797178
(121,113,120)
#6B6469
(107,100,105)
#5D575A
(93,87,90)
#4F4A4B
(79,74,75)
#413D3C
(65,61,60)
#33302D
(51,48,45)
#25231E
(37,35,30)
#17160F
(23,22,15)
#000000
(0,0,0)

Tints of #A398A5

#A398A5
(163,152,165)
#ABA1AD
(171,161,173)
#B3AAB5
(179,170,181)
#BBB3BD
(187,179,189)
#C3BCC5
(195,188,197)
#CBC5CD
(203,197,205)
#D3CED5
(211,206,213)
#DBD7DD
(219,215,221)
#E3E0E5
(227,224,229)
#EBE9ED
(235,233,237)
#F3F2F5
(243,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A398A5 color. Also use rgb(163,152,165) instead hex code.

Text Font Color

.myTextColor { color: #A398A5; }

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

This text font color is #A398A5.


Background Color

.myBgColor { background-color: #A398A5; }

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

This div background color is #A398A5.


Border color

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

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

This div border color is #A398A5.


Opacity

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

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

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

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

This text has shadow with #A398A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A398A5 on black background.


Color preview on white background

This text has color #A398A5 on white background.



Black color preview on #A398A5 background

This text has black color on #A398A5 background.


White color preview on #A398A5 background

This text has white color on #A398A5 background.