COLOR #98DDCF

HEX: #98DDCF
RGB: (152,221,207)

Color info

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

RGB color model

#98DDCF color RGB value is (152,221,207).

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

RGB channels and saturation

R 152 of 255 = 60%
G 221 of 255 = 87%
B 207 of 255 = 81%

152
221
207

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

Portions of RGB colors in percentages

R + G + B =
152 + 221 + 207 = 580 (100%)
R 152 of 580 ~ 26.21%
G 221 of 580 ~ 38.1%
B 207 of 580 ~ 35.69%

%26.21
%38.1
%35.69

CMYK color model

#98DDCF color CMYK value is (31,0,6,13).

  • cyan value is 31.22%
  • magenta value is 0.00%
  • yellow value is 6.33%
  • key color value is 13.33%
CMYK:
(31,0,6,13)
C31M0Y6K13 
(31%,0%,6%,13%)
(0.31/0.00/0.06/0.13)	

CMYK percentages

%31.22
%0
%6.33
%13.33

Codes

Color #98DDCF in popluar color models

98DDCF
RGB152221207
HSL168°50.36%73.14%
HSB/HSV168°31.22%86.67%
CMYK31.22%0.00%6.33%
13.33%

Color #98DDCF in popluar number systems.

HEX98DDCF
Decimal152221207
Binary100110001101110111001111
Octal230335317

Shades and tints

Shades of #98DDCF

#98DDCF
(152,221,207)
#8BC9BD
(139,201,189)
#7EB5AB
(126,181,171)
#71A199
(113,161,153)
#648D87
(100,141,135)
#577975
(87,121,117)
#4A6563
(74,101,99)
#3D5151
(61,81,81)
#303D3F
(48,61,63)
#23292D
(35,41,45)
#16151B
(22,21,27)
#000000
(0,0,0)

Tints of #98DDCF

#98DDCF
(152,221,207)
#A1E0D3
(161,224,211)
#AAE3D7
(170,227,215)
#B3E6DB
(179,230,219)
#BCE9DF
(188,233,223)
#C5ECE3
(197,236,227)
#CEEFE7
(206,239,231)
#D7F2EB
(215,242,235)
#E0F5EF
(224,245,239)
#E9F8F3
(233,248,243)
#F2FBF7
(242,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98DDCF; }

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

This text font color is #98DDCF.


Background Color

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

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

This div background color is #98DDCF.


Border color

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

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

This div border color is #98DDCF.


Opacity

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

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

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

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

This text has shadow with #98DDCF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98DDCF on black background.


Color preview on white background

This text has color #98DDCF on white background.



Black color preview on #98DDCF background

This text has black color on #98DDCF background.


White color preview on #98DDCF background

This text has white color on #98DDCF background.