COLOR #98C99F

HEX: #98C99F
RGB: (152,201,159)

Color info

#98C99F contains red, green and blue colors in about the same proportion. Web safe color of #98C99F is #99CC99 (or #9C9).

RGB color model

#98C99F color RGB value is (152,201,159).

  • red value is 152;
  • green value is 201;
  • blue value is 159.
RGB:
(152,201,159)
(60%,79%,62%)

RGB channels and saturation

R 152 of 255 = 60%
G 201 of 255 = 79%
B 159 of 255 = 62%

152
201
159

R + G + B ~ 67%. #98C99F is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 201 + 159 = 512 (100%)
R 152 of 512 ~ 29.69%
G 201 of 512 ~ 39.26%
B 159 of 512 ~ 31.05%

%29.69
%39.26
%31.05

CMYK color model

#98C99F color CMYK value is (24,0,21,21).

  • cyan value is 24.38%
  • magenta value is 0.00%
  • yellow value is 20.90%
  • key color value is 21.18%
CMYK:
(24,0,21,21)
C24M0Y21K21 
(24%,0%,21%,21%)
(0.24/0.00/0.21/0.21)	

CMYK percentages

%24.38
%0
%20.9
%21.18

Codes

Color #98C99F in popluar color models

98C99F
RGB152201159
HSL129°31.21%69.22%
HSB/HSV129°24.38%78.82%
CMYK24.38%0.00%20.90%
21.18%

Color #98C99F in popluar number systems.

HEX98C99F
Decimal152201159
Binary100110001100100110011111
Octal230311237

Shades and tints

Shades of #98C99F

#98C99F
(152,201,159)
#8BB791
(139,183,145)
#7EA583
(126,165,131)
#719375
(113,147,117)
#648167
(100,129,103)
#576F59
(87,111,89)
#4A5D4B
(74,93,75)
#3D4B3D
(61,75,61)
#30392F
(48,57,47)
#232721
(35,39,33)
#161513
(22,21,19)
#000000
(0,0,0)

Tints of #98C99F

#98C99F
(152,201,159)
#A1CDA7
(161,205,167)
#AAD1AF
(170,209,175)
#B3D5B7
(179,213,183)
#BCD9BF
(188,217,191)
#C5DDC7
(197,221,199)
#CEE1CF
(206,225,207)
#D7E5D7
(215,229,215)
#E0E9DF
(224,233,223)
#E9EDE7
(233,237,231)
#F2F1EF
(242,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98C99F color. Also use rgb(152,201,159) instead hex code.

Text Font Color

.myTextColor { color: #98C99F; }

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

This text font color is #98C99F.


Background Color

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

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

This div background color is #98C99F.


Border color

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

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

This div border color is #98C99F.


Opacity

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

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

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

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

This text has shadow with #98C99F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98C99F on black background.


Color preview on white background

This text has color #98C99F on white background.



Black color preview on #98C99F background

This text has black color on #98C99F background.


White color preview on #98C99F background

This text has white color on #98C99F background.