COLOR #98EFB1

HEX: #98EFB1
RGB: (152,239,177)

Color info

#98EFB1 contains mainly green color. Web safe color of #98EFB1 is #99FF99 (or #9F9).

RGB color model

#98EFB1 color RGB value is (152,239,177).

  • red value is 152;
  • green value is 239;
  • blue value is 177.
RGB:
(152,239,177)
(60%,94%,69%)

RGB channels and saturation

R 152 of 255 = 60%
G 239 of 255 = 94%
B 177 of 255 = 69%

152
239
177

R + G + B ~ 74%. #98EFB1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 239 + 177 = 568 (100%)
R 152 of 568 ~ 26.76%
G 239 of 568 ~ 42.08%
B 177 of 568 ~ 31.16%

%26.76
%42.08
%31.16

CMYK color model

#98EFB1 color CMYK value is (36,0,26,6).

  • cyan value is 36.40%
  • magenta value is 0.00%
  • yellow value is 25.94%
  • key color value is 6.27%
CMYK:
(36,0,26,6)
C36M0Y26K6 
(36%,0%,26%,6%)
(0.36/0.00/0.26/0.06)	

CMYK percentages

%36.4
%0
%25.94
%6.27

Codes

Color #98EFB1 in popluar color models

98EFB1
RGB152239177
HSL137°73.11%76.67%
HSB/HSV137°36.40%93.73%
CMYK36.40%0.00%25.94%
6.27%

Color #98EFB1 in popluar number systems.

HEX98EFB1
Decimal152239177
Binary100110001110111110110001
Octal230357261

Shades and tints

Shades of #98EFB1

#98EFB1
(152,239,177)
#8BDAA1
(139,218,161)
#7EC591
(126,197,145)
#71B081
(113,176,129)
#649B71
(100,155,113)
#578661
(87,134,97)
#4A7151
(74,113,81)
#3D5C41
(61,92,65)
#304731
(48,71,49)
#233221
(35,50,33)
#161D11
(22,29,17)
#000000
(0,0,0)

Tints of #98EFB1

#98EFB1
(152,239,177)
#A1F0B8
(161,240,184)
#AAF1BF
(170,241,191)
#B3F2C6
(179,242,198)
#BCF3CD
(188,243,205)
#C5F4D4
(197,244,212)
#CEF5DB
(206,245,219)
#D7F6E2
(215,246,226)
#E0F7E9
(224,247,233)
#E9F8F0
(233,248,240)
#F2F9F7
(242,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98EFB1 color. Also use rgb(152,239,177) instead hex code.

Text Font Color

.myTextColor { color: #98EFB1; }

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

This text font color is #98EFB1.


Background Color

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

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

This div background color is #98EFB1.


Border color

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

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

This div border color is #98EFB1.


Opacity

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

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

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

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

This text has shadow with #98EFB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98EFB1 on black background.


Color preview on white background

This text has color #98EFB1 on white background.



Black color preview on #98EFB1 background

This text has black color on #98EFB1 background.


White color preview on #98EFB1 background

This text has white color on #98EFB1 background.