COLOR #98E4B2

HEX: #98E4B2
RGB: (152,228,178)

Color info

#98E4B2 contains mainly green and blue colors. Web safe color of #98E4B2 is #99CC99 (or #9C9).

RGB color model

#98E4B2 color RGB value is (152,228,178).

  • red value is 152;
  • green value is 228;
  • blue value is 178.
RGB:
(152,228,178)
(60%,89%,70%)

RGB channels and saturation

R 152 of 255 = 60%
G 228 of 255 = 89%
B 178 of 255 = 70%

152
228
178

R + G + B ~ 73%. #98E4B2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 228 + 178 = 558 (100%)
R 152 of 558 ~ 27.24%
G 228 of 558 ~ 40.86%
B 178 of 558 ~ 31.9%

%27.24
%40.86
%31.9

CMYK color model

#98E4B2 color CMYK value is (33,0,22,11).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 21.93%
  • key color value is 10.59%
CMYK:
(33,0,22,11)
C33M0Y22K11 
(33%,0%,22%,11%)
(0.33/0.00/0.22/0.11)	

CMYK percentages

%33.33
%0
%21.93
%10.59

Codes

Color #98E4B2 in popluar color models

98E4B2
RGB152228178
HSL141°58.46%74.51%
HSB/HSV141°33.33%89.41%
CMYK33.33%0.00%21.93%
10.59%

Color #98E4B2 in popluar number systems.

HEX98E4B2
Decimal152228178
Binary100110001110010010110010
Octal230344262

Shades and tints

Shades of #98E4B2

#98E4B2
(152,228,178)
#8BD0A2
(139,208,162)
#7EBC92
(126,188,146)
#71A882
(113,168,130)
#649472
(100,148,114)
#578062
(87,128,98)
#4A6C52
(74,108,82)
#3D5842
(61,88,66)
#304432
(48,68,50)
#233022
(35,48,34)
#161C12
(22,28,18)
#000000
(0,0,0)

Tints of #98E4B2

#98E4B2
(152,228,178)
#A1E6B9
(161,230,185)
#AAE8C0
(170,232,192)
#B3EAC7
(179,234,199)
#BCECCE
(188,236,206)
#C5EED5
(197,238,213)
#CEF0DC
(206,240,220)
#D7F2E3
(215,242,227)
#E0F4EA
(224,244,234)
#E9F6F1
(233,246,241)
#F2F8F8
(242,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98E4B2 color. Also use rgb(152,228,178) instead hex code.

Text Font Color

.myTextColor { color: #98E4B2; }

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

This text font color is #98E4B2.


Background Color

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

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

This div background color is #98E4B2.


Border color

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

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

This div border color is #98E4B2.


Opacity

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

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

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

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

This text has shadow with #98E4B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98E4B2 on black background.


Color preview on white background

This text has color #98E4B2 on white background.



Black color preview on #98E4B2 background

This text has black color on #98E4B2 background.


White color preview on #98E4B2 background

This text has white color on #98E4B2 background.