COLOR #98DC7C

HEX: #98DC7C
RGB: (152,220,124)

Color info

#98DC7C contains mainly green color. Web safe color of #98DC7C is #99CC66 (or #9C6).

RGB color model

#98DC7C color RGB value is (152,220,124).

  • red value is 152;
  • green value is 220;
  • blue value is 124.
RGB:
(152,220,124)
(60%,86%,49%)

RGB channels and saturation

R 152 of 255 = 60%
G 220 of 255 = 86%
B 124 of 255 = 49%

152
220
124

R + G + B ~ 65%. #98DC7C is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 220 + 124 = 496 (100%)
R 152 of 496 ~ 30.65%
G 220 of 496 ~ 44.35%
B 124 of 496 ~ 25%

%30.65
%44.35
%25

CMYK color model

#98DC7C color CMYK value is (31,0,44,14).

  • cyan value is 30.91%
  • magenta value is 0.00%
  • yellow value is 43.64%
  • key color value is 13.73%
CMYK:
(31,0,44,14)
C31M0Y44K14 
(31%,0%,44%,14%)
(0.31/0.00/0.44/0.14)	

CMYK percentages

%30.91
%0
%43.64
%13.73

Codes

Color #98DC7C in popluar color models

98DC7C
RGB152220124
HSL103°57.83%67.45%
HSB/HSV103°43.64%86.27%
CMYK30.91%0.00%43.64%
13.73%

Color #98DC7C in popluar number systems.

HEX98DC7C
Decimal152220124
Binary10011000110111001111100
Octal230334174

Shades and tints

Shades of #98DC7C

#98DC7C
(152,220,124)
#8BC871
(139,200,113)
#7EB466
(126,180,102)
#71A05B
(113,160,91)
#648C50
(100,140,80)
#577845
(87,120,69)
#4A643A
(74,100,58)
#3D502F
(61,80,47)
#303C24
(48,60,36)
#232819
(35,40,25)
#16140E
(22,20,14)
#000000
(0,0,0)

Tints of #98DC7C

#98DC7C
(152,220,124)
#A1DF87
(161,223,135)
#AAE292
(170,226,146)
#B3E59D
(179,229,157)
#BCE8A8
(188,232,168)
#C5EBB3
(197,235,179)
#CEEEBE
(206,238,190)
#D7F1C9
(215,241,201)
#E0F4D4
(224,244,212)
#E9F7DF
(233,247,223)
#F2FAEA
(242,250,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98DC7C color. Also use rgb(152,220,124) instead hex code.

Text Font Color

.myTextColor { color: #98DC7C; }

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

This text font color is #98DC7C.


Background Color

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

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

This div background color is #98DC7C.


Border color

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

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

This div border color is #98DC7C.


Opacity

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

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

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

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

This text has shadow with #98DC7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98DC7C on black background.


Color preview on white background

This text has color #98DC7C on white background.



Black color preview on #98DC7C background

This text has black color on #98DC7C background.


White color preview on #98DC7C background

This text has white color on #98DC7C background.