COLOR #98ECC5

HEX: #98ECC5
RGB: (152,236,197)

Color info

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

RGB color model

#98ECC5 color RGB value is (152,236,197).

  • red value is 152;
  • green value is 236;
  • blue value is 197.
RGB:
(152,236,197)
(60%,93%,77%)

RGB channels and saturation

R 152 of 255 = 60%
G 236 of 255 = 93%
B 197 of 255 = 77%

152
236
197

R + G + B ~ 77%. #98ECC5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 236 + 197 = 585 (100%)
R 152 of 585 ~ 25.98%
G 236 of 585 ~ 40.34%
B 197 of 585 ~ 33.68%

%25.98
%40.34
%33.68

CMYK color model

#98ECC5 color CMYK value is (36,0,17,7).

  • cyan value is 35.59%
  • magenta value is 0.00%
  • yellow value is 16.53%
  • key color value is 7.45%
CMYK:
(36,0,17,7)
C36M0Y17K7 
(36%,0%,17%,7%)
(0.36/0.00/0.17/0.07)	

CMYK percentages

%35.59
%0
%16.53
%7.45

Codes

Color #98ECC5 in popluar color models

98ECC5
RGB152236197
HSL152°68.85%76.08%
HSB/HSV152°35.59%92.55%
CMYK35.59%0.00%16.53%
7.45%

Color #98ECC5 in popluar number systems.

HEX98ECC5
Decimal152236197
Binary100110001110110011000101
Octal230354305

Shades and tints

Shades of #98ECC5

#98ECC5
(152,236,197)
#8BD7B4
(139,215,180)
#7EC2A3
(126,194,163)
#71AD92
(113,173,146)
#649881
(100,152,129)
#578370
(87,131,112)
#4A6E5F
(74,110,95)
#3D594E
(61,89,78)
#30443D
(48,68,61)
#232F2C
(35,47,44)
#161A1B
(22,26,27)
#000000
(0,0,0)

Tints of #98ECC5

#98ECC5
(152,236,197)
#A1EDCA
(161,237,202)
#AAEECF
(170,238,207)
#B3EFD4
(179,239,212)
#BCF0D9
(188,240,217)
#C5F1DE
(197,241,222)
#CEF2E3
(206,242,227)
#D7F3E8
(215,243,232)
#E0F4ED
(224,244,237)
#E9F5F2
(233,245,242)
#F2F6F7
(242,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98ECC5 color. Also use rgb(152,236,197) instead hex code.

Text Font Color

.myTextColor { color: #98ECC5; }

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

This text font color is #98ECC5.


Background Color

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

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

This div background color is #98ECC5.


Border color

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

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

This div border color is #98ECC5.


Opacity

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

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

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

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

This text has shadow with #98ECC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98ECC5 on black background.


Color preview on white background

This text has color #98ECC5 on white background.



Black color preview on #98ECC5 background

This text has black color on #98ECC5 background.


White color preview on #98ECC5 background

This text has white color on #98ECC5 background.