COLOR #98A494

HEX: #98A494
RGB: (152,164,148)

Color info

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

RGB color model

#98A494 color RGB value is (152,164,148).

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

RGB channels and saturation

R 152 of 255 = 60%
G 164 of 255 = 64%
B 148 of 255 = 58%

152
164
148

R + G + B ~ 61%. #98A494 is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 164 + 148 = 464 (100%)
R 152 of 464 ~ 32.76%
G 164 of 464 ~ 35.34%
B 148 of 464 ~ 31.9%

%32.76
%35.34
%31.9

CMYK color model

#98A494 color CMYK value is (7,0,10,36).

  • cyan value is 7.32%
  • magenta value is 0.00%
  • yellow value is 9.76%
  • key color value is 35.69%
CMYK:
(7,0,10,36)
C7M0Y10K36 
(7%,0%,10%,36%)
(0.07/0.00/0.10/0.36)	

CMYK percentages

%7.32
%0
%9.76
%35.69

Codes

Color #98A494 in popluar color models

98A494
RGB152164148
HSL105°8.08%61.18%
HSB/HSV105°9.76%64.31%
CMYK7.32%0.00%9.76%
35.69%

Color #98A494 in popluar number systems.

HEX98A494
Decimal152164148
Binary100110001010010010010100
Octal230244224

Shades and tints

Shades of #98A494

#98A494
(152,164,148)
#8B9687
(139,150,135)
#7E887A
(126,136,122)
#717A6D
(113,122,109)
#646C60
(100,108,96)
#575E53
(87,94,83)
#4A5046
(74,80,70)
#3D4239
(61,66,57)
#30342C
(48,52,44)
#23261F
(35,38,31)
#161812
(22,24,18)
#000000
(0,0,0)

Tints of #98A494

#98A494
(152,164,148)
#A1AC9D
(161,172,157)
#AAB4A6
(170,180,166)
#B3BCAF
(179,188,175)
#BCC4B8
(188,196,184)
#C5CCC1
(197,204,193)
#CED4CA
(206,212,202)
#D7DCD3
(215,220,211)
#E0E4DC
(224,228,220)
#E9ECE5
(233,236,229)
#F2F4EE
(242,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98A494; }

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

This text font color is #98A494.


Background Color

.myBgColor { background-color: #98A494; }

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

This div background color is #98A494.


Border color

.myBorderColor { border: 1px solid #98A494; }

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

This div border color is #98A494.


Opacity

.myOpacity80 { color: #98A494; opacity: 0.8; }

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

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

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

This text has shadow with #98A494 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98A494 on black background.


Color preview on white background

This text has color #98A494 on white background.



Black color preview on #98A494 background

This text has black color on #98A494 background.


White color preview on #98A494 background

This text has white color on #98A494 background.