COLOR #98D6A9

HEX: #98D6A9
RGB: (152,214,169)

Color info

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

RGB color model

#98D6A9 color RGB value is (152,214,169).

  • red value is 152;
  • green value is 214;
  • blue value is 169.
RGB:
(152,214,169)
(60%,84%,66%)

RGB channels and saturation

R 152 of 255 = 60%
G 214 of 255 = 84%
B 169 of 255 = 66%

152
214
169

R + G + B ~ 70%. #98D6A9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 214 + 169 = 535 (100%)
R 152 of 535 ~ 28.41%
G 214 of 535 ~ 40%
B 169 of 535 ~ 31.59%

%28.41
%40
%31.59

CMYK color model

#98D6A9 color CMYK value is (29,0,21,16).

  • cyan value is 28.97%
  • magenta value is 0.00%
  • yellow value is 21.03%
  • key color value is 16.08%
CMYK:
(29,0,21,16)
C29M0Y21K16 
(29%,0%,21%,16%)
(0.29/0.00/0.21/0.16)	

CMYK percentages

%28.97
%0
%21.03
%16.08

Codes

Color #98D6A9 in popluar color models

98D6A9
RGB152214169
HSL136°43.06%71.76%
HSB/HSV136°28.97%83.92%
CMYK28.97%0.00%21.03%
16.08%

Color #98D6A9 in popluar number systems.

HEX98D6A9
Decimal152214169
Binary100110001101011010101001
Octal230326251

Shades and tints

Shades of #98D6A9

#98D6A9
(152,214,169)
#8BC39A
(139,195,154)
#7EB08B
(126,176,139)
#719D7C
(113,157,124)
#648A6D
(100,138,109)
#57775E
(87,119,94)
#4A644F
(74,100,79)
#3D5140
(61,81,64)
#303E31
(48,62,49)
#232B22
(35,43,34)
#161813
(22,24,19)
#000000
(0,0,0)

Tints of #98D6A9

#98D6A9
(152,214,169)
#A1D9B0
(161,217,176)
#AADCB7
(170,220,183)
#B3DFBE
(179,223,190)
#BCE2C5
(188,226,197)
#C5E5CC
(197,229,204)
#CEE8D3
(206,232,211)
#D7EBDA
(215,235,218)
#E0EEE1
(224,238,225)
#E9F1E8
(233,241,232)
#F2F4EF
(242,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98D6A9 color. Also use rgb(152,214,169) instead hex code.

Text Font Color

.myTextColor { color: #98D6A9; }

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

This text font color is #98D6A9.


Background Color

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

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

This div background color is #98D6A9.


Border color

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

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

This div border color is #98D6A9.


Opacity

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

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

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

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

This text has shadow with #98D6A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98D6A9 on black background.


Color preview on white background

This text has color #98D6A9 on white background.



Black color preview on #98D6A9 background

This text has black color on #98D6A9 background.


White color preview on #98D6A9 background

This text has white color on #98D6A9 background.