COLOR #98DB84

HEX: #98DB84
RGB: (152,219,132)

Color info

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

RGB color model

#98DB84 color RGB value is (152,219,132).

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

RGB channels and saturation

R 152 of 255 = 60%
G 219 of 255 = 86%
B 132 of 255 = 52%

152
219
132

R + G + B ~ 66%. #98DB84 is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 219 + 132 = 503 (100%)
R 152 of 503 ~ 30.22%
G 219 of 503 ~ 43.54%
B 132 of 503 ~ 26.24%

%30.22
%43.54
%26.24

CMYK color model

#98DB84 color CMYK value is (31,0,40,14).

  • cyan value is 30.59%
  • magenta value is 0.00%
  • yellow value is 39.73%
  • key color value is 14.12%
CMYK:
(31,0,40,14)
C31M0Y40K14 
(31%,0%,40%,14%)
(0.31/0.00/0.40/0.14)	

CMYK percentages

%30.59
%0
%39.73
%14.12

Codes

Color #98DB84 in popluar color models

98DB84
RGB152219132
HSL106°54.72%68.82%
HSB/HSV106°39.73%85.88%
CMYK30.59%0.00%39.73%
14.12%

Color #98DB84 in popluar number systems.

HEX98DB84
Decimal152219132
Binary100110001101101110000100
Octal230333204

Shades and tints

Shades of #98DB84

#98DB84
(152,219,132)
#8BC878
(139,200,120)
#7EB56C
(126,181,108)
#71A260
(113,162,96)
#648F54
(100,143,84)
#577C48
(87,124,72)
#4A693C
(74,105,60)
#3D5630
(61,86,48)
#304324
(48,67,36)
#233018
(35,48,24)
#161D0C
(22,29,12)
#000000
(0,0,0)

Tints of #98DB84

#98DB84
(152,219,132)
#A1DE8F
(161,222,143)
#AAE19A
(170,225,154)
#B3E4A5
(179,228,165)
#BCE7B0
(188,231,176)
#C5EABB
(197,234,187)
#CEEDC6
(206,237,198)
#D7F0D1
(215,240,209)
#E0F3DC
(224,243,220)
#E9F6E7
(233,246,231)
#F2F9F2
(242,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98DB84; }

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

This text font color is #98DB84.


Background Color

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

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

This div background color is #98DB84.


Border color

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

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

This div border color is #98DB84.


Opacity

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

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

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

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

This text has shadow with #98DB84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98DB84 on black background.


Color preview on white background

This text has color #98DB84 on white background.



Black color preview on #98DB84 background

This text has black color on #98DB84 background.


White color preview on #98DB84 background

This text has white color on #98DB84 background.