COLOR #98DCD4

HEX: #98DCD4
RGB: (152,220,212)

Color info

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

RGB color model

#98DCD4 color RGB value is (152,220,212).

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

RGB channels and saturation

R 152 of 255 = 60%
G 220 of 255 = 86%
B 212 of 255 = 83%

152
220
212

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

Portions of RGB colors in percentages

R + G + B =
152 + 220 + 212 = 584 (100%)
R 152 of 584 ~ 26.03%
G 220 of 584 ~ 37.67%
B 212 of 584 ~ 36.3%

%26.03
%37.67
%36.3

CMYK color model

#98DCD4 color CMYK value is (31,0,4,14).

  • cyan value is 30.91%
  • magenta value is 0.00%
  • yellow value is 3.64%
  • key color value is 13.73%
CMYK:
(31,0,4,14)
C31M0Y4K14 
(31%,0%,4%,14%)
(0.31/0.00/0.04/0.14)	

CMYK percentages

%30.91
%0
%3.64
%13.73

Codes

Color #98DCD4 in popluar color models

98DCD4
RGB152220212
HSL173°49.28%72.94%
HSB/HSV173°30.91%86.27%
CMYK30.91%0.00%3.64%
13.73%

Color #98DCD4 in popluar number systems.

HEX98DCD4
Decimal152220212
Binary100110001101110011010100
Octal230334324

Shades and tints

Shades of #98DCD4

#98DCD4
(152,220,212)
#8BC8C1
(139,200,193)
#7EB4AE
(126,180,174)
#71A09B
(113,160,155)
#648C88
(100,140,136)
#577875
(87,120,117)
#4A6462
(74,100,98)
#3D504F
(61,80,79)
#303C3C
(48,60,60)
#232829
(35,40,41)
#161416
(22,20,22)
#000000
(0,0,0)

Tints of #98DCD4

#98DCD4
(152,220,212)
#A1DFD7
(161,223,215)
#AAE2DA
(170,226,218)
#B3E5DD
(179,229,221)
#BCE8E0
(188,232,224)
#C5EBE3
(197,235,227)
#CEEEE6
(206,238,230)
#D7F1E9
(215,241,233)
#E0F4EC
(224,244,236)
#E9F7EF
(233,247,239)
#F2FAF2
(242,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98DCD4; }

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

This text font color is #98DCD4.


Background Color

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

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

This div background color is #98DCD4.


Border color

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

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

This div border color is #98DCD4.


Opacity

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

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

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

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

This text has shadow with #98DCD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98DCD4 on black background.


Color preview on white background

This text has color #98DCD4 on white background.



Black color preview on #98DCD4 background

This text has black color on #98DCD4 background.


White color preview on #98DCD4 background

This text has white color on #98DCD4 background.