COLOR #A298A6

HEX: #A298A6
RGB: (162,152,166)

Color info

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

RGB color model

#A298A6 color RGB value is (162,152,166).

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

RGB channels and saturation

R 162 of 255 = 64%
G 152 of 255 = 60%
B 166 of 255 = 65%

162
152
166

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

Portions of RGB colors in percentages

R + G + B =
162 + 152 + 166 = 480 (100%)
R 162 of 480 ~ 33.75%
G 152 of 480 ~ 31.67%
B 166 of 480 ~ 34.58%

%33.75
%31.67
%34.58

CMYK color model

#A298A6 color CMYK value is (2,8,0,35).

  • cyan value is 2.41%
  • magenta value is 8.43%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(2,8,0,35)
C2M8Y0K35 
(2%,8%,0%,35%)
(0.02/0.08/0.00/0.35)	

CMYK percentages

%2.41
%8.43
%0
%34.9

Codes

Color #A298A6 in popluar color models

A298A6
RGB162152166
HSL283°7.29%62.35%
HSB/HSV283°8.43%65.10%
CMYK2.41%8.43%0.00%
34.90%

Color #A298A6 in popluar number systems.

HEXA298A6
Decimal162152166
Binary101000101001100010100110
Octal242230246

Shades and tints

Shades of #A298A6

#A298A6
(162,152,166)
#948B97
(148,139,151)
#867E88
(134,126,136)
#787179
(120,113,121)
#6A646A
(106,100,106)
#5C575B
(92,87,91)
#4E4A4C
(78,74,76)
#403D3D
(64,61,61)
#32302E
(50,48,46)
#24231F
(36,35,31)
#161610
(22,22,16)
#000000
(0,0,0)

Tints of #A298A6

#A298A6
(162,152,166)
#AAA1AE
(170,161,174)
#B2AAB6
(178,170,182)
#BAB3BE
(186,179,190)
#C2BCC6
(194,188,198)
#CAC5CE
(202,197,206)
#D2CED6
(210,206,214)
#DAD7DE
(218,215,222)
#E2E0E6
(226,224,230)
#EAE9EE
(234,233,238)
#F2F2F6
(242,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A298A6; }

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

This text font color is #A298A6.


Background Color

.myBgColor { background-color: #A298A6; }

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

This div background color is #A298A6.


Border color

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

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

This div border color is #A298A6.


Opacity

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

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

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

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

This text has shadow with #A298A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A298A6 on black background.


Color preview on white background

This text has color #A298A6 on white background.



Black color preview on #A298A6 background

This text has black color on #A298A6 background.


White color preview on #A298A6 background

This text has white color on #A298A6 background.