COLOR #98C38C

HEX: #98C38C
RGB: (152,195,140)

Color info

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

RGB color model

#98C38C color RGB value is (152,195,140).

  • red value is 152;
  • green value is 195;
  • blue value is 140.
RGB:
(152,195,140)
(60%,76%,55%)

RGB channels and saturation

R 152 of 255 = 60%
G 195 of 255 = 76%
B 140 of 255 = 55%

152
195
140

R + G + B ~ 64%. #98C38C is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 195 + 140 = 487 (100%)
R 152 of 487 ~ 31.21%
G 195 of 487 ~ 40.04%
B 140 of 487 ~ 28.75%

%31.21
%40.04
%28.75

CMYK color model

#98C38C color CMYK value is (22,0,28,24).

  • cyan value is 22.05%
  • magenta value is 0.00%
  • yellow value is 28.21%
  • key color value is 23.53%
CMYK:
(22,0,28,24)
C22M0Y28K24 
(22%,0%,28%,24%)
(0.22/0.00/0.28/0.24)	

CMYK percentages

%22.05
%0
%28.21
%23.53

Codes

Color #98C38C in popluar color models

98C38C
RGB152195140
HSL107°31.43%65.69%
HSB/HSV107°28.21%76.47%
CMYK22.05%0.00%28.21%
23.53%

Color #98C38C in popluar number systems.

HEX98C38C
Decimal152195140
Binary100110001100001110001100
Octal230303214

Shades and tints

Shades of #98C38C

#98C38C
(152,195,140)
#8BB280
(139,178,128)
#7EA174
(126,161,116)
#719068
(113,144,104)
#647F5C
(100,127,92)
#576E50
(87,110,80)
#4A5D44
(74,93,68)
#3D4C38
(61,76,56)
#303B2C
(48,59,44)
#232A20
(35,42,32)
#161914
(22,25,20)
#000000
(0,0,0)

Tints of #98C38C

#98C38C
(152,195,140)
#A1C896
(161,200,150)
#AACDA0
(170,205,160)
#B3D2AA
(179,210,170)
#BCD7B4
(188,215,180)
#C5DCBE
(197,220,190)
#CEE1C8
(206,225,200)
#D7E6D2
(215,230,210)
#E0EBDC
(224,235,220)
#E9F0E6
(233,240,230)
#F2F5F0
(242,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98C38C color. Also use rgb(152,195,140) instead hex code.

Text Font Color

.myTextColor { color: #98C38C; }

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

This text font color is #98C38C.


Background Color

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

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

This div background color is #98C38C.


Border color

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

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

This div border color is #98C38C.


Opacity

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

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

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

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

This text has shadow with #98C38C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98C38C on black background.


Color preview on white background

This text has color #98C38C on white background.



Black color preview on #98C38C background

This text has black color on #98C38C background.


White color preview on #98C38C background

This text has white color on #98C38C background.