COLOR #98EDC2

HEX: #98EDC2 RGB: (152,237,194)

Color info

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

RGB color model

#98EDC2 color RGB value is (152,237,194).

RGB: (152,237,194) (60%, 93%, 76%)

RGB channels and saturation

R 152 of 255 = 60%
G 237 of 255 = 93%
B 194 of 255 = 76%

152
237
194

R + G + B ~ 76%. #98EDC2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 152 + 237 + 194 = 583 (100%)
R 152 of 583 ~ 26.07%
G 237 of 583 ~ 40.65%
B 194 of 583 ~ 33.28'%

%26.07
%40.65
%33.28

CMYK color model

#98EDC2 color CMYK value is (36,0,18,7).

  • cyan value is 35.86%
  • magenta value is 0.00%
  • yellow value is 18.14%
  • key color value is 7.06%

CMYK: (36,0,18,7)
C36M0Y18K7 (36%, 0%, 18%, 7%)
(0.36 / 0.00 / 0.18 / 0.07)

CMYK percentages

%35.86
%0
%18.14
%7.06

Codes

Color #98EDC2 in popluar color models

98 ED C2
RGB 152 237 194
HSL 150° 70.25% 76.27%
HSB/HSV 150° 35.86% 92.94%
CMYK 35.86% 0.00% 18.14%
7.06%

Color #98EDC2 in popluar number systems.

HEX 98 ED C2
Decimal 152 237 194
Binary 10011000 11101101 11000010
Octal 230 355 302

Shades and tints

Shades of #98EDC2

#98EDC2
(152,237,194)
#8BD8B1
(139,216,177)
#7EC3A0
(126,195,160)
#71AE8F
(113,174,143)
#64997E
(100,153,126)
#57846D
(87,132,109)
#4A6F5C
(74,111,92)
#3D5A4B
(61,90,75)
#30453A
(48,69,58)
#233029
(35,48,41)
#161B18
(22,27,24)
#000000
(0,0,0)

Tints of #98EDC2

#98EDC2
(152,237,194)
#A1EEC7
(161,238,199)
#AAEFCC
(170,239,204)
#B3F0D1
(179,240,209)
#BCF1D6
(188,241,214)
#C5F2DB
(197,242,219)
#CEF3E0
(206,243,224)
#D7F4E5
(215,244,229)
#E0F5EA
(224,245,234)
#E9F6EF
(233,246,239)
#F2F7F4
(242,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98EDC2 color. Also use rgb(152,237,194) instead hex code.

Text Font Color

.myTextColor { color: #98EDC2; }

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

This text font color is #98EDC2.

Background Color

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

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

This div background color is #98EDC2.

Border color

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

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

This div border color is #98EDC2.

Opacity

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

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

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

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

This text has shadow with #98EDC2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98EDC2.

Preview

Color preview on black background

This text has color #98EDC2 on black background.


Color preview on white background

This text has color #98EDC2 on white background.


Black color preview on #98EDC2 background

This text has black color on #98EDC2 background.


White color preview on #98EDC2 background

This text has white color on #98EDC2 background.


Related colors

Complementary color

Complementary color for #hex is #67123D.


I love getcolorcode.com

Triadic colors

1 #C298ED and #EDC298 with #98EDC2 are triadic colors.

2 #C2ED98 and #ED98C2 with #98EDC2 are triadic colors.