COLOR #98D8CC

HEX: #98D8CC
RGB: (152,216,204)

Color info

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

RGB color model

#98D8CC color RGB value is (152,216,204).

  • red value is 152;
  • green value is 216;
  • blue value is 204.
RGB:
(152,216,204)
(60%,85%,80%)

RGB channels and saturation

R 152 of 255 = 60%
G 216 of 255 = 85%
B 204 of 255 = 80%

152
216
204

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

Portions of RGB colors in percentages

R + G + B =
152 + 216 + 204 = 572 (100%)
R 152 of 572 ~ 26.57%
G 216 of 572 ~ 37.76%
B 204 of 572 ~ 35.66%

%26.57
%37.76
%35.66

CMYK color model

#98D8CC color CMYK value is (30,0,6,15).

  • cyan value is 29.63%
  • magenta value is 0.00%
  • yellow value is 5.56%
  • key color value is 15.29%
CMYK:
(30,0,6,15)
C30M0Y6K15 
(30%,0%,6%,15%)
(0.30/0.00/0.06/0.15)	

CMYK percentages

%29.63
%0
%5.56
%15.29

Codes

Color #98D8CC in popluar color models

98D8CC
RGB152216204
HSL169°45.07%72.16%
HSB/HSV169°29.63%84.71%
CMYK29.63%0.00%5.56%
15.29%

Color #98D8CC in popluar number systems.

HEX98D8CC
Decimal152216204
Binary100110001101100011001100
Octal230330314

Shades and tints

Shades of #98D8CC

#98D8CC
(152,216,204)
#8BC5BA
(139,197,186)
#7EB2A8
(126,178,168)
#719F96
(113,159,150)
#648C84
(100,140,132)
#577972
(87,121,114)
#4A6660
(74,102,96)
#3D534E
(61,83,78)
#30403C
(48,64,60)
#232D2A
(35,45,42)
#161A18
(22,26,24)
#000000
(0,0,0)

Tints of #98D8CC

#98D8CC
(152,216,204)
#A1DBD0
(161,219,208)
#AADED4
(170,222,212)
#B3E1D8
(179,225,216)
#BCE4DC
(188,228,220)
#C5E7E0
(197,231,224)
#CEEAE4
(206,234,228)
#D7EDE8
(215,237,232)
#E0F0EC
(224,240,236)
#E9F3F0
(233,243,240)
#F2F6F4
(242,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98D8CC color. Also use rgb(152,216,204) instead hex code.

Text Font Color

.myTextColor { color: #98D8CC; }

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

This text font color is #98D8CC.


Background Color

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

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

This div background color is #98D8CC.


Border color

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

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

This div border color is #98D8CC.


Opacity

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

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

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

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

This text has shadow with #98D8CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98D8CC on black background.


Color preview on white background

This text has color #98D8CC on white background.



Black color preview on #98D8CC background

This text has black color on #98D8CC background.


White color preview on #98D8CC background

This text has white color on #98D8CC background.