COLOR #98D98B

HEX: #98D98B
RGB: (152,217,139)

Color info

#98D98B contains mainly green color. Web safe color of #98D98B is #99CC99 (or #9C9).

RGB color model

#98D98B color RGB value is (152,217,139).

  • red value is 152;
  • green value is 217;
  • blue value is 139.
RGB:
(152,217,139)
(60%,85%,55%)

RGB channels and saturation

R 152 of 255 = 60%
G 217 of 255 = 85%
B 139 of 255 = 55%

152
217
139

R + G + B ~ 67%. #98D98B is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 217 + 139 = 508 (100%)
R 152 of 508 ~ 29.92%
G 217 of 508 ~ 42.72%
B 139 of 508 ~ 27.36%

%29.92
%42.72
%27.36

CMYK color model

#98D98B color CMYK value is (30,0,36,15).

  • cyan value is 29.95%
  • magenta value is 0.00%
  • yellow value is 35.94%
  • key color value is 14.90%
CMYK:
(30,0,36,15)
C30M0Y36K15 
(30%,0%,36%,15%)
(0.30/0.00/0.36/0.15)	

CMYK percentages

%29.95
%0
%35.94
%14.9

Codes

Color #98D98B in popluar color models

98D98B
RGB152217139
HSL110°50.65%69.80%
HSB/HSV110°35.94%85.10%
CMYK29.95%0.00%35.94%
14.90%

Color #98D98B in popluar number systems.

HEX98D98B
Decimal152217139
Binary100110001101100110001011
Octal230331213

Shades and tints

Shades of #98D98B

#98D98B
(152,217,139)
#8BC67F
(139,198,127)
#7EB373
(126,179,115)
#71A067
(113,160,103)
#648D5B
(100,141,91)
#577A4F
(87,122,79)
#4A6743
(74,103,67)
#3D5437
(61,84,55)
#30412B
(48,65,43)
#232E1F
(35,46,31)
#161B13
(22,27,19)
#000000
(0,0,0)

Tints of #98D98B

#98D98B
(152,217,139)
#A1DC95
(161,220,149)
#AADF9F
(170,223,159)
#B3E2A9
(179,226,169)
#BCE5B3
(188,229,179)
#C5E8BD
(197,232,189)
#CEEBC7
(206,235,199)
#D7EED1
(215,238,209)
#E0F1DB
(224,241,219)
#E9F4E5
(233,244,229)
#F2F7EF
(242,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98D98B color. Also use rgb(152,217,139) instead hex code.

Text Font Color

.myTextColor { color: #98D98B; }

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

This text font color is #98D98B.


Background Color

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

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

This div background color is #98D98B.


Border color

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

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

This div border color is #98D98B.


Opacity

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

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

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

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

This text has shadow with #98D98B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98D98B on black background.


Color preview on white background

This text has color #98D98B on white background.



Black color preview on #98D98B background

This text has black color on #98D98B background.


White color preview on #98D98B background

This text has white color on #98D98B background.