COLOR #98E9D0

HEX: #98E9D0 RGB: (152,233,208)

Color info

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

RGB color model

#98E9D0 color RGB value is (152,233,208).

RGB: (152,233,208) (60%, 91%, 82%)

RGB channels and saturation

R 152 of 255 = 60%
G 233 of 255 = 91%
B 208 of 255 = 82%

152
233
208

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

Portions of RGB colors in percentages

R + G + B = 152 + 233 + 208 = 593 (100%)
R 152 of 593 ~ 25.63%
G 233 of 593 ~ 39.29%
B 208 of 593 ~ 35.08'%

%25.63
%39.29
%35.08

CMYK color model

#98E9D0 color CMYK value is (35,0,11,9).

  • cyan value is 34.76%
  • magenta value is 0.00%
  • yellow value is 10.73%
  • key color value is 8.63%
CMYK: (35,0,11,9) C35M0Y11K9 (35%,0%,11%,9%) (0.35/0.00/0.11/0.09) 

CMYK percentages

%34.76
%0
%10.73
%8.63

Codes

Color #98E9D0 in popluar color models

98 E9 D0
RGB 152 233 208
HSL 161° 64.80% 75.49%
HSB/HSV 161° 34.76% 91.37%
CMYK 34.76% 0.00% 10.73%
8.63%

Color #98E9D0 in popluar number systems.

HEX 98 E9 D0
Decimal 152 233 208
Binary 10011000 11101001 11010000
Octal 230 351 320

Shades and tints

Shades of #98E9D0

#98E9D0
(152,233,208)
#8BD4BE
(139,212,190)
#7EBFAC
(126,191,172)
#71AA9A
(113,170,154)
#649588
(100,149,136)
#578076
(87,128,118)
#4A6B64
(74,107,100)
#3D5652
(61,86,82)
#304140
(48,65,64)
#232C2E
(35,44,46)
#16171C
(22,23,28)
#000000
(0,0,0)

Tints of #98E9D0

#98E9D0
(152,233,208)
#A1EBD4
(161,235,212)
#AAEDD8
(170,237,216)
#B3EFDC
(179,239,220)
#BCF1E0
(188,241,224)
#C5F3E4
(197,243,228)
#CEF5E8
(206,245,232)
#D7F7EC
(215,247,236)
#E0F9F0
(224,249,240)
#E9FBF4
(233,251,244)
#F2FDF8
(242,253,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98E9D0; }

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

This text font color is #98E9D0.

Background Color

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

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

This div background color is #98E9D0.

Border color

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

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

This div border color is #98E9D0.

Opacity

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

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

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

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

This text has shadow with #98E9D0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98E9D0.

Preview

Color preview on black background

This text has color #98E9D0 on black background.


Color preview on white background

This text has color #98E9D0 on white background.


Black color preview on #98E9D0 background

This text has black color on #98E9D0 background.


White color preview on #98E9D0 background

This text has white color on #98E9D0 background.


Related colors

Complementary color

Complementary color for #hex is #67162F.


I love getcolorcode.com

Triadic colors

1 #D098E9 and #E9D098 with #98E9D0 are triadic colors.

2 #D0E998 and #E998D0 with #98E9D0 are triadic colors.