COLOR #98AD8E

HEX: #98AD8E
RGB: (152,173,142)

Color info

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

RGB color model

#98AD8E color RGB value is (152,173,142).

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

RGB channels and saturation

R 152 of 255 = 60%
G 173 of 255 = 68%
B 142 of 255 = 56%

152
173
142

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

Portions of RGB colors in percentages

R + G + B =
152 + 173 + 142 = 467 (100%)
R 152 of 467 ~ 32.55%
G 173 of 467 ~ 37.04%
B 142 of 467 ~ 30.41%

%32.55
%37.04
%30.41

CMYK color model

#98AD8E color CMYK value is (12,0,18,32).

  • cyan value is 12.14%
  • magenta value is 0.00%
  • yellow value is 17.92%
  • key color value is 32.16%
CMYK:
(12,0,18,32)
C12M0Y18K32 
(12%,0%,18%,32%)
(0.12/0.00/0.18/0.32)	

CMYK percentages

%12.14
%0
%17.92
%32.16

Codes

Color #98AD8E in popluar color models

98AD8E
RGB152173142
HSL101°15.90%61.76%
HSB/HSV101°17.92%67.84%
CMYK12.14%0.00%17.92%
32.16%

Color #98AD8E in popluar number systems.

HEX98AD8E
Decimal152173142
Binary100110001010110110001110
Octal230255216

Shades and tints

Shades of #98AD8E

#98AD8E
(152,173,142)
#8B9E82
(139,158,130)
#7E8F76
(126,143,118)
#71806A
(113,128,106)
#64715E
(100,113,94)
#576252
(87,98,82)
#4A5346
(74,83,70)
#3D443A
(61,68,58)
#30352E
(48,53,46)
#232622
(35,38,34)
#161716
(22,23,22)
#000000
(0,0,0)

Tints of #98AD8E

#98AD8E
(152,173,142)
#A1B498
(161,180,152)
#AABBA2
(170,187,162)
#B3C2AC
(179,194,172)
#BCC9B6
(188,201,182)
#C5D0C0
(197,208,192)
#CED7CA
(206,215,202)
#D7DED4
(215,222,212)
#E0E5DE
(224,229,222)
#E9ECE8
(233,236,232)
#F2F3F2
(242,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98AD8E; }

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

This text font color is #98AD8E.


Background Color

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

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

This div background color is #98AD8E.


Border color

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

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

This div border color is #98AD8E.


Opacity

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

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

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

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

This text has shadow with #98AD8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98AD8E on black background.


Color preview on white background

This text has color #98AD8E on white background.



Black color preview on #98AD8E background

This text has black color on #98AD8E background.


White color preview on #98AD8E background

This text has white color on #98AD8E background.