COLOR #98E2C0

HEX: #98E2C0 RGB: (152,226,192)

Color info

#98E2C0 contains mainly green and blue colors. Web safe color of #98E2C0 is #99CCCC (or #9CC).

RGB color model

#98E2C0 color RGB value is (152,226,192).

RGB: (152,226,192) (60%, 89%, 75%)

RGB channels and saturation

R 152 of 255 = 60%
G 226 of 255 = 89%
B 192 of 255 = 75%

152
226
192

R + G + B ~ 75%. #98E2C0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 152 + 226 + 192 = 570 (100%)
R 152 of 570 ~ 26.67%
G 226 of 570 ~ 39.65%
B 192 of 570 ~ 33.68'%

%26.67
%39.65
%33.68

CMYK color model

#98E2C0 color CMYK value is (33,0,15,11).

  • cyan value is 32.74%
  • magenta value is 0.00%
  • yellow value is 15.04%
  • key color value is 11.37%

CMYK: (33,0,15,11)
C33M0Y15K11 (33%, 0%, 15%, 11%)
(0.33 / 0.00 / 0.15 / 0.11)

CMYK percentages

%32.74
%0
%15.04
%11.37

Codes

Color #98E2C0 in popluar color models

98 E2 C0
RGB 152 226 192
HSL 152° 56.06% 74.12%
HSB/HSV 152° 32.74% 88.63%
CMYK 32.74% 0.00% 15.04%
11.37%

Color #98E2C0 in popluar number systems.

HEX 98 E2 C0
Decimal 152 226 192
Binary 10011000 11100010 11000000
Octal 230 342 300

Shades and tints

Shades of #98E2C0

#98E2C0
(152,226,192)
#8BCEAF
(139,206,175)
#7EBA9E
(126,186,158)
#71A68D
(113,166,141)
#64927C
(100,146,124)
#577E6B
(87,126,107)
#4A6A5A
(74,106,90)
#3D5649
(61,86,73)
#304238
(48,66,56)
#232E27
(35,46,39)
#161A16
(22,26,22)
#000000
(0,0,0)

Tints of #98E2C0

#98E2C0
(152,226,192)
#A1E4C5
(161,228,197)
#AAE6CA
(170,230,202)
#B3E8CF
(179,232,207)
#BCEAD4
(188,234,212)
#C5ECD9
(197,236,217)
#CEEEDE
(206,238,222)
#D7F0E3
(215,240,227)
#E0F2E8
(224,242,232)
#E9F4ED
(233,244,237)
#F2F6F2
(242,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98E2C0 color. Also use rgb(152,226,192) instead hex code.

Text Font Color

.myTextColor { color: #98E2C0; }

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

This text font color is #98E2C0.

Background Color

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

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

This div background color is #98E2C0.

Border color

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

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

This div border color is #98E2C0.

Opacity

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

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

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

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

This text has shadow with #98E2C0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98E2C0.

Preview

Color preview on black background

This text has color #98E2C0 on black background.


Color preview on white background

This text has color #98E2C0 on white background.


Black color preview on #98E2C0 background

This text has black color on #98E2C0 background.


White color preview on #98E2C0 background

This text has white color on #98E2C0 background.


Related colors

Complementary color

Complementary color for #hex is #671D3F.


I love getcolorcode.com

Triadic colors

1 #C098E2 and #E2C098 with #98E2C0 are triadic colors.

2 #C0E298 and #E298C0 with #98E2C0 are triadic colors.