COLOR #98DCC1

HEX: #98DCC1
RGB: (152,220,193)

Color info

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

RGB color model

#98DCC1 color RGB value is (152,220,193).

  • red value is 152;
  • green value is 220;
  • blue value is 193.
RGB:
(152,220,193)
(60%,86%,76%)

RGB channels and saturation

R 152 of 255 = 60%
G 220 of 255 = 86%
B 193 of 255 = 76%

152
220
193

R + G + B ~ 74%. #98DCC1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 220 + 193 = 565 (100%)
R 152 of 565 ~ 26.9%
G 220 of 565 ~ 38.94%
B 193 of 565 ~ 34.16%

%26.9
%38.94
%34.16

CMYK color model

#98DCC1 color CMYK value is (31,0,12,14).

  • cyan value is 30.91%
  • magenta value is 0.00%
  • yellow value is 12.27%
  • key color value is 13.73%
CMYK:
(31,0,12,14)
C31M0Y12K14 
(31%,0%,12%,14%)
(0.31/0.00/0.12/0.14)	

CMYK percentages

%30.91
%0
%12.27
%13.73

Codes

Color #98DCC1 in popluar color models

98DCC1
RGB152220193
HSL156°49.28%72.94%
HSB/HSV156°30.91%86.27%
CMYK30.91%0.00%12.27%
13.73%

Color #98DCC1 in popluar number systems.

HEX98DCC1
Decimal152220193
Binary100110001101110011000001
Octal230334301

Shades and tints

Shades of #98DCC1

#98DCC1
(152,220,193)
#8BC8B0
(139,200,176)
#7EB49F
(126,180,159)
#71A08E
(113,160,142)
#648C7D
(100,140,125)
#57786C
(87,120,108)
#4A645B
(74,100,91)
#3D504A
(61,80,74)
#303C39
(48,60,57)
#232828
(35,40,40)
#161417
(22,20,23)
#000000
(0,0,0)

Tints of #98DCC1

#98DCC1
(152,220,193)
#A1DFC6
(161,223,198)
#AAE2CB
(170,226,203)
#B3E5D0
(179,229,208)
#BCE8D5
(188,232,213)
#C5EBDA
(197,235,218)
#CEEEDF
(206,238,223)
#D7F1E4
(215,241,228)
#E0F4E9
(224,244,233)
#E9F7EE
(233,247,238)
#F2FAF3
(242,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98DCC1 color. Also use rgb(152,220,193) instead hex code.

Text Font Color

.myTextColor { color: #98DCC1; }

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

This text font color is #98DCC1.


Background Color

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

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

This div background color is #98DCC1.


Border color

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

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

This div border color is #98DCC1.


Opacity

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

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

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

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

This text has shadow with #98DCC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98DCC1 on black background.


Color preview on white background

This text has color #98DCC1 on white background.



Black color preview on #98DCC1 background

This text has black color on #98DCC1 background.


White color preview on #98DCC1 background

This text has white color on #98DCC1 background.