COLOR #976978

HEX: #976978
RGB: (151,105,120)

Color info

#976978 contains red, green and blue colors in about the same proportion. Web safe color of #976978 is #996666 (or #966).

RGB color model

#976978 color RGB value is (151,105,120).

  • red value is 151;
  • green value is 105;
  • blue value is 120.
RGB:
(151,105,120)
(59%,41%,47%)

RGB channels and saturation

R 151 of 255 = 59%
G 105 of 255 = 41%
B 120 of 255 = 47%

151
105
120

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

Portions of RGB colors in percentages

R + G + B =
151 + 105 + 120 = 376 (100%)
R 151 of 376 ~ 40.16%
G 105 of 376 ~ 27.93%
B 120 of 376 ~ 31.91%

%40.16
%27.93
%31.91

CMYK color model

#976978 color CMYK value is (0,30,21,41).

  • cyan value is 0.00%
  • magenta value is 30.46%
  • yellow value is 20.53%
  • key color value is 40.78%
CMYK:
(0,30,21,41)
C0M30Y21K41 
(0%,30%,21%,41%)
(0.00/0.30/0.21/0.41)	

CMYK percentages

%0
%30.46
%20.53
%40.78

Codes

Color #976978 in popluar color models

976978
RGB151105120
HSL340°18.11%50.20%
HSB/HSV340°30.46%59.22%
CMYK0.00%30.46%20.53%
40.78%

Color #976978 in popluar number systems.

HEX976978
Decimal151105120
Binary1001011111010011111000
Octal227151170

Shades and tints

Shades of #976978

#976978
(151,105,120)
#8A606E
(138,96,110)
#7D5764
(125,87,100)
#704E5A
(112,78,90)
#634550
(99,69,80)
#563C46
(86,60,70)
#49333C
(73,51,60)
#3C2A32
(60,42,50)
#2F2128
(47,33,40)
#22181E
(34,24,30)
#150F14
(21,15,20)
#000000
(0,0,0)

Tints of #976978

#976978
(151,105,120)
#A07684
(160,118,132)
#A98390
(169,131,144)
#B2909C
(178,144,156)
#BB9DA8
(187,157,168)
#C4AAB4
(196,170,180)
#CDB7C0
(205,183,192)
#D6C4CC
(214,196,204)
#DFD1D8
(223,209,216)
#E8DEE4
(232,222,228)
#F1EBF0
(241,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #976978 color. Also use rgb(151,105,120) instead hex code.

Text Font Color

.myTextColor { color: #976978; }

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

This text font color is #976978.


Background Color

.myBgColor { background-color: #976978; }

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

This div background color is #976978.


Border color

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

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

This div border color is #976978.


Opacity

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

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

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

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

This text has shadow with #976978 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #976978 on black background.


Color preview on white background

This text has color #976978 on white background.



Black color preview on #976978 background

This text has black color on #976978 background.


White color preview on #976978 background

This text has white color on #976978 background.