COLOR #98DDE1

HEX: #98DDE1
RGB: (152,221,225)

Color info

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

RGB color model

#98DDE1 color RGB value is (152,221,225).

  • red value is 152;
  • green value is 221;
  • blue value is 225.
RGB:
(152,221,225)
(60%,87%,88%)

RGB channels and saturation

R 152 of 255 = 60%
G 221 of 255 = 87%
B 225 of 255 = 88%

152
221
225

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

Portions of RGB colors in percentages

R + G + B =
152 + 221 + 225 = 598 (100%)
R 152 of 598 ~ 25.42%
G 221 of 598 ~ 36.96%
B 225 of 598 ~ 37.63%

%25.42
%36.96
%37.63

CMYK color model

#98DDE1 color CMYK value is (32,2,0,12).

  • cyan value is 32.44%
  • magenta value is 1.78%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(32,2,0,12)
C32M2Y0K12 
(32%,2%,0%,12%)
(0.32/0.02/0.00/0.12)	

CMYK percentages

%32.44
%1.78
%0
%11.76

Codes

Color #98DDE1 in popluar color models

98DDE1
RGB152221225
HSL183°54.89%73.92%
HSB/HSV183°32.44%88.24%
CMYK32.44%1.78%0.00%
11.76%

Color #98DDE1 in popluar number systems.

HEX98DDE1
Decimal152221225
Binary100110001101110111100001
Octal230335341

Shades and tints

Shades of #98DDE1

#98DDE1
(152,221,225)
#8BC9CD
(139,201,205)
#7EB5B9
(126,181,185)
#71A1A5
(113,161,165)
#648D91
(100,141,145)
#57797D
(87,121,125)
#4A6569
(74,101,105)
#3D5155
(61,81,85)
#303D41
(48,61,65)
#23292D
(35,41,45)
#161519
(22,21,25)
#000000
(0,0,0)

Tints of #98DDE1

#98DDE1
(152,221,225)
#A1E0E3
(161,224,227)
#AAE3E5
(170,227,229)
#B3E6E7
(179,230,231)
#BCE9E9
(188,233,233)
#C5ECEB
(197,236,235)
#CEEFED
(206,239,237)
#D7F2EF
(215,242,239)
#E0F5F1
(224,245,241)
#E9F8F3
(233,248,243)
#F2FBF5
(242,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98DDE1 color. Also use rgb(152,221,225) instead hex code.

Text Font Color

.myTextColor { color: #98DDE1; }

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

This text font color is #98DDE1.


Background Color

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

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

This div background color is #98DDE1.


Border color

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

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

This div border color is #98DDE1.


Opacity

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

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

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

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

This text has shadow with #98DDE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98DDE1 on black background.


Color preview on white background

This text has color #98DDE1 on white background.



Black color preview on #98DDE1 background

This text has black color on #98DDE1 background.


White color preview on #98DDE1 background

This text has white color on #98DDE1 background.