COLOR #98F3CC

HEX: #98F3CC
RGB: (152,243,204)

Color info

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

RGB color model

#98F3CC color RGB value is (152,243,204).

  • red value is 152;
  • green value is 243;
  • blue value is 204.
RGB:
(152,243,204)
(60%,95%,80%)

RGB channels and saturation

R 152 of 255 = 60%
G 243 of 255 = 95%
B 204 of 255 = 80%

152
243
204

R + G + B ~ 78%. #98F3CC is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 243 + 204 = 599 (100%)
R 152 of 599 ~ 25.38%
G 243 of 599 ~ 40.57%
B 204 of 599 ~ 34.06%

%25.38
%40.57
%34.06

CMYK color model

#98F3CC color CMYK value is (37,0,16,5).

  • cyan value is 37.45%
  • magenta value is 0.00%
  • yellow value is 16.05%
  • key color value is 4.71%
CMYK:
(37,0,16,5)
C37M0Y16K5 
(37%,0%,16%,5%)
(0.37/0.00/0.16/0.05)	

CMYK percentages

%37.45
%0
%16.05
%4.71

Codes

Color #98F3CC in popluar color models

98F3CC
RGB152243204
HSL154°79.13%77.45%
HSB/HSV154°37.45%95.29%
CMYK37.45%0.00%16.05%
4.71%

Color #98F3CC in popluar number systems.

HEX98F3CC
Decimal152243204
Binary100110001111001111001100
Octal230363314

Shades and tints

Shades of #98F3CC

#98F3CC
(152,243,204)
#8BDDBA
(139,221,186)
#7EC7A8
(126,199,168)
#71B196
(113,177,150)
#649B84
(100,155,132)
#578572
(87,133,114)
#4A6F60
(74,111,96)
#3D594E
(61,89,78)
#30433C
(48,67,60)
#232D2A
(35,45,42)
#161718
(22,23,24)
#000000
(0,0,0)

Tints of #98F3CC

#98F3CC
(152,243,204)
#A1F4D0
(161,244,208)
#AAF5D4
(170,245,212)
#B3F6D8
(179,246,216)
#BCF7DC
(188,247,220)
#C5F8E0
(197,248,224)
#CEF9E4
(206,249,228)
#D7FAE8
(215,250,232)
#E0FBEC
(224,251,236)
#E9FCF0
(233,252,240)
#F2FDF4
(242,253,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98F3CC color. Also use rgb(152,243,204) instead hex code.

Text Font Color

.myTextColor { color: #98F3CC; }

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

This text font color is #98F3CC.


Background Color

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

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

This div background color is #98F3CC.


Border color

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

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

This div border color is #98F3CC.


Opacity

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

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

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

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

This text has shadow with #98F3CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98F3CC on black background.


Color preview on white background

This text has color #98F3CC on white background.



Black color preview on #98F3CC background

This text has black color on #98F3CC background.


White color preview on #98F3CC background

This text has white color on #98F3CC background.