COLOR #978593

HEX: #978593
RGB: (151,133,147)

Color info

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

RGB color model

#978593 color RGB value is (151,133,147).

  • red value is 151;
  • green value is 133;
  • blue value is 147.
RGB:
(151,133,147)
(59%,52%,58%)

RGB channels and saturation

R 151 of 255 = 59%
G 133 of 255 = 52%
B 147 of 255 = 58%

151
133
147

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

Portions of RGB colors in percentages

R + G + B =
151 + 133 + 147 = 431 (100%)
R 151 of 431 ~ 35.03%
G 133 of 431 ~ 30.86%
B 147 of 431 ~ 34.11%

%35.03
%30.86
%34.11

CMYK color model

#978593 color CMYK value is (0,12,3,41).

  • cyan value is 0.00%
  • magenta value is 11.92%
  • yellow value is 2.65%
  • key color value is 40.78%
CMYK:
(0,12,3,41)
C0M12Y3K41 
(0%,12%,3%,41%)
(0.00/0.12/0.03/0.41)	

CMYK percentages

%0
%11.92
%2.65
%40.78

Codes

Color #978593 in popluar color models

978593
RGB151133147
HSL313°7.96%55.69%
HSB/HSV313°11.92%59.22%
CMYK0.00%11.92%2.65%
40.78%

Color #978593 in popluar number systems.

HEX978593
Decimal151133147
Binary100101111000010110010011
Octal227205223

Shades and tints

Shades of #978593

#978593
(151,133,147)
#8A7986
(138,121,134)
#7D6D79
(125,109,121)
#70616C
(112,97,108)
#63555F
(99,85,95)
#564952
(86,73,82)
#493D45
(73,61,69)
#3C3138
(60,49,56)
#2F252B
(47,37,43)
#22191E
(34,25,30)
#150D11
(21,13,17)
#000000
(0,0,0)

Tints of #978593

#978593
(151,133,147)
#A0909C
(160,144,156)
#A99BA5
(169,155,165)
#B2A6AE
(178,166,174)
#BBB1B7
(187,177,183)
#C4BCC0
(196,188,192)
#CDC7C9
(205,199,201)
#D6D2D2
(214,210,210)
#DFDDDB
(223,221,219)
#E8E8E4
(232,232,228)
#F1F3ED
(241,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #978593 color. Also use rgb(151,133,147) instead hex code.

Text Font Color

.myTextColor { color: #978593; }

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

This text font color is #978593.


Background Color

.myBgColor { background-color: #978593; }

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

This div background color is #978593.


Border color

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

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

This div border color is #978593.


Opacity

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

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

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

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

This text has shadow with #978593 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #978593 on black background.


Color preview on white background

This text has color #978593 on white background.



Black color preview on #978593 background

This text has black color on #978593 background.


White color preview on #978593 background

This text has white color on #978593 background.