COLOR #98E0CD

HEX: #98E0CD RGB: (152,224,205)

Color info

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

RGB color model

#98E0CD color RGB value is (152,224,205).

RGB: (152,224,205) (60%, 88%, 80%)

RGB channels and saturation

R 152 of 255 = 60%
G 224 of 255 = 88%
B 205 of 255 = 80%

152
224
205

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

Portions of RGB colors in percentages

R + G + B = 152 + 224 + 205 = 581 (100%)
R 152 of 581 ~ 26.16%
G 224 of 581 ~ 38.55%
B 205 of 581 ~ 35.28'%

%26.16
%38.55
%35.28

CMYK color model

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

  • cyan value is 32.14%
  • magenta value is 0.00%
  • yellow value is 8.48%
  • 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
%8.48
%12.16

Codes

Color #98E0CD in popluar color models

98 E0 CD
RGB 152 224 205
HSL 164° 53.73% 73.73%
HSB/HSV 164° 32.14% 87.84%
CMYK 32.14% 0.00% 8.48%
12.16%

Color #98E0CD in popluar number systems.

HEX 98 E0 CD
Decimal 152 224 205
Binary 10011000 11100000 11001101
Octal 230 340 315

Shades and tints

Shades of #98E0CD

#98E0CD
(152,224,205)
#8BCCBB
(139,204,187)
#7EB8A9
(126,184,169)
#71A497
(113,164,151)
#649085
(100,144,133)
#577C73
(87,124,115)
#4A6861
(74,104,97)
#3D544F
(61,84,79)
#30403D
(48,64,61)
#232C2B
(35,44,43)
#161819
(22,24,25)
#000000
(0,0,0)

Tints of #98E0CD

#98E0CD
(152,224,205)
#A1E2D1
(161,226,209)
#AAE4D5
(170,228,213)
#B3E6D9
(179,230,217)
#BCE8DD
(188,232,221)
#C5EAE1
(197,234,225)
#CEECE5
(206,236,229)
#D7EEE9
(215,238,233)
#E0F0ED
(224,240,237)
#E9F2F1
(233,242,241)
#F2F4F5
(242,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98E0CD; }

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

This text font color is #98E0CD.

Background Color

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

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

This div background color is #98E0CD.

Border color

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

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

This div border color is #98E0CD.

Opacity

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

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

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

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

This text has shadow with #98E0CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98E0CD.

Preview

Color preview on black background

This text has color #98E0CD on black background.


Color preview on white background

This text has color #98E0CD on white background.


Black color preview on #98E0CD background

This text has black color on #98E0CD background.


White color preview on #98E0CD background

This text has white color on #98E0CD background.


Related colors

Complementary color

Complementary color for #hex is #671F32.


I love getcolorcode.com

Triadic colors

1 #CD98E0 and #E0CD98 with #98E0CD are triadic colors.

2 #CDE098 and #E098CD with #98E0CD are triadic colors.