COLOR #98E0CF

HEX: #98E0CF RGB: (152,224,207)

Color info

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

RGB color model

#98E0CF color RGB value is (152,224,207).

RGB: (152,224,207) (60%, 88%, 81%)

RGB channels and saturation

R 152 of 255 = 60%
G 224 of 255 = 88%
B 207 of 255 = 81%

152
224
207

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

Portions of RGB colors in percentages

R + G + B = 152 + 224 + 207 = 583 (100%)
R 152 of 583 ~ 26.07%
G 224 of 583 ~ 38.42%
B 207 of 583 ~ 35.51'%

%26.07
%38.42
%35.51

CMYK color model

#98E0CF color CMYK value is (32,0,8,12).

  • cyan value is 32.14%
  • magenta value is 0.00%
  • yellow value is 7.59%
  • key color value is 12.16%

CMYK: (32,0,8,12)
C32M0Y8K12 (32%, 0%, 8%, 12%)
(0.32 / 0.00 / 0.08 / 0.12)

CMYK percentages

%32.14
%0
%7.59
%12.16

Codes

Color #98E0CF in popluar color models

98 E0 CF
RGB 152 224 207
HSL 166° 53.73% 73.73%
HSB/HSV 166° 32.14% 87.84%
CMYK 32.14% 0.00% 7.59%
12.16%

Color #98E0CF in popluar number systems.

HEX 98 E0 CF
Decimal 152 224 207
Binary 10011000 11100000 11001111
Octal 230 340 317

Shades and tints

Shades of #98E0CF

#98E0CF
(152,224,207)
#8BCCBD
(139,204,189)
#7EB8AB
(126,184,171)
#71A499
(113,164,153)
#649087
(100,144,135)
#577C75
(87,124,117)
#4A6863
(74,104,99)
#3D5451
(61,84,81)
#30403F
(48,64,63)
#232C2D
(35,44,45)
#16181B
(22,24,27)
#000000
(0,0,0)

Tints of #98E0CF

#98E0CF
(152,224,207)
#A1E2D3
(161,226,211)
#AAE4D7
(170,228,215)
#B3E6DB
(179,230,219)
#BCE8DF
(188,232,223)
#C5EAE3
(197,234,227)
#CEECE7
(206,236,231)
#D7EEEB
(215,238,235)
#E0F0EF
(224,240,239)
#E9F2F3
(233,242,243)
#F2F4F7
(242,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98E0CF color. Also use rgb(152,224,207) instead hex code.

Text Font Color

.myTextColor { color: #98E0CF; }

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

This text font color is #98E0CF.

Background Color

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

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

This div background color is #98E0CF.

Border color

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

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

This div border color is #98E0CF.

Opacity

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

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

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

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

This text has shadow with #98E0CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98E0CF.

Preview

Color preview on black background

This text has color #98E0CF on black background.


Color preview on white background

This text has color #98E0CF on white background.


Black color preview on #98E0CF background

This text has black color on #98E0CF background.


White color preview on #98E0CF background

This text has white color on #98E0CF background.


Related colors

Complementary color

Complementary color for #hex is #671F30.


I love getcolorcode.com

Triadic colors

1 #CF98E0 and #E0CF98 with #98E0CF are triadic colors.

2 #CFE098 and #E098CF with #98E0CF are triadic colors.