COLOR #98C7CE

HEX: #98C7CE
RGB: (152,199,206)

Color info

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

RGB color model

#98C7CE color RGB value is (152,199,206).

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

RGB channels and saturation

R 152 of 255 = 60%
G 199 of 255 = 78%
B 206 of 255 = 81%

152
199
206

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

Portions of RGB colors in percentages

R + G + B =
152 + 199 + 206 = 557 (100%)
R 152 of 557 ~ 27.29%
G 199 of 557 ~ 35.73%
B 206 of 557 ~ 36.98%

%27.29
%35.73
%36.98

CMYK color model

#98C7CE color CMYK value is (26,3,0,19).

  • cyan value is 26.21%
  • magenta value is 3.40%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(26,3,0,19)
C26M3Y0K19 
(26%,3%,0%,19%)
(0.26/0.03/0.00/0.19)	

CMYK percentages

%26.21
%3.4
%0
%19.22

Codes

Color #98C7CE in popluar color models

98C7CE
RGB152199206
HSL188°35.53%70.20%
HSB/HSV188°26.21%80.78%
CMYK26.21%3.40%0.00%
19.22%

Color #98C7CE in popluar number systems.

HEX98C7CE
Decimal152199206
Binary100110001100011111001110
Octal230307316

Shades and tints

Shades of #98C7CE

#98C7CE
(152,199,206)
#8BB5BC
(139,181,188)
#7EA3AA
(126,163,170)
#719198
(113,145,152)
#647F86
(100,127,134)
#576D74
(87,109,116)
#4A5B62
(74,91,98)
#3D4950
(61,73,80)
#30373E
(48,55,62)
#23252C
(35,37,44)
#16131A
(22,19,26)
#000000
(0,0,0)

Tints of #98C7CE

#98C7CE
(152,199,206)
#A1CCD2
(161,204,210)
#AAD1D6
(170,209,214)
#B3D6DA
(179,214,218)
#BCDBDE
(188,219,222)
#C5E0E2
(197,224,226)
#CEE5E6
(206,229,230)
#D7EAEA
(215,234,234)
#E0EFEE
(224,239,238)
#E9F4F2
(233,244,242)
#F2F9F6
(242,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98C7CE; }

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

This text font color is #98C7CE.


Background Color

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

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

This div background color is #98C7CE.


Border color

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

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

This div border color is #98C7CE.


Opacity

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

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

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

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

This text has shadow with #98C7CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98C7CE on black background.


Color preview on white background

This text has color #98C7CE on white background.



Black color preview on #98C7CE background

This text has black color on #98C7CE background.


White color preview on #98C7CE background

This text has white color on #98C7CE background.