COLOR #98B786

HEX: #98B786
RGB: (152,183,134)

Color info

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

RGB color model

#98B786 color RGB value is (152,183,134).

  • red value is 152;
  • green value is 183;
  • blue value is 134.
RGB:
(152,183,134)
(60%,72%,53%)

RGB channels and saturation

R 152 of 255 = 60%
G 183 of 255 = 72%
B 134 of 255 = 53%

152
183
134

R + G + B ~ 62%. #98B786 is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 183 + 134 = 469 (100%)
R 152 of 469 ~ 32.41%
G 183 of 469 ~ 39.02%
B 134 of 469 ~ 28.57%

%32.41
%39.02
%28.57

CMYK color model

#98B786 color CMYK value is (17,0,27,28).

  • cyan value is 16.94%
  • magenta value is 0.00%
  • yellow value is 26.78%
  • key color value is 28.24%
CMYK:
(17,0,27,28)
C17M0Y27K28 
(17%,0%,27%,28%)
(0.17/0.00/0.27/0.28)	

CMYK percentages

%16.94
%0
%26.78
%28.24

Codes

Color #98B786 in popluar color models

98B786
RGB152183134
HSL98°25.39%62.16%
HSB/HSV98°26.78%71.76%
CMYK16.94%0.00%26.78%
28.24%

Color #98B786 in popluar number systems.

HEX98B786
Decimal152183134
Binary100110001011011110000110
Octal230267206

Shades and tints

Shades of #98B786

#98B786
(152,183,134)
#8BA77A
(139,167,122)
#7E976E
(126,151,110)
#718762
(113,135,98)
#647756
(100,119,86)
#57674A
(87,103,74)
#4A573E
(74,87,62)
#3D4732
(61,71,50)
#303726
(48,55,38)
#23271A
(35,39,26)
#16170E
(22,23,14)
#000000
(0,0,0)

Tints of #98B786

#98B786
(152,183,134)
#A1BD91
(161,189,145)
#AAC39C
(170,195,156)
#B3C9A7
(179,201,167)
#BCCFB2
(188,207,178)
#C5D5BD
(197,213,189)
#CEDBC8
(206,219,200)
#D7E1D3
(215,225,211)
#E0E7DE
(224,231,222)
#E9EDE9
(233,237,233)
#F2F3F4
(242,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98B786 color. Also use rgb(152,183,134) instead hex code.

Text Font Color

.myTextColor { color: #98B786; }

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

This text font color is #98B786.


Background Color

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

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

This div background color is #98B786.


Border color

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

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

This div border color is #98B786.


Opacity

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

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

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

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

This text has shadow with #98B786 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98B786 on black background.


Color preview on white background

This text has color #98B786 on white background.



Black color preview on #98B786 background

This text has black color on #98B786 background.


White color preview on #98B786 background

This text has white color on #98B786 background.