COLOR #989E61

HEX: #989E61
RGB: (152,158,97)

Color info

#989E61 contains mainly red and green colors. Web safe color of #989E61 is #999966 (or #996).

RGB color model

#989E61 color RGB value is (152,158,97).

  • red value is 152;
  • green value is 158;
  • blue value is 97.
RGB:
(152,158,97)
(60%,62%,38%)

RGB channels and saturation

R 152 of 255 = 60%
G 158 of 255 = 62%
B 97 of 255 = 38%

152
158
97

R + G + B ~ 53%. #989E61 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
152 + 158 + 97 = 407 (100%)
R 152 of 407 ~ 37.35%
G 158 of 407 ~ 38.82%
B 97 of 407 ~ 23.83%

%37.35
%38.82
%23.83

CMYK color model

#989E61 color CMYK value is (4,0,39,38).

  • cyan value is 3.80%
  • magenta value is 0.00%
  • yellow value is 38.61%
  • key color value is 38.04%
CMYK:
(4,0,39,38)
C4M0Y39K38 
(4%,0%,39%,38%)
(0.04/0.00/0.39/0.38)	

CMYK percentages

%3.8
%0
%38.61
%38.04

Codes

Color #989E61 in popluar color models

989E61
RGB15215897
HSL66°23.92%50.00%
HSB/HSV66°38.61%61.96%
CMYK3.80%0.00%38.61%
38.04%

Color #989E61 in popluar number systems.

HEX989E61
Decimal15215897
Binary10011000100111101100001
Octal230236141

Shades and tints

Shades of #989E61

#989E61
(152,158,97)
#8B9059
(139,144,89)
#7E8251
(126,130,81)
#717449
(113,116,73)
#646641
(100,102,65)
#575839
(87,88,57)
#4A4A31
(74,74,49)
#3D3C29
(61,60,41)
#302E21
(48,46,33)
#232019
(35,32,25)
#161211
(22,18,17)
#000000
(0,0,0)

Tints of #989E61

#989E61
(152,158,97)
#A1A66F
(161,166,111)
#AAAE7D
(170,174,125)
#B3B68B
(179,182,139)
#BCBE99
(188,190,153)
#C5C6A7
(197,198,167)
#CECEB5
(206,206,181)
#D7D6C3
(215,214,195)
#E0DED1
(224,222,209)
#E9E6DF
(233,230,223)
#F2EEED
(242,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #989E61 color. Also use rgb(152,158,97) instead hex code.

Text Font Color

.myTextColor { color: #989E61; }

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

This text font color is #989E61.


Background Color

.myBgColor { background-color: #989E61; }

<div style="background-color:#989E61">Inner text</div>

This div background color is #989E61.


Border color

.myBorderColor { border: 1px solid #989E61; }

<div style="border:3px solid #989E61">Div</div>

This div border color is #989E61.


Opacity

.myOpacity80 { color: #989E61; opacity: 0.8; }

<p style="color:#989E61;opacity:0.8;">80%</p>

Text with #989E61 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 #989E61;}

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

This text has shadow with #989E61 color.

.textShadow {text-shadow: 3px 3px 1px #989E61, 3px 3px 1px red;}

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

This text has shadow with #989E61 primary color and red secondary color.


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

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

This text has shadow with #989E61 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #989E61 on black background.


Color preview on white background

This text has color #989E61 on white background.



Black color preview on #989E61 background

This text has black color on #989E61 background.


White color preview on #989E61 background

This text has white color on #989E61 background.