COLOR #98C7C2

HEX: #98C7C2
RGB: (152,199,194)

Color info

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

RGB color model

#98C7C2 color RGB value is (152,199,194).

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

RGB channels and saturation

R 152 of 255 = 60%
G 199 of 255 = 78%
B 194 of 255 = 76%

152
199
194

R + G + B ~ 71%. #98C7C2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 199 + 194 = 545 (100%)
R 152 of 545 ~ 27.89%
G 199 of 545 ~ 36.51%
B 194 of 545 ~ 35.6%

%27.89
%36.51
%35.6

CMYK color model

#98C7C2 color CMYK value is (24,0,3,22).

  • cyan value is 23.62%
  • magenta value is 0.00%
  • yellow value is 2.51%
  • key color value is 21.96%
CMYK:
(24,0,3,22)
C24M0Y3K22 
(24%,0%,3%,22%)
(0.24/0.00/0.03/0.22)	

CMYK percentages

%23.62
%0
%2.51
%21.96

Codes

Color #98C7C2 in popluar color models

98C7C2
RGB152199194
HSL174°29.56%68.82%
HSB/HSV174°23.62%78.04%
CMYK23.62%0.00%2.51%
21.96%

Color #98C7C2 in popluar number systems.

HEX98C7C2
Decimal152199194
Binary100110001100011111000010
Octal230307302

Shades and tints

Shades of #98C7C2

#98C7C2
(152,199,194)
#8BB5B1
(139,181,177)
#7EA3A0
(126,163,160)
#71918F
(113,145,143)
#647F7E
(100,127,126)
#576D6D
(87,109,109)
#4A5B5C
(74,91,92)
#3D494B
(61,73,75)
#30373A
(48,55,58)
#232529
(35,37,41)
#161318
(22,19,24)
#000000
(0,0,0)

Tints of #98C7C2

#98C7C2
(152,199,194)
#A1CCC7
(161,204,199)
#AAD1CC
(170,209,204)
#B3D6D1
(179,214,209)
#BCDBD6
(188,219,214)
#C5E0DB
(197,224,219)
#CEE5E0
(206,229,224)
#D7EAE5
(215,234,229)
#E0EFEA
(224,239,234)
#E9F4EF
(233,244,239)
#F2F9F4
(242,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98C7C2; }

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

This text font color is #98C7C2.


Background Color

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

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

This div background color is #98C7C2.


Border color

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

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

This div border color is #98C7C2.


Opacity

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

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

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

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

This text has shadow with #98C7C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98C7C2 on black background.


Color preview on white background

This text has color #98C7C2 on white background.



Black color preview on #98C7C2 background

This text has black color on #98C7C2 background.


White color preview on #98C7C2 background

This text has white color on #98C7C2 background.