COLOR #98FDB7

HEX: #98FDB7 RGB: (152,253,183)

Color info

#98FDB7 contains mainly green color. Web safe color of #98FDB7 is #99FFCC (or #9FC).

RGB color model

#98FDB7 color RGB value is (152,253,183).

RGB: (152,253,183) (60%, 99%, 72%)

RGB channels and saturation

R 152 of 255 = 60%
G 253 of 255 = 99%
B 183 of 255 = 72%

152
253
183

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

Portions of RGB colors in percentages

R + G + B = 152 + 253 + 183 = 588 (100%)
R 152 of 588 ~ 25.85%
G 253 of 588 ~ 43.03%
B 183 of 588 ~ 31.12'%

%25.85
%43.03
%31.12

CMYK color model

#98FDB7 color CMYK value is (40,0,28,1).

  • cyan value is 39.92%
  • magenta value is 0.00%
  • yellow value is 27.67%
  • key color value is 0.78%

CMYK: (40,0,28,1)
C40M0Y28K1 (40%, 0%, 28%, 1%)
(0.40 / 0.00 / 0.28 / 0.01)

CMYK percentages

%39.92
%0
%27.67
%0.78

Codes

Color #98FDB7 in popluar color models

98 FD B7
RGB 152 253 183
HSL 138° 96.19% 79.41%
HSB/HSV 138° 39.92% 99.22%
CMYK 39.92% 0.00% 27.67%
0.78%

Color #98FDB7 in popluar number systems.

HEX 98 FD B7
Decimal 152 253 183
Binary 10011000 11111101 10110111
Octal 230 375 267

Shades and tints

Shades of #98FDB7

#98FDB7
(152,253,183)
#8BE6A7
(139,230,167)
#7ECF97
(126,207,151)
#71B887
(113,184,135)
#64A177
(100,161,119)
#578A67
(87,138,103)
#4A7357
(74,115,87)
#3D5C47
(61,92,71)
#304537
(48,69,55)
#232E27
(35,46,39)
#161717
(22,23,23)
#000000
(0,0,0)

Tints of #98FDB7

#98FDB7
(152,253,183)
#A1FDBD
(161,253,189)
#AAFDC3
(170,253,195)
#B3FDC9
(179,253,201)
#BCFDCF
(188,253,207)
#C5FDD5
(197,253,213)
#CEFDDB
(206,253,219)
#D7FDE1
(215,253,225)
#E0FDE7
(224,253,231)
#E9FDED
(233,253,237)
#F2FDF3
(242,253,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98FDB7 color. Also use rgb(152,253,183) instead hex code.

Text Font Color

.myTextColor { color: #98FDB7; }

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

This text font color is #98FDB7.

Background Color

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

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

This div background color is #98FDB7.

Border color

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

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

This div border color is #98FDB7.

Opacity

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

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

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

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

This text has shadow with #98FDB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98FDB7.

Preview

Color preview on black background

This text has color #98FDB7 on black background.


Color preview on white background

This text has color #98FDB7 on white background.


Black color preview on #98FDB7 background

This text has black color on #98FDB7 background.


White color preview on #98FDB7 background

This text has white color on #98FDB7 background.


Related colors

Complementary color

Complementary color for #hex is #670248.


I love getcolorcode.com

Triadic colors

1 #B798FD and #FDB798 with #98FDB7 are triadic colors.

2 #B7FD98 and #FD98B7 with #98FDB7 are triadic colors.