COLOR #A098A7

HEX: #A098A7
RGB: (160,152,167)

Color info

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

RGB color model

#A098A7 color RGB value is (160,152,167).

  • red value is 160;
  • green value is 152;
  • blue value is 167.
RGB:
(160,152,167)
(63%,60%,65%)

RGB channels and saturation

R 160 of 255 = 63%
G 152 of 255 = 60%
B 167 of 255 = 65%

160
152
167

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

Portions of RGB colors in percentages

R + G + B =
160 + 152 + 167 = 479 (100%)
R 160 of 479 ~ 33.4%
G 152 of 479 ~ 31.73%
B 167 of 479 ~ 34.86%

%33.4
%31.73
%34.86

CMYK color model

#A098A7 color CMYK value is (4,9,0,35).

  • cyan value is 4.19%
  • magenta value is 8.98%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(4,9,0,35)
C4M9Y0K35 
(4%,9%,0%,35%)
(0.04/0.09/0.00/0.35)	

CMYK percentages

%4.19
%8.98
%0
%34.51

Codes

Color #A098A7 in popluar color models

A098A7
RGB160152167
HSL272°7.85%62.55%
HSB/HSV272°8.98%65.49%
CMYK4.19%8.98%0.00%
34.51%

Color #A098A7 in popluar number systems.

HEXA098A7
Decimal160152167
Binary101000001001100010100111
Octal240230247

Shades and tints

Shades of #A098A7

#A098A7
(160,152,167)
#928B98
(146,139,152)
#847E89
(132,126,137)
#76717A
(118,113,122)
#68646B
(104,100,107)
#5A575C
(90,87,92)
#4C4A4D
(76,74,77)
#3E3D3E
(62,61,62)
#30302F
(48,48,47)
#222320
(34,35,32)
#141611
(20,22,17)
#000000
(0,0,0)

Tints of #A098A7

#A098A7
(160,152,167)
#A8A1AF
(168,161,175)
#B0AAB7
(176,170,183)
#B8B3BF
(184,179,191)
#C0BCC7
(192,188,199)
#C8C5CF
(200,197,207)
#D0CED7
(208,206,215)
#D8D7DF
(216,215,223)
#E0E0E7
(224,224,231)
#E8E9EF
(232,233,239)
#F0F2F7
(240,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A098A7; }

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

This text font color is #A098A7.


Background Color

.myBgColor { background-color: #A098A7; }

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

This div background color is #A098A7.


Border color

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

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

This div border color is #A098A7.


Opacity

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

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

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

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

This text has shadow with #A098A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A098A7 on black background.


Color preview on white background

This text has color #A098A7 on white background.



Black color preview on #A098A7 background

This text has black color on #A098A7 background.


White color preview on #A098A7 background

This text has white color on #A098A7 background.