COLOR #98F9D0

HEX: #98F9D0 RGB: (152,249,208)

Color info

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

RGB color model

#98F9D0 color RGB value is (152,249,208).

RGB: (152,249,208) (60%, 98%, 82%)

RGB channels and saturation

R 152 of 255 = 60%
G 249 of 255 = 98%
B 208 of 255 = 82%

152
249
208

R + G + B ~ 80%. #98F9D0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 152 + 249 + 208 = 609 (100%)
R 152 of 609 ~ 24.96%
G 249 of 609 ~ 40.89%
B 208 of 609 ~ 34.15'%

%24.96
%40.89
%34.15

CMYK color model

#98F9D0 color CMYK value is (39,0,16,2).

  • cyan value is 38.96%
  • magenta value is 0.00%
  • yellow value is 16.47%
  • key color value is 2.35%

CMYK: (39,0,16,2)
C39M0Y16K2 (39%, 0%, 16%, 2%)
(0.39 / 0.00 / 0.16 / 0.02)

CMYK percentages

%38.96
%0
%16.47
%2.35

Codes

Color #98F9D0 in popluar color models

98 F9 D0
RGB 152 249 208
HSL 155° 88.99% 78.63%
HSB/HSV 155° 38.96% 97.65%
CMYK 38.96% 0.00% 16.47%
2.35%

Color #98F9D0 in popluar number systems.

HEX 98 F9 D0
Decimal 152 249 208
Binary 10011000 11111001 11010000
Octal 230 371 320

Shades and tints

Shades of #98F9D0

#98F9D0
(152,249,208)
#8BE3BE
(139,227,190)
#7ECDAC
(126,205,172)
#71B79A
(113,183,154)
#64A188
(100,161,136)
#578B76
(87,139,118)
#4A7564
(74,117,100)
#3D5F52
(61,95,82)
#304940
(48,73,64)
#23332E
(35,51,46)
#161D1C
(22,29,28)
#000000
(0,0,0)

Tints of #98F9D0

#98F9D0
(152,249,208)
#A1F9D4
(161,249,212)
#AAF9D8
(170,249,216)
#B3F9DC
(179,249,220)
#BCF9E0
(188,249,224)
#C5F9E4
(197,249,228)
#CEF9E8
(206,249,232)
#D7F9EC
(215,249,236)
#E0F9F0
(224,249,240)
#E9F9F4
(233,249,244)
#F2F9F8
(242,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98F9D0 color. Also use rgb(152,249,208) instead hex code.

Text Font Color

.myTextColor { color: #98F9D0; }

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

This text font color is #98F9D0.

Background Color

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

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

This div background color is #98F9D0.

Border color

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

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

This div border color is #98F9D0.

Opacity

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

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

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

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

This text has shadow with #98F9D0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98F9D0.

Preview

Color preview on black background

This text has color #98F9D0 on black background.


Color preview on white background

This text has color #98F9D0 on white background.


Black color preview on #98F9D0 background

This text has black color on #98F9D0 background.


White color preview on #98F9D0 background

This text has white color on #98F9D0 background.


Related colors

Complementary color

Complementary color for #hex is #67062F.


I love getcolorcode.com

Triadic colors

1 #D098F9 and #F9D098 with #98F9D0 are triadic colors.

2 #D0F998 and #F998D0 with #98F9D0 are triadic colors.