COLOR #98CAC6

HEX: #98CAC6
RGB: (152,202,198)

Color info

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

RGB color model

#98CAC6 color RGB value is (152,202,198).

  • red value is 152;
  • green value is 202;
  • blue value is 198.
RGB:
(152,202,198)
(60%,79%,78%)

RGB channels and saturation

R 152 of 255 = 60%
G 202 of 255 = 79%
B 198 of 255 = 78%

152
202
198

R + G + B ~ 72%. #98CAC6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 202 + 198 = 552 (100%)
R 152 of 552 ~ 27.54%
G 202 of 552 ~ 36.59%
B 198 of 552 ~ 35.87%

%27.54
%36.59
%35.87

CMYK color model

#98CAC6 color CMYK value is (25,0,2,21).

  • cyan value is 24.75%
  • magenta value is 0.00%
  • yellow value is 1.98%
  • key color value is 20.78%
CMYK:
(25,0,2,21)
C25M0Y2K21 
(25%,0%,2%,21%)
(0.25/0.00/0.02/0.21)	

CMYK percentages

%24.75
%0
%1.98
%20.78

Codes

Color #98CAC6 in popluar color models

98CAC6
RGB152202198
HSL175°32.05%69.41%
HSB/HSV175°24.75%79.22%
CMYK24.75%0.00%1.98%
20.78%

Color #98CAC6 in popluar number systems.

HEX98CAC6
Decimal152202198
Binary100110001100101011000110
Octal230312306

Shades and tints

Shades of #98CAC6

#98CAC6
(152,202,198)
#8BB8B4
(139,184,180)
#7EA6A2
(126,166,162)
#719490
(113,148,144)
#64827E
(100,130,126)
#57706C
(87,112,108)
#4A5E5A
(74,94,90)
#3D4C48
(61,76,72)
#303A36
(48,58,54)
#232824
(35,40,36)
#161612
(22,22,18)
#000000
(0,0,0)

Tints of #98CAC6

#98CAC6
(152,202,198)
#A1CECB
(161,206,203)
#AAD2D0
(170,210,208)
#B3D6D5
(179,214,213)
#BCDADA
(188,218,218)
#C5DEDF
(197,222,223)
#CEE2E4
(206,226,228)
#D7E6E9
(215,230,233)
#E0EAEE
(224,234,238)
#E9EEF3
(233,238,243)
#F2F2F8
(242,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98CAC6 color. Also use rgb(152,202,198) instead hex code.

Text Font Color

.myTextColor { color: #98CAC6; }

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

This text font color is #98CAC6.


Background Color

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

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

This div background color is #98CAC6.


Border color

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

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

This div border color is #98CAC6.


Opacity

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

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

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

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

This text has shadow with #98CAC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98CAC6 on black background.


Color preview on white background

This text has color #98CAC6 on white background.



Black color preview on #98CAC6 background

This text has black color on #98CAC6 background.


White color preview on #98CAC6 background

This text has white color on #98CAC6 background.