COLOR #98BE91

HEX: #98BE91
RGB: (152,190,145)

Color info

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

RGB color model

#98BE91 color RGB value is (152,190,145).

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

RGB channels and saturation

R 152 of 255 = 60%
G 190 of 255 = 75%
B 145 of 255 = 57%

152
190
145

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

Portions of RGB colors in percentages

R + G + B =
152 + 190 + 145 = 487 (100%)
R 152 of 487 ~ 31.21%
G 190 of 487 ~ 39.01%
B 145 of 487 ~ 29.77%

%31.21
%39.01
%29.77

CMYK color model

#98BE91 color CMYK value is (20,0,24,25).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 23.68%
  • key color value is 25.49%
CMYK:
(20,0,24,25)
C20M0Y24K25 
(20%,0%,24%,25%)
(0.20/0.00/0.24/0.25)	

CMYK percentages

%20
%0
%23.68
%25.49

Codes

Color #98BE91 in popluar color models

98BE91
RGB152190145
HSL111°25.71%65.69%
HSB/HSV111°23.68%74.51%
CMYK20.00%0.00%23.68%
25.49%

Color #98BE91 in popluar number systems.

HEX98BE91
Decimal152190145
Binary100110001011111010010001
Octal230276221

Shades and tints

Shades of #98BE91

#98BE91
(152,190,145)
#8BAD84
(139,173,132)
#7E9C77
(126,156,119)
#718B6A
(113,139,106)
#647A5D
(100,122,93)
#576950
(87,105,80)
#4A5843
(74,88,67)
#3D4736
(61,71,54)
#303629
(48,54,41)
#23251C
(35,37,28)
#16140F
(22,20,15)
#000000
(0,0,0)

Tints of #98BE91

#98BE91
(152,190,145)
#A1C39B
(161,195,155)
#AAC8A5
(170,200,165)
#B3CDAF
(179,205,175)
#BCD2B9
(188,210,185)
#C5D7C3
(197,215,195)
#CEDCCD
(206,220,205)
#D7E1D7
(215,225,215)
#E0E6E1
(224,230,225)
#E9EBEB
(233,235,235)
#F2F0F5
(242,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98BE91; }

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

This text font color is #98BE91.


Background Color

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

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

This div background color is #98BE91.


Border color

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

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

This div border color is #98BE91.


Opacity

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

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

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

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

This text has shadow with #98BE91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98BE91 on black background.


Color preview on white background

This text has color #98BE91 on white background.



Black color preview on #98BE91 background

This text has black color on #98BE91 background.


White color preview on #98BE91 background

This text has white color on #98BE91 background.