COLOR #98A58E

HEX: #98A58E
RGB: (152,165,142)

Color info

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

RGB color model

#98A58E color RGB value is (152,165,142).

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

RGB channels and saturation

R 152 of 255 = 60%
G 165 of 255 = 65%
B 142 of 255 = 56%

152
165
142

R + G + B ~ 60%. #98A58E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
152 + 165 + 142 = 459 (100%)
R 152 of 459 ~ 33.12%
G 165 of 459 ~ 35.95%
B 142 of 459 ~ 30.94%

%33.12
%35.95
%30.94

CMYK color model

#98A58E color CMYK value is (8,0,14,35).

  • cyan value is 7.88%
  • magenta value is 0.00%
  • yellow value is 13.94%
  • key color value is 35.29%
CMYK:
(8,0,14,35)
C8M0Y14K35 
(8%,0%,14%,35%)
(0.08/0.00/0.14/0.35)	

CMYK percentages

%7.88
%0
%13.94
%35.29

Codes

Color #98A58E in popluar color models

98A58E
RGB152165142
HSL94°11.33%60.20%
HSB/HSV94°13.94%64.71%
CMYK7.88%0.00%13.94%
35.29%

Color #98A58E in popluar number systems.

HEX98A58E
Decimal152165142
Binary100110001010010110001110
Octal230245216

Shades and tints

Shades of #98A58E

#98A58E
(152,165,142)
#8B9682
(139,150,130)
#7E8776
(126,135,118)
#71786A
(113,120,106)
#64695E
(100,105,94)
#575A52
(87,90,82)
#4A4B46
(74,75,70)
#3D3C3A
(61,60,58)
#302D2E
(48,45,46)
#231E22
(35,30,34)
#160F16
(22,15,22)
#000000
(0,0,0)

Tints of #98A58E

#98A58E
(152,165,142)
#A1AD98
(161,173,152)
#AAB5A2
(170,181,162)
#B3BDAC
(179,189,172)
#BCC5B6
(188,197,182)
#C5CDC0
(197,205,192)
#CED5CA
(206,213,202)
#D7DDD4
(215,221,212)
#E0E5DE
(224,229,222)
#E9EDE8
(233,237,232)
#F2F5F2
(242,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98A58E; }

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

This text font color is #98A58E.


Background Color

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

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

This div background color is #98A58E.


Border color

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

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

This div border color is #98A58E.


Opacity

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

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

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

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

This text has shadow with #98A58E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98A58E on black background.


Color preview on white background

This text has color #98A58E on white background.



Black color preview on #98A58E background

This text has black color on #98A58E background.


White color preview on #98A58E background

This text has white color on #98A58E background.