COLOR #978384

HEX: #978384
RGB: (151,131,132)

Color info

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

RGB color model

#978384 color RGB value is (151,131,132).

  • red value is 151;
  • green value is 131;
  • blue value is 132.
RGB:
(151,131,132)
(59%,51%,52%)

RGB channels and saturation

R 151 of 255 = 59%
G 131 of 255 = 51%
B 132 of 255 = 52%

151
131
132

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

Portions of RGB colors in percentages

R + G + B =
151 + 131 + 132 = 414 (100%)
R 151 of 414 ~ 36.47%
G 131 of 414 ~ 31.64%
B 132 of 414 ~ 31.88%

%36.47
%31.64
%31.88

CMYK color model

#978384 color CMYK value is (0,13,13,41).

  • cyan value is 0.00%
  • magenta value is 13.25%
  • yellow value is 12.58%
  • key color value is 40.78%
CMYK:
(0,13,13,41)
C0M13Y13K41 
(0%,13%,13%,41%)
(0.00/0.13/0.13/0.41)	

CMYK percentages

%0
%13.25
%12.58
%40.78

Codes

Color #978384 in popluar color models

978384
RGB151131132
HSL357°8.77%55.29%
HSB/HSV357°13.25%59.22%
CMYK0.00%13.25%12.58%
40.78%

Color #978384 in popluar number systems.

HEX978384
Decimal151131132
Binary100101111000001110000100
Octal227203204

Shades and tints

Shades of #978384

#978384
(151,131,132)
#8A7878
(138,120,120)
#7D6D6C
(125,109,108)
#706260
(112,98,96)
#635754
(99,87,84)
#564C48
(86,76,72)
#49413C
(73,65,60)
#3C3630
(60,54,48)
#2F2B24
(47,43,36)
#222018
(34,32,24)
#15150C
(21,21,12)
#000000
(0,0,0)

Tints of #978384

#978384
(151,131,132)
#A08E8F
(160,142,143)
#A9999A
(169,153,154)
#B2A4A5
(178,164,165)
#BBAFB0
(187,175,176)
#C4BABB
(196,186,187)
#CDC5C6
(205,197,198)
#D6D0D1
(214,208,209)
#DFDBDC
(223,219,220)
#E8E6E7
(232,230,231)
#F1F1F2
(241,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #978384 color. Also use rgb(151,131,132) instead hex code.

Text Font Color

.myTextColor { color: #978384; }

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

This text font color is #978384.


Background Color

.myBgColor { background-color: #978384; }

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

This div background color is #978384.


Border color

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

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

This div border color is #978384.


Opacity

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

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

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

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

This text has shadow with #978384 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #978384 on black background.


Color preview on white background

This text has color #978384 on white background.



Black color preview on #978384 background

This text has black color on #978384 background.


White color preview on #978384 background

This text has white color on #978384 background.