COLOR #98F3C7

HEX: #98F3C7 RGB: (152,243,199)

Color info

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

RGB color model

#98F3C7 color RGB value is (152,243,199).

RGB: (152,243,199) (60%, 95%, 78%)

RGB channels and saturation

R 152 of 255 = 60%
G 243 of 255 = 95%
B 199 of 255 = 78%

152
243
199

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

Portions of RGB colors in percentages

R + G + B = 152 + 243 + 199 = 594 (100%)
R 152 of 594 ~ 25.59%
G 243 of 594 ~ 40.91%
B 199 of 594 ~ 33.5'%

%25.59
%40.91
%33.5

CMYK color model

#98F3C7 color CMYK value is (37,0,18,5).

  • cyan value is 37.45%
  • magenta value is 0.00%
  • yellow value is 18.11%
  • key color value is 4.71%

CMYK: (37,0,18,5)
C37M0Y18K5 (37%, 0%, 18%, 5%)
(0.37 / 0.00 / 0.18 / 0.05)

CMYK percentages

%37.45
%0
%18.11
%4.71

Codes

Color #98F3C7 in popluar color models

98 F3 C7
RGB 152 243 199
HSL 151° 79.13% 77.45%
HSB/HSV 151° 37.45% 95.29%
CMYK 37.45% 0.00% 18.11%
4.71%

Color #98F3C7 in popluar number systems.

HEX 98 F3 C7
Decimal 152 243 199
Binary 10011000 11110011 11000111
Octal 230 363 307

Shades and tints

Shades of #98F3C7

#98F3C7
(152,243,199)
#8BDDB5
(139,221,181)
#7EC7A3
(126,199,163)
#71B191
(113,177,145)
#649B7F
(100,155,127)
#57856D
(87,133,109)
#4A6F5B
(74,111,91)
#3D5949
(61,89,73)
#304337
(48,67,55)
#232D25
(35,45,37)
#161713
(22,23,19)
#000000
(0,0,0)

Tints of #98F3C7

#98F3C7
(152,243,199)
#A1F4CC
(161,244,204)
#AAF5D1
(170,245,209)
#B3F6D6
(179,246,214)
#BCF7DB
(188,247,219)
#C5F8E0
(197,248,224)
#CEF9E5
(206,249,229)
#D7FAEA
(215,250,234)
#E0FBEF
(224,251,239)
#E9FCF4
(233,252,244)
#F2FDF9
(242,253,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98F3C7; }

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

This text font color is #98F3C7.

Background Color

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

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

This div background color is #98F3C7.

Border color

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

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

This div border color is #98F3C7.

Opacity

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

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

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

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

This text has shadow with #98F3C7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98F3C7.

Preview

Color preview on black background

This text has color #98F3C7 on black background.


Color preview on white background

This text has color #98F3C7 on white background.


Black color preview on #98F3C7 background

This text has black color on #98F3C7 background.


White color preview on #98F3C7 background

This text has white color on #98F3C7 background.


Related colors

Complementary color

Complementary color for #hex is #670C38.


I love getcolorcode.com

Triadic colors

1 #C798F3 and #F3C798 with #98F3C7 are triadic colors.

2 #C7F398 and #F398C7 with #98F3C7 are triadic colors.