COLOR #98A59A

HEX: #98A59A
RGB: (152,165,154)

Color info

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

RGB color model

#98A59A color RGB value is (152,165,154).

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

RGB channels and saturation

R 152 of 255 = 60%
G 165 of 255 = 65%
B 154 of 255 = 60%

152
165
154

R + G + B ~ 62%. #98A59A is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 165 + 154 = 471 (100%)
R 152 of 471 ~ 32.27%
G 165 of 471 ~ 35.03%
B 154 of 471 ~ 32.7%

%32.27
%35.03
%32.7

CMYK color model

#98A59A color CMYK value is (8,0,7,35).

  • cyan value is 7.88%
  • magenta value is 0.00%
  • yellow value is 6.67%
  • key color value is 35.29%
CMYK:
(8,0,7,35)
C8M0Y7K35 
(8%,0%,7%,35%)
(0.08/0.00/0.07/0.35)	

CMYK percentages

%7.88
%0
%6.67
%35.29

Codes

Color #98A59A in popluar color models

98A59A
RGB152165154
HSL129°6.74%62.16%
HSB/HSV129°7.88%64.71%
CMYK7.88%0.00%6.67%
35.29%

Color #98A59A in popluar number systems.

HEX98A59A
Decimal152165154
Binary100110001010010110011010
Octal230245232

Shades and tints

Shades of #98A59A

#98A59A
(152,165,154)
#8B968C
(139,150,140)
#7E877E
(126,135,126)
#717870
(113,120,112)
#646962
(100,105,98)
#575A54
(87,90,84)
#4A4B46
(74,75,70)
#3D3C38
(61,60,56)
#302D2A
(48,45,42)
#231E1C
(35,30,28)
#160F0E
(22,15,14)
#000000
(0,0,0)

Tints of #98A59A

#98A59A
(152,165,154)
#A1ADA3
(161,173,163)
#AAB5AC
(170,181,172)
#B3BDB5
(179,189,181)
#BCC5BE
(188,197,190)
#C5CDC7
(197,205,199)
#CED5D0
(206,213,208)
#D7DDD9
(215,221,217)
#E0E5E2
(224,229,226)
#E9EDEB
(233,237,235)
#F2F5F4
(242,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98A59A; }

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

This text font color is #98A59A.


Background Color

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

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

This div background color is #98A59A.


Border color

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

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

This div border color is #98A59A.


Opacity

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

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

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

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

This text has shadow with #98A59A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98A59A on black background.


Color preview on white background

This text has color #98A59A on white background.



Black color preview on #98A59A background

This text has black color on #98A59A background.


White color preview on #98A59A background

This text has white color on #98A59A background.