COLOR #98D693

HEX: #98D693
RGB: (152,214,147)

Color info

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

RGB color model

#98D693 color RGB value is (152,214,147).

  • red value is 152;
  • green value is 214;
  • blue value is 147.
RGB:
(152,214,147)
(60%,84%,58%)

RGB channels and saturation

R 152 of 255 = 60%
G 214 of 255 = 84%
B 147 of 255 = 58%

152
214
147

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

Portions of RGB colors in percentages

R + G + B =
152 + 214 + 147 = 513 (100%)
R 152 of 513 ~ 29.63%
G 214 of 513 ~ 41.72%
B 147 of 513 ~ 28.65%

%29.63
%41.72
%28.65

CMYK color model

#98D693 color CMYK value is (29,0,31,16).

  • cyan value is 28.97%
  • magenta value is 0.00%
  • yellow value is 31.31%
  • key color value is 16.08%
CMYK:
(29,0,31,16)
C29M0Y31K16 
(29%,0%,31%,16%)
(0.29/0.00/0.31/0.16)	

CMYK percentages

%28.97
%0
%31.31
%16.08

Codes

Color #98D693 in popluar color models

98D693
RGB152214147
HSL116°44.97%70.78%
HSB/HSV116°31.31%83.92%
CMYK28.97%0.00%31.31%
16.08%

Color #98D693 in popluar number systems.

HEX98D693
Decimal152214147
Binary100110001101011010010011
Octal230326223

Shades and tints

Shades of #98D693

#98D693
(152,214,147)
#8BC386
(139,195,134)
#7EB079
(126,176,121)
#719D6C
(113,157,108)
#648A5F
(100,138,95)
#577752
(87,119,82)
#4A6445
(74,100,69)
#3D5138
(61,81,56)
#303E2B
(48,62,43)
#232B1E
(35,43,30)
#161811
(22,24,17)
#000000
(0,0,0)

Tints of #98D693

#98D693
(152,214,147)
#A1D99C
(161,217,156)
#AADCA5
(170,220,165)
#B3DFAE
(179,223,174)
#BCE2B7
(188,226,183)
#C5E5C0
(197,229,192)
#CEE8C9
(206,232,201)
#D7EBD2
(215,235,210)
#E0EEDB
(224,238,219)
#E9F1E4
(233,241,228)
#F2F4ED
(242,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98D693 color. Also use rgb(152,214,147) instead hex code.

Text Font Color

.myTextColor { color: #98D693; }

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

This text font color is #98D693.


Background Color

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

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

This div background color is #98D693.


Border color

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

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

This div border color is #98D693.


Opacity

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

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

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

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

This text has shadow with #98D693 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98D693 on black background.


Color preview on white background

This text has color #98D693 on white background.



Black color preview on #98D693 background

This text has black color on #98D693 background.


White color preview on #98D693 background

This text has white color on #98D693 background.