COLOR #989E78

HEX: #989E78 RGB: (152,158,120)

Color info

#989E78 contains red, green and blue colors in about the same proportion. Web safe color of #989E78 is #999966 (or #996).

RGB color model

#989E78 color RGB value is (152,158,120).

RGB: (152,158,120) (60%, 62%, 47%)

RGB channels and saturation

R 152 of 255 = 60%
G 158 of 255 = 62%
B 120 of 255 = 47%

152
158
120

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

Portions of RGB colors in percentages

R + G + B = 152 + 158 + 120 = 430 (100%)
R 152 of 430 ~ 35.35%
G 158 of 430 ~ 36.74%
B 120 of 430 ~ 27.91'%

%35.35
%36.74
%27.91

CMYK color model

#989E78 color CMYK value is (4,0,24,38).

  • cyan value is 3.80%
  • magenta value is 0.00%
  • yellow value is 24.05%
  • key color value is 38.04%

CMYK: (4,0,24,38)
C4M0Y24K38 (4%, 0%, 24%, 38%)
(0.04 / 0.00 / 0.24 / 0.38)

CMYK percentages

%3.8
%0
%24.05
%38.04

Codes

Color #989E78 in popluar color models

98 9E 78
RGB 152 158 120
HSL 69° 16.38% 54.51%
HSB/HSV 69° 24.05% 61.96%
CMYK 3.80% 0.00% 24.05%
38.04%

Color #989E78 in popluar number systems.

HEX 98 9E 78
Decimal 152 158 120
Binary 10011000 10011110 1111000
Octal 230 236 170

Shades and tints

Shades of #989E78

#989E78
(152,158,120)
#8B906E
(139,144,110)
#7E8264
(126,130,100)
#71745A
(113,116,90)
#646650
(100,102,80)
#575846
(87,88,70)
#4A4A3C
(74,74,60)
#3D3C32
(61,60,50)
#302E28
(48,46,40)
#23201E
(35,32,30)
#161214
(22,18,20)
#000000
(0,0,0)

Tints of #989E78

#989E78
(152,158,120)
#A1A684
(161,166,132)
#AAAE90
(170,174,144)
#B3B69C
(179,182,156)
#BCBEA8
(188,190,168)
#C5C6B4
(197,198,180)
#CECEC0
(206,206,192)
#D7D6CC
(215,214,204)
#E0DED8
(224,222,216)
#E9E6E4
(233,230,228)
#F2EEF0
(242,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #989E78; }

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

This text font color is #989E78.

Background Color

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

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

This div background color is #989E78.

Border color

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

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

This div border color is #989E78.

Opacity

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

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

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

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

This text has shadow with #989E78 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #989E78.

Preview

Color preview on black background

This text has color #989E78 on black background.


Color preview on white background

This text has color #989E78 on white background.


Black color preview on #989E78 background

This text has black color on #989E78 background.


White color preview on #989E78 background

This text has white color on #989E78 background.


Related colors

Complementary color

Complementary color for #hex is #676187.


I love getcolorcode.com

Triadic colors

1 #78989E and #9E7898 with #989E78 are triadic colors.

2 #789E98 and #9E9878 with #989E78 are triadic colors.