COLOR #98DC6E

HEX: #98DC6E
RGB: (152,220,110)

Color info

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

RGB color model

#98DC6E color RGB value is (152,220,110).

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

RGB channels and saturation

R 152 of 255 = 60%
G 220 of 255 = 86%
B 110 of 255 = 43%

152
220
110

R + G + B ~ 63%. #98DC6E is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 220 + 110 = 482 (100%)
R 152 of 482 ~ 31.54%
G 220 of 482 ~ 45.64%
B 110 of 482 ~ 22.82%

%31.54
%45.64
%22.82

CMYK color model

#98DC6E color CMYK value is (31,0,50,14).

  • cyan value is 30.91%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 13.73%
CMYK:
(31,0,50,14)
C31M0Y50K14 
(31%,0%,50%,14%)
(0.31/0.00/0.50/0.14)	

CMYK percentages

%30.91
%0
%50
%13.73

Codes

Color #98DC6E in popluar color models

98DC6E
RGB152220110
HSL97°61.11%64.71%
HSB/HSV97°50.00%86.27%
CMYK30.91%0.00%50.00%
13.73%

Color #98DC6E in popluar number systems.

HEX98DC6E
Decimal152220110
Binary10011000110111001101110
Octal230334156

Shades and tints

Shades of #98DC6E

#98DC6E
(152,220,110)
#8BC864
(139,200,100)
#7EB45A
(126,180,90)
#71A050
(113,160,80)
#648C46
(100,140,70)
#57783C
(87,120,60)
#4A6432
(74,100,50)
#3D5028
(61,80,40)
#303C1E
(48,60,30)
#232814
(35,40,20)
#16140A
(22,20,10)
#000000
(0,0,0)

Tints of #98DC6E

#98DC6E
(152,220,110)
#A1DF7B
(161,223,123)
#AAE288
(170,226,136)
#B3E595
(179,229,149)
#BCE8A2
(188,232,162)
#C5EBAF
(197,235,175)
#CEEEBC
(206,238,188)
#D7F1C9
(215,241,201)
#E0F4D6
(224,244,214)
#E9F7E3
(233,247,227)
#F2FAF0
(242,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98DC6E; }

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

This text font color is #98DC6E.


Background Color

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

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

This div background color is #98DC6E.


Border color

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

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

This div border color is #98DC6E.


Opacity

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

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

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

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

This text has shadow with #98DC6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98DC6E on black background.


Color preview on white background

This text has color #98DC6E on white background.



Black color preview on #98DC6E background

This text has black color on #98DC6E background.


White color preview on #98DC6E background

This text has white color on #98DC6E background.