COLOR #98D5AD

HEX: #98D5AD
RGB: (152,213,173)

Color info

#98D5AD contains mainly green and blue colors. Web safe color of #98D5AD is #99CC99 (or #9C9).

RGB color model

#98D5AD color RGB value is (152,213,173).

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

RGB channels and saturation

R 152 of 255 = 60%
G 213 of 255 = 84%
B 173 of 255 = 68%

152
213
173

R + G + B ~ 71%. #98D5AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 213 + 173 = 538 (100%)
R 152 of 538 ~ 28.25%
G 213 of 538 ~ 39.59%
B 173 of 538 ~ 32.16%

%28.25
%39.59
%32.16

CMYK color model

#98D5AD color CMYK value is (29,0,19,16).

  • cyan value is 28.64%
  • magenta value is 0.00%
  • yellow value is 18.78%
  • key color value is 16.47%
CMYK:
(29,0,19,16)
C29M0Y19K16 
(29%,0%,19%,16%)
(0.29/0.00/0.19/0.16)	

CMYK percentages

%28.64
%0
%18.78
%16.47

Codes

Color #98D5AD in popluar color models

98D5AD
RGB152213173
HSL141°42.07%71.57%
HSB/HSV141°28.64%83.53%
CMYK28.64%0.00%18.78%
16.47%

Color #98D5AD in popluar number systems.

HEX98D5AD
Decimal152213173
Binary100110001101010110101101
Octal230325255

Shades and tints

Shades of #98D5AD

#98D5AD
(152,213,173)
#8BC29E
(139,194,158)
#7EAF8F
(126,175,143)
#719C80
(113,156,128)
#648971
(100,137,113)
#577662
(87,118,98)
#4A6353
(74,99,83)
#3D5044
(61,80,68)
#303D35
(48,61,53)
#232A26
(35,42,38)
#161717
(22,23,23)
#000000
(0,0,0)

Tints of #98D5AD

#98D5AD
(152,213,173)
#A1D8B4
(161,216,180)
#AADBBB
(170,219,187)
#B3DEC2
(179,222,194)
#BCE1C9
(188,225,201)
#C5E4D0
(197,228,208)
#CEE7D7
(206,231,215)
#D7EADE
(215,234,222)
#E0EDE5
(224,237,229)
#E9F0EC
(233,240,236)
#F2F3F3
(242,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98D5AD; }

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

This text font color is #98D5AD.


Background Color

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

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

This div background color is #98D5AD.


Border color

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

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

This div border color is #98D5AD.


Opacity

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

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

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

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

This text has shadow with #98D5AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98D5AD on black background.


Color preview on white background

This text has color #98D5AD on white background.



Black color preview on #98D5AD background

This text has black color on #98D5AD background.


White color preview on #98D5AD background

This text has white color on #98D5AD background.