COLOR #98DB8C

HEX: #98DB8C
RGB: (152,219,140)

Color info

#98DB8C contains mainly green color. Web safe color of #98DB8C is #99CC99 (or #9C9).

RGB color model

#98DB8C color RGB value is (152,219,140).

  • red value is 152;
  • green value is 219;
  • blue value is 140.
RGB:
(152,219,140)
(60%,86%,55%)

RGB channels and saturation

R 152 of 255 = 60%
G 219 of 255 = 86%
B 140 of 255 = 55%

152
219
140

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

Portions of RGB colors in percentages

R + G + B =
152 + 219 + 140 = 511 (100%)
R 152 of 511 ~ 29.75%
G 219 of 511 ~ 42.86%
B 140 of 511 ~ 27.4%

%29.75
%42.86
%27.4

CMYK color model

#98DB8C color CMYK value is (31,0,36,14).

  • cyan value is 30.59%
  • magenta value is 0.00%
  • yellow value is 36.07%
  • key color value is 14.12%
CMYK:
(31,0,36,14)
C31M0Y36K14 
(31%,0%,36%,14%)
(0.31/0.00/0.36/0.14)	

CMYK percentages

%30.59
%0
%36.07
%14.12

Codes

Color #98DB8C in popluar color models

98DB8C
RGB152219140
HSL111°52.32%70.39%
HSB/HSV111°36.07%85.88%
CMYK30.59%0.00%36.07%
14.12%

Color #98DB8C in popluar number systems.

HEX98DB8C
Decimal152219140
Binary100110001101101110001100
Octal230333214

Shades and tints

Shades of #98DB8C

#98DB8C
(152,219,140)
#8BC880
(139,200,128)
#7EB574
(126,181,116)
#71A268
(113,162,104)
#648F5C
(100,143,92)
#577C50
(87,124,80)
#4A6944
(74,105,68)
#3D5638
(61,86,56)
#30432C
(48,67,44)
#233020
(35,48,32)
#161D14
(22,29,20)
#000000
(0,0,0)

Tints of #98DB8C

#98DB8C
(152,219,140)
#A1DE96
(161,222,150)
#AAE1A0
(170,225,160)
#B3E4AA
(179,228,170)
#BCE7B4
(188,231,180)
#C5EABE
(197,234,190)
#CEEDC8
(206,237,200)
#D7F0D2
(215,240,210)
#E0F3DC
(224,243,220)
#E9F6E6
(233,246,230)
#F2F9F0
(242,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98DB8C color. Also use rgb(152,219,140) instead hex code.

Text Font Color

.myTextColor { color: #98DB8C; }

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

This text font color is #98DB8C.


Background Color

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

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

This div background color is #98DB8C.


Border color

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

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

This div border color is #98DB8C.


Opacity

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

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

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

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

This text has shadow with #98DB8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98DB8C on black background.


Color preview on white background

This text has color #98DB8C on white background.



Black color preview on #98DB8C background

This text has black color on #98DB8C background.


White color preview on #98DB8C background

This text has white color on #98DB8C background.