COLOR #98BE93

HEX: #98BE93
RGB: (152,190,147)

Color info

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

RGB color model

#98BE93 color RGB value is (152,190,147).

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

RGB channels and saturation

R 152 of 255 = 60%
G 190 of 255 = 75%
B 147 of 255 = 58%

152
190
147

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

Portions of RGB colors in percentages

R + G + B =
152 + 190 + 147 = 489 (100%)
R 152 of 489 ~ 31.08%
G 190 of 489 ~ 38.85%
B 147 of 489 ~ 30.06%

%31.08
%38.85
%30.06

CMYK color model

#98BE93 color CMYK value is (20,0,23,25).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 22.63%
  • key color value is 25.49%
CMYK:
(20,0,23,25)
C20M0Y23K25 
(20%,0%,23%,25%)
(0.20/0.00/0.23/0.25)	

CMYK percentages

%20
%0
%22.63
%25.49

Codes

Color #98BE93 in popluar color models

98BE93
RGB152190147
HSL113°24.86%66.08%
HSB/HSV113°22.63%74.51%
CMYK20.00%0.00%22.63%
25.49%

Color #98BE93 in popluar number systems.

HEX98BE93
Decimal152190147
Binary100110001011111010010011
Octal230276223

Shades and tints

Shades of #98BE93

#98BE93
(152,190,147)
#8BAD86
(139,173,134)
#7E9C79
(126,156,121)
#718B6C
(113,139,108)
#647A5F
(100,122,95)
#576952
(87,105,82)
#4A5845
(74,88,69)
#3D4738
(61,71,56)
#30362B
(48,54,43)
#23251E
(35,37,30)
#161411
(22,20,17)
#000000
(0,0,0)

Tints of #98BE93

#98BE93
(152,190,147)
#A1C39C
(161,195,156)
#AAC8A5
(170,200,165)
#B3CDAE
(179,205,174)
#BCD2B7
(188,210,183)
#C5D7C0
(197,215,192)
#CEDCC9
(206,220,201)
#D7E1D2
(215,225,210)
#E0E6DB
(224,230,219)
#E9EBE4
(233,235,228)
#F2F0ED
(242,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98BE93; }

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

This text font color is #98BE93.


Background Color

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

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

This div background color is #98BE93.


Border color

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

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

This div border color is #98BE93.


Opacity

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

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

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

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

This text has shadow with #98BE93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98BE93 on black background.


Color preview on white background

This text has color #98BE93 on white background.



Black color preview on #98BE93 background

This text has black color on #98BE93 background.


White color preview on #98BE93 background

This text has white color on #98BE93 background.