COLOR #98E8BF

HEX: #98E8BF
RGB: (152,232,191)

Color info

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

RGB color model

#98E8BF color RGB value is (152,232,191).

  • red value is 152;
  • green value is 232;
  • blue value is 191.
RGB:
(152,232,191)
(60%,91%,75%)

RGB channels and saturation

R 152 of 255 = 60%
G 232 of 255 = 91%
B 191 of 255 = 75%

152
232
191

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

Portions of RGB colors in percentages

R + G + B =
152 + 232 + 191 = 575 (100%)
R 152 of 575 ~ 26.43%
G 232 of 575 ~ 40.35%
B 191 of 575 ~ 33.22%

%26.43
%40.35
%33.22

CMYK color model

#98E8BF color CMYK value is (34,0,18,9).

  • cyan value is 34.48%
  • magenta value is 0.00%
  • yellow value is 17.67%
  • key color value is 9.02%
CMYK:
(34,0,18,9)
C34M0Y18K9 
(34%,0%,18%,9%)
(0.34/0.00/0.18/0.09)	

CMYK percentages

%34.48
%0
%17.67
%9.02

Codes

Color #98E8BF in popluar color models

98E8BF
RGB152232191
HSL149°63.49%75.29%
HSB/HSV149°34.48%90.98%
CMYK34.48%0.00%17.67%
9.02%

Color #98E8BF in popluar number systems.

HEX98E8BF
Decimal152232191
Binary100110001110100010111111
Octal230350277

Shades and tints

Shades of #98E8BF

#98E8BF
(152,232,191)
#8BD3AE
(139,211,174)
#7EBE9D
(126,190,157)
#71A98C
(113,169,140)
#64947B
(100,148,123)
#577F6A
(87,127,106)
#4A6A59
(74,106,89)
#3D5548
(61,85,72)
#304037
(48,64,55)
#232B26
(35,43,38)
#161615
(22,22,21)
#000000
(0,0,0)

Tints of #98E8BF

#98E8BF
(152,232,191)
#A1EAC4
(161,234,196)
#AAECC9
(170,236,201)
#B3EECE
(179,238,206)
#BCF0D3
(188,240,211)
#C5F2D8
(197,242,216)
#CEF4DD
(206,244,221)
#D7F6E2
(215,246,226)
#E0F8E7
(224,248,231)
#E9FAEC
(233,250,236)
#F2FCF1
(242,252,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98E8BF color. Also use rgb(152,232,191) instead hex code.

Text Font Color

.myTextColor { color: #98E8BF; }

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

This text font color is #98E8BF.


Background Color

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

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

This div background color is #98E8BF.


Border color

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

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

This div border color is #98E8BF.


Opacity

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

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

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

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

This text has shadow with #98E8BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98E8BF on black background.


Color preview on white background

This text has color #98E8BF on white background.



Black color preview on #98E8BF background

This text has black color on #98E8BF background.


White color preview on #98E8BF background

This text has white color on #98E8BF background.