COLOR #98CDC6

HEX: #98CDC6
RGB: (152,205,198)

Color info

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

RGB color model

#98CDC6 color RGB value is (152,205,198).

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

RGB channels and saturation

R 152 of 255 = 60%
G 205 of 255 = 80%
B 198 of 255 = 78%

152
205
198

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

Portions of RGB colors in percentages

R + G + B =
152 + 205 + 198 = 555 (100%)
R 152 of 555 ~ 27.39%
G 205 of 555 ~ 36.94%
B 198 of 555 ~ 35.68%

%27.39
%36.94
%35.68

CMYK color model

#98CDC6 color CMYK value is (26,0,3,20).

  • cyan value is 25.85%
  • magenta value is 0.00%
  • yellow value is 3.41%
  • key color value is 19.61%
CMYK:
(26,0,3,20)
C26M0Y3K20 
(26%,0%,3%,20%)
(0.26/0.00/0.03/0.20)	

CMYK percentages

%25.85
%0
%3.41
%19.61

Codes

Color #98CDC6 in popluar color models

98CDC6
RGB152205198
HSL172°34.64%70.00%
HSB/HSV172°25.85%80.39%
CMYK25.85%0.00%3.41%
19.61%

Color #98CDC6 in popluar number systems.

HEX98CDC6
Decimal152205198
Binary100110001100110111000110
Octal230315306

Shades and tints

Shades of #98CDC6

#98CDC6
(152,205,198)
#8BBBB4
(139,187,180)
#7EA9A2
(126,169,162)
#719790
(113,151,144)
#64857E
(100,133,126)
#57736C
(87,115,108)
#4A615A
(74,97,90)
#3D4F48
(61,79,72)
#303D36
(48,61,54)
#232B24
(35,43,36)
#161912
(22,25,18)
#000000
(0,0,0)

Tints of #98CDC6

#98CDC6
(152,205,198)
#A1D1CB
(161,209,203)
#AAD5D0
(170,213,208)
#B3D9D5
(179,217,213)
#BCDDDA
(188,221,218)
#C5E1DF
(197,225,223)
#CEE5E4
(206,229,228)
#D7E9E9
(215,233,233)
#E0EDEE
(224,237,238)
#E9F1F3
(233,241,243)
#F2F5F8
(242,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98CDC6; }

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

This text font color is #98CDC6.


Background Color

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

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

This div background color is #98CDC6.


Border color

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

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

This div border color is #98CDC6.


Opacity

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

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

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

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

This text has shadow with #98CDC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98CDC6 on black background.


Color preview on white background

This text has color #98CDC6 on white background.



Black color preview on #98CDC6 background

This text has black color on #98CDC6 background.


White color preview on #98CDC6 background

This text has white color on #98CDC6 background.