COLOR #98B992

HEX: #98B992
RGB: (152,185,146)

Color info

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

RGB color model

#98B992 color RGB value is (152,185,146).

  • red value is 152;
  • green value is 185;
  • blue value is 146.
RGB:
(152,185,146)
(60%,73%,57%)

RGB channels and saturation

R 152 of 255 = 60%
G 185 of 255 = 73%
B 146 of 255 = 57%

152
185
146

R + G + B ~ 63%. #98B992 is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 185 + 146 = 483 (100%)
R 152 of 483 ~ 31.47%
G 185 of 483 ~ 38.3%
B 146 of 483 ~ 30.23%

%31.47
%38.3
%30.23

CMYK color model

#98B992 color CMYK value is (18,0,21,27).

  • cyan value is 17.84%
  • magenta value is 0.00%
  • yellow value is 21.08%
  • key color value is 27.45%
CMYK:
(18,0,21,27)
C18M0Y21K27 
(18%,0%,21%,27%)
(0.18/0.00/0.21/0.27)	

CMYK percentages

%17.84
%0
%21.08
%27.45

Codes

Color #98B992 in popluar color models

98B992
RGB152185146
HSL111°21.79%64.90%
HSB/HSV111°21.08%72.55%
CMYK17.84%0.00%21.08%
27.45%

Color #98B992 in popluar number systems.

HEX98B992
Decimal152185146
Binary100110001011100110010010
Octal230271222

Shades and tints

Shades of #98B992

#98B992
(152,185,146)
#8BA985
(139,169,133)
#7E9978
(126,153,120)
#71896B
(113,137,107)
#64795E
(100,121,94)
#576951
(87,105,81)
#4A5944
(74,89,68)
#3D4937
(61,73,55)
#30392A
(48,57,42)
#23291D
(35,41,29)
#161910
(22,25,16)
#000000
(0,0,0)

Tints of #98B992

#98B992
(152,185,146)
#A1BF9B
(161,191,155)
#AAC5A4
(170,197,164)
#B3CBAD
(179,203,173)
#BCD1B6
(188,209,182)
#C5D7BF
(197,215,191)
#CEDDC8
(206,221,200)
#D7E3D1
(215,227,209)
#E0E9DA
(224,233,218)
#E9EFE3
(233,239,227)
#F2F5EC
(242,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98B992 color. Also use rgb(152,185,146) instead hex code.

Text Font Color

.myTextColor { color: #98B992; }

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

This text font color is #98B992.


Background Color

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

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

This div background color is #98B992.


Border color

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

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

This div border color is #98B992.


Opacity

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

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

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

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

This text has shadow with #98B992 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98B992 on black background.


Color preview on white background

This text has color #98B992 on white background.



Black color preview on #98B992 background

This text has black color on #98B992 background.


White color preview on #98B992 background

This text has white color on #98B992 background.