COLOR #978288

HEX: #978288
RGB: (151,130,136)

Color info

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

RGB color model

#978288 color RGB value is (151,130,136).

  • red value is 151;
  • green value is 130;
  • blue value is 136.
RGB:
(151,130,136)
(59%,51%,53%)

RGB channels and saturation

R 151 of 255 = 59%
G 130 of 255 = 51%
B 136 of 255 = 53%

151
130
136

R + G + B ~ 54%. #978288 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
151 + 130 + 136 = 417 (100%)
R 151 of 417 ~ 36.21%
G 130 of 417 ~ 31.18%
B 136 of 417 ~ 32.61%

%36.21
%31.18
%32.61

CMYK color model

#978288 color CMYK value is (0,14,10,41).

  • cyan value is 0.00%
  • magenta value is 13.91%
  • yellow value is 9.93%
  • key color value is 40.78%
CMYK:
(0,14,10,41)
C0M14Y10K41 
(0%,14%,10%,41%)
(0.00/0.14/0.10/0.41)	

CMYK percentages

%0
%13.91
%9.93
%40.78

Codes

Color #978288 in popluar color models

978288
RGB151130136
HSL343°9.17%55.10%
HSB/HSV343°13.91%59.22%
CMYK0.00%13.91%9.93%
40.78%

Color #978288 in popluar number systems.

HEX978288
Decimal151130136
Binary100101111000001010001000
Octal227202210

Shades and tints

Shades of #978288

#978288
(151,130,136)
#8A777C
(138,119,124)
#7D6C70
(125,108,112)
#706164
(112,97,100)
#635658
(99,86,88)
#564B4C
(86,75,76)
#494040
(73,64,64)
#3C3534
(60,53,52)
#2F2A28
(47,42,40)
#221F1C
(34,31,28)
#151410
(21,20,16)
#000000
(0,0,0)

Tints of #978288

#978288
(151,130,136)
#A08D92
(160,141,146)
#A9989C
(169,152,156)
#B2A3A6
(178,163,166)
#BBAEB0
(187,174,176)
#C4B9BA
(196,185,186)
#CDC4C4
(205,196,196)
#D6CFCE
(214,207,206)
#DFDAD8
(223,218,216)
#E8E5E2
(232,229,226)
#F1F0EC
(241,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #978288 color. Also use rgb(151,130,136) instead hex code.

Text Font Color

.myTextColor { color: #978288; }

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

This text font color is #978288.


Background Color

.myBgColor { background-color: #978288; }

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

This div background color is #978288.


Border color

.myBorderColor { border: 1px solid #978288; }

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

This div border color is #978288.


Opacity

.myOpacity80 { color: #978288; opacity: 0.8; }

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

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

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

This text has shadow with #978288 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #978288 on black background.


Color preview on white background

This text has color #978288 on white background.



Black color preview on #978288 background

This text has black color on #978288 background.


White color preview on #978288 background

This text has white color on #978288 background.