COLOR #98EDBB

HEX: #98EDBB
RGB: (152,237,187)

Color info

#98EDBB contains mainly green and blue colors. Web safe color of #98EDBB is #99FFCC (or #9FC).

RGB color model

#98EDBB color RGB value is (152,237,187).

  • red value is 152;
  • green value is 237;
  • blue value is 187.
RGB:
(152,237,187)
(60%,93%,73%)

RGB channels and saturation

R 152 of 255 = 60%
G 237 of 255 = 93%
B 187 of 255 = 73%

152
237
187

R + G + B ~ 75%. #98EDBB is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 237 + 187 = 576 (100%)
R 152 of 576 ~ 26.39%
G 237 of 576 ~ 41.15%
B 187 of 576 ~ 32.47%

%26.39
%41.15
%32.47

CMYK color model

#98EDBB color CMYK value is (36,0,21,7).

  • cyan value is 35.86%
  • magenta value is 0.00%
  • yellow value is 21.10%
  • key color value is 7.06%
CMYK:
(36,0,21,7)
C36M0Y21K7 
(36%,0%,21%,7%)
(0.36/0.00/0.21/0.07)	

CMYK percentages

%35.86
%0
%21.1
%7.06

Codes

Color #98EDBB in popluar color models

98EDBB
RGB152237187
HSL145°70.25%76.27%
HSB/HSV145°35.86%92.94%
CMYK35.86%0.00%21.10%
7.06%

Color #98EDBB in popluar number systems.

HEX98EDBB
Decimal152237187
Binary100110001110110110111011
Octal230355273

Shades and tints

Shades of #98EDBB

#98EDBB
(152,237,187)
#8BD8AA
(139,216,170)
#7EC399
(126,195,153)
#71AE88
(113,174,136)
#649977
(100,153,119)
#578466
(87,132,102)
#4A6F55
(74,111,85)
#3D5A44
(61,90,68)
#304533
(48,69,51)
#233022
(35,48,34)
#161B11
(22,27,17)
#000000
(0,0,0)

Tints of #98EDBB

#98EDBB
(152,237,187)
#A1EEC1
(161,238,193)
#AAEFC7
(170,239,199)
#B3F0CD
(179,240,205)
#BCF1D3
(188,241,211)
#C5F2D9
(197,242,217)
#CEF3DF
(206,243,223)
#D7F4E5
(215,244,229)
#E0F5EB
(224,245,235)
#E9F6F1
(233,246,241)
#F2F7F7
(242,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98EDBB color. Also use rgb(152,237,187) instead hex code.

Text Font Color

.myTextColor { color: #98EDBB; }

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

This text font color is #98EDBB.


Background Color

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

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

This div background color is #98EDBB.


Border color

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

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

This div border color is #98EDBB.


Opacity

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

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

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

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

This text has shadow with #98EDBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98EDBB on black background.


Color preview on white background

This text has color #98EDBB on white background.



Black color preview on #98EDBB background

This text has black color on #98EDBB background.


White color preview on #98EDBB background

This text has white color on #98EDBB background.