COLOR #A398A3

HEX: #A398A3
RGB: (163,152,163)

Color info

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

RGB color model

#A398A3 color RGB value is (163,152,163).

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

RGB channels and saturation

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

163
152
163

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

Portions of RGB colors in percentages

R + G + B =
163 + 152 + 163 = 478 (100%)
R 163 of 478 ~ 34.1%
G 152 of 478 ~ 31.8%
B 163 of 478 ~ 34.1%

%34.1
%31.8
%34.1

CMYK color model

#A398A3 color CMYK value is (0,7,0,36).

  • cyan value is 0.00%
  • magenta value is 6.75%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(0,7,0,36)
C0M7Y0K36 
(0%,7%,0%,36%)
(0.00/0.07/0.00/0.36)	

CMYK percentages

%0
%6.75
%0
%36.08

Codes

Color #A398A3 in popluar color models

A398A3
RGB163152163
HSL300°5.64%61.76%
HSB/HSV300°6.75%63.92%
CMYK0.00%6.75%0.00%
36.08%

Color #A398A3 in popluar number systems.

HEXA398A3
Decimal163152163
Binary101000111001100010100011
Octal243230243

Shades and tints

Shades of #A398A3

#A398A3
(163,152,163)
#958B95
(149,139,149)
#877E87
(135,126,135)
#797179
(121,113,121)
#6B646B
(107,100,107)
#5D575D
(93,87,93)
#4F4A4F
(79,74,79)
#413D41
(65,61,65)
#333033
(51,48,51)
#252325
(37,35,37)
#171617
(23,22,23)
#000000
(0,0,0)

Tints of #A398A3

#A398A3
(163,152,163)
#ABA1AB
(171,161,171)
#B3AAB3
(179,170,179)
#BBB3BB
(187,179,187)
#C3BCC3
(195,188,195)
#CBC5CB
(203,197,203)
#D3CED3
(211,206,211)
#DBD7DB
(219,215,219)
#E3E0E3
(227,224,227)
#EBE9EB
(235,233,235)
#F3F2F3
(243,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A398A3; }

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

This text font color is #A398A3.


Background Color

.myBgColor { background-color: #A398A3; }

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

This div background color is #A398A3.


Border color

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

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

This div border color is #A398A3.


Opacity

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

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

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

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

This text has shadow with #A398A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A398A3 on black background.


Color preview on white background

This text has color #A398A3 on white background.



Black color preview on #A398A3 background

This text has black color on #A398A3 background.


White color preview on #A398A3 background

This text has white color on #A398A3 background.