COLOR #978E89

HEX: #978E89
RGB: (151,142,137)

Color info

#978E89 contains red, green and blue colors in about the same proportion. Web safe color of #978E89 is #999999 (or #999).

RGB color model

#978E89 color RGB value is (151,142,137).

  • red value is 151;
  • green value is 142;
  • blue value is 137.
RGB:
(151,142,137)
(59%,56%,54%)

RGB channels and saturation

R 151 of 255 = 59%
G 142 of 255 = 56%
B 137 of 255 = 54%

151
142
137

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

Portions of RGB colors in percentages

R + G + B =
151 + 142 + 137 = 430 (100%)
R 151 of 430 ~ 35.12%
G 142 of 430 ~ 33.02%
B 137 of 430 ~ 31.86%

%35.12
%33.02
%31.86

CMYK color model

#978E89 color CMYK value is (0,6,9,41).

  • cyan value is 0.00%
  • magenta value is 5.96%
  • yellow value is 9.27%
  • key color value is 40.78%
CMYK:
(0,6,9,41)
C0M6Y9K41 
(0%,6%,9%,41%)
(0.00/0.06/0.09/0.41)	

CMYK percentages

%0
%5.96
%9.27
%40.78

Codes

Color #978E89 in popluar color models

978E89
RGB151142137
HSL21°6.31%56.47%
HSB/HSV21°9.27%59.22%
CMYK0.00%5.96%9.27%
40.78%

Color #978E89 in popluar number systems.

HEX978E89
Decimal151142137
Binary100101111000111010001001
Octal227216211

Shades and tints

Shades of #978E89

#978E89
(151,142,137)
#8A827D
(138,130,125)
#7D7671
(125,118,113)
#706A65
(112,106,101)
#635E59
(99,94,89)
#56524D
(86,82,77)
#494641
(73,70,65)
#3C3A35
(60,58,53)
#2F2E29
(47,46,41)
#22221D
(34,34,29)
#151611
(21,22,17)
#000000
(0,0,0)

Tints of #978E89

#978E89
(151,142,137)
#A09893
(160,152,147)
#A9A29D
(169,162,157)
#B2ACA7
(178,172,167)
#BBB6B1
(187,182,177)
#C4C0BB
(196,192,187)
#CDCAC5
(205,202,197)
#D6D4CF
(214,212,207)
#DFDED9
(223,222,217)
#E8E8E3
(232,232,227)
#F1F2ED
(241,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #978E89 color. Also use rgb(151,142,137) instead hex code.

Text Font Color

.myTextColor { color: #978E89; }

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

This text font color is #978E89.


Background Color

.myBgColor { background-color: #978E89; }

<div style="background-color:#978E89">Inner text</div>

This div background color is #978E89.


Border color

.myBorderColor { border: 1px solid #978E89; }

<div style="border:3px solid #978E89">Div</div>

This div border color is #978E89.


Opacity

.myOpacity80 { color: #978E89; opacity: 0.8; }

<p style="color:#978E89;opacity:0.8;">80%</p>

Text with #978E89 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 #978E89;}

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

This text has shadow with #978E89 color.

.textShadow {text-shadow: 3px 3px 1px #978E89, 3px 3px 1px red;}

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

This text has shadow with #978E89 primary color and red secondary color.


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

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

This text has shadow with #978E89 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #978E89 on black background.


Color preview on white background

This text has color #978E89 on white background.



Black color preview on #978E89 background

This text has black color on #978E89 background.


White color preview on #978E89 background

This text has white color on #978E89 background.