COLOR #98C2B3

HEX: #98C2B3
RGB: (152,194,179)

Color info

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

RGB color model

#98C2B3 color RGB value is (152,194,179).

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

RGB channels and saturation

R 152 of 255 = 60%
G 194 of 255 = 76%
B 179 of 255 = 70%

152
194
179

R + G + B ~ 69%. #98C2B3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 194 + 179 = 525 (100%)
R 152 of 525 ~ 28.95%
G 194 of 525 ~ 36.95%
B 179 of 525 ~ 34.1%

%28.95
%36.95
%34.1

CMYK color model

#98C2B3 color CMYK value is (22,0,8,24).

  • cyan value is 21.65%
  • magenta value is 0.00%
  • yellow value is 7.73%
  • key color value is 23.92%
CMYK:
(22,0,8,24)
C22M0Y8K24 
(22%,0%,8%,24%)
(0.22/0.00/0.08/0.24)	

CMYK percentages

%21.65
%0
%7.73
%23.92

Codes

Color #98C2B3 in popluar color models

98C2B3
RGB152194179
HSL159°25.61%67.84%
HSB/HSV159°21.65%76.08%
CMYK21.65%0.00%7.73%
23.92%

Color #98C2B3 in popluar number systems.

HEX98C2B3
Decimal152194179
Binary100110001100001010110011
Octal230302263

Shades and tints

Shades of #98C2B3

#98C2B3
(152,194,179)
#8BB1A3
(139,177,163)
#7EA093
(126,160,147)
#718F83
(113,143,131)
#647E73
(100,126,115)
#576D63
(87,109,99)
#4A5C53
(74,92,83)
#3D4B43
(61,75,67)
#303A33
(48,58,51)
#232923
(35,41,35)
#161813
(22,24,19)
#000000
(0,0,0)

Tints of #98C2B3

#98C2B3
(152,194,179)
#A1C7B9
(161,199,185)
#AACCBF
(170,204,191)
#B3D1C5
(179,209,197)
#BCD6CB
(188,214,203)
#C5DBD1
(197,219,209)
#CEE0D7
(206,224,215)
#D7E5DD
(215,229,221)
#E0EAE3
(224,234,227)
#E9EFE9
(233,239,233)
#F2F4EF
(242,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98C2B3; }

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

This text font color is #98C2B3.


Background Color

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

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

This div background color is #98C2B3.


Border color

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

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

This div border color is #98C2B3.


Opacity

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

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

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

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

This text has shadow with #98C2B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98C2B3 on black background.


Color preview on white background

This text has color #98C2B3 on white background.



Black color preview on #98C2B3 background

This text has black color on #98C2B3 background.


White color preview on #98C2B3 background

This text has white color on #98C2B3 background.