COLOR #98EBB4

HEX: #98EBB4
RGB: (152,235,180)

Color info

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

RGB color model

#98EBB4 color RGB value is (152,235,180).

  • red value is 152;
  • green value is 235;
  • blue value is 180.
RGB:
(152,235,180)
(60%,92%,71%)

RGB channels and saturation

R 152 of 255 = 60%
G 235 of 255 = 92%
B 180 of 255 = 71%

152
235
180

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

Portions of RGB colors in percentages

R + G + B =
152 + 235 + 180 = 567 (100%)
R 152 of 567 ~ 26.81%
G 235 of 567 ~ 41.45%
B 180 of 567 ~ 31.75%

%26.81
%41.45
%31.75

CMYK color model

#98EBB4 color CMYK value is (35,0,23,8).

  • cyan value is 35.32%
  • magenta value is 0.00%
  • yellow value is 23.40%
  • key color value is 7.84%
CMYK:
(35,0,23,8)
C35M0Y23K8 
(35%,0%,23%,8%)
(0.35/0.00/0.23/0.08)	

CMYK percentages

%35.32
%0
%23.4
%7.84

Codes

Color #98EBB4 in popluar color models

98EBB4
RGB152235180
HSL140°67.48%75.88%
HSB/HSV140°35.32%92.16%
CMYK35.32%0.00%23.40%
7.84%

Color #98EBB4 in popluar number systems.

HEX98EBB4
Decimal152235180
Binary100110001110101110110100
Octal230353264

Shades and tints

Shades of #98EBB4

#98EBB4
(152,235,180)
#8BD6A4
(139,214,164)
#7EC194
(126,193,148)
#71AC84
(113,172,132)
#649774
(100,151,116)
#578264
(87,130,100)
#4A6D54
(74,109,84)
#3D5844
(61,88,68)
#304334
(48,67,52)
#232E24
(35,46,36)
#161914
(22,25,20)
#000000
(0,0,0)

Tints of #98EBB4

#98EBB4
(152,235,180)
#A1ECBA
(161,236,186)
#AAEDC0
(170,237,192)
#B3EEC6
(179,238,198)
#BCEFCC
(188,239,204)
#C5F0D2
(197,240,210)
#CEF1D8
(206,241,216)
#D7F2DE
(215,242,222)
#E0F3E4
(224,243,228)
#E9F4EA
(233,244,234)
#F2F5F0
(242,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98EBB4 color. Also use rgb(152,235,180) instead hex code.

Text Font Color

.myTextColor { color: #98EBB4; }

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

This text font color is #98EBB4.


Background Color

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

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

This div background color is #98EBB4.


Border color

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

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

This div border color is #98EBB4.


Opacity

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

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

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

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

This text has shadow with #98EBB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98EBB4 on black background.


Color preview on white background

This text has color #98EBB4 on white background.



Black color preview on #98EBB4 background

This text has black color on #98EBB4 background.


White color preview on #98EBB4 background

This text has white color on #98EBB4 background.