COLOR #98E4BE

HEX: #98E4BE
RGB: (152,228,190)

Color info

#98E4BE contains mainly green and blue colors. Web safe color of #98E4BE is #99CCCC (or #9CC).

RGB color model

#98E4BE color RGB value is (152,228,190).

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

RGB channels and saturation

R 152 of 255 = 60%
G 228 of 255 = 89%
B 190 of 255 = 75%

152
228
190

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

Portions of RGB colors in percentages

R + G + B =
152 + 228 + 190 = 570 (100%)
R 152 of 570 ~ 26.67%
G 228 of 570 ~ 40%
B 190 of 570 ~ 33.33%

%26.67
%40
%33.33

CMYK color model

#98E4BE color CMYK value is (33,0,17,11).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 10.59%
CMYK:
(33,0,17,11)
C33M0Y17K11 
(33%,0%,17%,11%)
(0.33/0.00/0.17/0.11)	

CMYK percentages

%33.33
%0
%16.67
%10.59

Codes

Color #98E4BE in popluar color models

98E4BE
RGB152228190
HSL150°58.46%74.51%
HSB/HSV150°33.33%89.41%
CMYK33.33%0.00%16.67%
10.59%

Color #98E4BE in popluar number systems.

HEX98E4BE
Decimal152228190
Binary100110001110010010111110
Octal230344276

Shades and tints

Shades of #98E4BE

#98E4BE
(152,228,190)
#8BD0AD
(139,208,173)
#7EBC9C
(126,188,156)
#71A88B
(113,168,139)
#64947A
(100,148,122)
#578069
(87,128,105)
#4A6C58
(74,108,88)
#3D5847
(61,88,71)
#304436
(48,68,54)
#233025
(35,48,37)
#161C14
(22,28,20)
#000000
(0,0,0)

Tints of #98E4BE

#98E4BE
(152,228,190)
#A1E6C3
(161,230,195)
#AAE8C8
(170,232,200)
#B3EACD
(179,234,205)
#BCECD2
(188,236,210)
#C5EED7
(197,238,215)
#CEF0DC
(206,240,220)
#D7F2E1
(215,242,225)
#E0F4E6
(224,244,230)
#E9F6EB
(233,246,235)
#F2F8F0
(242,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98E4BE; }

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

This text font color is #98E4BE.


Background Color

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

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

This div background color is #98E4BE.


Border color

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

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

This div border color is #98E4BE.


Opacity

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

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

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

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

This text has shadow with #98E4BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98E4BE on black background.


Color preview on white background

This text has color #98E4BE on white background.



Black color preview on #98E4BE background

This text has black color on #98E4BE background.


White color preview on #98E4BE background

This text has white color on #98E4BE background.