COLOR #98DDC9

HEX: #98DDC9
RGB: (152,221,201)

Color info

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

RGB color model

#98DDC9 color RGB value is (152,221,201).

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

RGB channels and saturation

R 152 of 255 = 60%
G 221 of 255 = 87%
B 201 of 255 = 79%

152
221
201

R + G + B ~ 75%. #98DDC9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 221 + 201 = 574 (100%)
R 152 of 574 ~ 26.48%
G 221 of 574 ~ 38.5%
B 201 of 574 ~ 35.02%

%26.48
%38.5
%35.02

CMYK color model

#98DDC9 color CMYK value is (31,0,9,13).

  • cyan value is 31.22%
  • magenta value is 0.00%
  • yellow value is 9.05%
  • key color value is 13.33%
CMYK:
(31,0,9,13)
C31M0Y9K13 
(31%,0%,9%,13%)
(0.31/0.00/0.09/0.13)	

CMYK percentages

%31.22
%0
%9.05
%13.33

Codes

Color #98DDC9 in popluar color models

98DDC9
RGB152221201
HSL163°50.36%73.14%
HSB/HSV163°31.22%86.67%
CMYK31.22%0.00%9.05%
13.33%

Color #98DDC9 in popluar number systems.

HEX98DDC9
Decimal152221201
Binary100110001101110111001001
Octal230335311

Shades and tints

Shades of #98DDC9

#98DDC9
(152,221,201)
#8BC9B7
(139,201,183)
#7EB5A5
(126,181,165)
#71A193
(113,161,147)
#648D81
(100,141,129)
#57796F
(87,121,111)
#4A655D
(74,101,93)
#3D514B
(61,81,75)
#303D39
(48,61,57)
#232927
(35,41,39)
#161515
(22,21,21)
#000000
(0,0,0)

Tints of #98DDC9

#98DDC9
(152,221,201)
#A1E0CD
(161,224,205)
#AAE3D1
(170,227,209)
#B3E6D5
(179,230,213)
#BCE9D9
(188,233,217)
#C5ECDD
(197,236,221)
#CEEFE1
(206,239,225)
#D7F2E5
(215,242,229)
#E0F5E9
(224,245,233)
#E9F8ED
(233,248,237)
#F2FBF1
(242,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98DDC9; }

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

This text font color is #98DDC9.


Background Color

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

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

This div background color is #98DDC9.


Border color

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

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

This div border color is #98DDC9.


Opacity

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

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

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

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

This text has shadow with #98DDC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98DDC9 on black background.


Color preview on white background

This text has color #98DDC9 on white background.



Black color preview on #98DDC9 background

This text has black color on #98DDC9 background.


White color preview on #98DDC9 background

This text has white color on #98DDC9 background.