COLOR #98C4B3

HEX: #98C4B3
RGB: (152,196,179)

Color info

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

RGB color model

#98C4B3 color RGB value is (152,196,179).

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

RGB channels and saturation

R 152 of 255 = 60%
G 196 of 255 = 77%
B 179 of 255 = 70%

152
196
179

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

Portions of RGB colors in percentages

R + G + B =
152 + 196 + 179 = 527 (100%)
R 152 of 527 ~ 28.84%
G 196 of 527 ~ 37.19%
B 179 of 527 ~ 33.97%

%28.84
%37.19
%33.97

CMYK color model

#98C4B3 color CMYK value is (22,0,9,23).

  • cyan value is 22.45%
  • magenta value is 0.00%
  • yellow value is 8.67%
  • key color value is 23.14%
CMYK:
(22,0,9,23)
C22M0Y9K23 
(22%,0%,9%,23%)
(0.22/0.00/0.09/0.23)	

CMYK percentages

%22.45
%0
%8.67
%23.14

Codes

Color #98C4B3 in popluar color models

98C4B3
RGB152196179
HSL157°27.16%68.24%
HSB/HSV157°22.45%76.86%
CMYK22.45%0.00%8.67%
23.14%

Color #98C4B3 in popluar number systems.

HEX98C4B3
Decimal152196179
Binary100110001100010010110011
Octal230304263

Shades and tints

Shades of #98C4B3

#98C4B3
(152,196,179)
#8BB3A3
(139,179,163)
#7EA293
(126,162,147)
#719183
(113,145,131)
#648073
(100,128,115)
#576F63
(87,111,99)
#4A5E53
(74,94,83)
#3D4D43
(61,77,67)
#303C33
(48,60,51)
#232B23
(35,43,35)
#161A13
(22,26,19)
#000000
(0,0,0)

Tints of #98C4B3

#98C4B3
(152,196,179)
#A1C9B9
(161,201,185)
#AACEBF
(170,206,191)
#B3D3C5
(179,211,197)
#BCD8CB
(188,216,203)
#C5DDD1
(197,221,209)
#CEE2D7
(206,226,215)
#D7E7DD
(215,231,221)
#E0ECE3
(224,236,227)
#E9F1E9
(233,241,233)
#F2F6EF
(242,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98C4B3; }

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

This text font color is #98C4B3.


Background Color

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

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

This div background color is #98C4B3.


Border color

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

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

This div border color is #98C4B3.


Opacity

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

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

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

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

This text has shadow with #98C4B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98C4B3 on black background.


Color preview on white background

This text has color #98C4B3 on white background.



Black color preview on #98C4B3 background

This text has black color on #98C4B3 background.


White color preview on #98C4B3 background

This text has white color on #98C4B3 background.