COLOR #98DB91

HEX: #98DB91
RGB: (152,219,145)

Color info

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

RGB color model

#98DB91 color RGB value is (152,219,145).

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

RGB channels and saturation

R 152 of 255 = 60%
G 219 of 255 = 86%
B 145 of 255 = 57%

152
219
145

R + G + B ~ 68%. #98DB91 is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 219 + 145 = 516 (100%)
R 152 of 516 ~ 29.46%
G 219 of 516 ~ 42.44%
B 145 of 516 ~ 28.1%

%29.46
%42.44
%28.1

CMYK color model

#98DB91 color CMYK value is (31,0,34,14).

  • cyan value is 30.59%
  • magenta value is 0.00%
  • yellow value is 33.79%
  • key color value is 14.12%
CMYK:
(31,0,34,14)
C31M0Y34K14 
(31%,0%,34%,14%)
(0.31/0.00/0.34/0.14)	

CMYK percentages

%30.59
%0
%33.79
%14.12

Codes

Color #98DB91 in popluar color models

98DB91
RGB152219145
HSL114°50.68%71.37%
HSB/HSV114°33.79%85.88%
CMYK30.59%0.00%33.79%
14.12%

Color #98DB91 in popluar number systems.

HEX98DB91
Decimal152219145
Binary100110001101101110010001
Octal230333221

Shades and tints

Shades of #98DB91

#98DB91
(152,219,145)
#8BC884
(139,200,132)
#7EB577
(126,181,119)
#71A26A
(113,162,106)
#648F5D
(100,143,93)
#577C50
(87,124,80)
#4A6943
(74,105,67)
#3D5636
(61,86,54)
#304329
(48,67,41)
#23301C
(35,48,28)
#161D0F
(22,29,15)
#000000
(0,0,0)

Tints of #98DB91

#98DB91
(152,219,145)
#A1DE9B
(161,222,155)
#AAE1A5
(170,225,165)
#B3E4AF
(179,228,175)
#BCE7B9
(188,231,185)
#C5EAC3
(197,234,195)
#CEEDCD
(206,237,205)
#D7F0D7
(215,240,215)
#E0F3E1
(224,243,225)
#E9F6EB
(233,246,235)
#F2F9F5
(242,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98DB91; }

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

This text font color is #98DB91.


Background Color

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

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

This div background color is #98DB91.


Border color

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

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

This div border color is #98DB91.


Opacity

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

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

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

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

This text has shadow with #98DB91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98DB91 on black background.


Color preview on white background

This text has color #98DB91 on white background.



Black color preview on #98DB91 background

This text has black color on #98DB91 background.


White color preview on #98DB91 background

This text has white color on #98DB91 background.