COLOR #98D0C7

HEX: #98D0C7
RGB: (152,208,199)

Color info

#98D0C7 contains red, green and blue colors in about the same proportion. Web safe color of #98D0C7 is #99CCCC (or #9CC).

RGB color model

#98D0C7 color RGB value is (152,208,199).

  • red value is 152;
  • green value is 208;
  • blue value is 199.
RGB:
(152,208,199)
(60%,82%,78%)

RGB channels and saturation

R 152 of 255 = 60%
G 208 of 255 = 82%
B 199 of 255 = 78%

152
208
199

R + G + B ~ 73%. #98D0C7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 208 + 199 = 559 (100%)
R 152 of 559 ~ 27.19%
G 208 of 559 ~ 37.21%
B 199 of 559 ~ 35.6%

%27.19
%37.21
%35.6

CMYK color model

#98D0C7 color CMYK value is (27,0,4,18).

  • cyan value is 26.92%
  • magenta value is 0.00%
  • yellow value is 4.33%
  • key color value is 18.43%
CMYK:
(27,0,4,18)
C27M0Y4K18 
(27%,0%,4%,18%)
(0.27/0.00/0.04/0.18)	

CMYK percentages

%26.92
%0
%4.33
%18.43

Codes

Color #98D0C7 in popluar color models

98D0C7
RGB152208199
HSL170°37.33%70.59%
HSB/HSV170°26.92%81.57%
CMYK26.92%0.00%4.33%
18.43%

Color #98D0C7 in popluar number systems.

HEX98D0C7
Decimal152208199
Binary100110001101000011000111
Octal230320307

Shades and tints

Shades of #98D0C7

#98D0C7
(152,208,199)
#8BBEB5
(139,190,181)
#7EACA3
(126,172,163)
#719A91
(113,154,145)
#64887F
(100,136,127)
#57766D
(87,118,109)
#4A645B
(74,100,91)
#3D5249
(61,82,73)
#304037
(48,64,55)
#232E25
(35,46,37)
#161C13
(22,28,19)
#000000
(0,0,0)

Tints of #98D0C7

#98D0C7
(152,208,199)
#A1D4CC
(161,212,204)
#AAD8D1
(170,216,209)
#B3DCD6
(179,220,214)
#BCE0DB
(188,224,219)
#C5E4E0
(197,228,224)
#CEE8E5
(206,232,229)
#D7ECEA
(215,236,234)
#E0F0EF
(224,240,239)
#E9F4F4
(233,244,244)
#F2F8F9
(242,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98D0C7 color. Also use rgb(152,208,199) instead hex code.

Text Font Color

.myTextColor { color: #98D0C7; }

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

This text font color is #98D0C7.


Background Color

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

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

This div background color is #98D0C7.


Border color

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

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

This div border color is #98D0C7.


Opacity

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

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

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

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

This text has shadow with #98D0C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98D0C7 on black background.


Color preview on white background

This text has color #98D0C7 on white background.



Black color preview on #98D0C7 background

This text has black color on #98D0C7 background.


White color preview on #98D0C7 background

This text has white color on #98D0C7 background.