COLOR #976E88

HEX: #976E88
RGB: (151,110,136)

Color info

#976E88 contains red, green and blue colors in about the same proportion. Web safe color of #976E88 is #996699 (or #969).

RGB color model

#976E88 color RGB value is (151,110,136).

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

RGB channels and saturation

R 151 of 255 = 59%
G 110 of 255 = 43%
B 136 of 255 = 53%

151
110
136

R + G + B ~ 52%. #976E88 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
151 + 110 + 136 = 397 (100%)
R 151 of 397 ~ 38.04%
G 110 of 397 ~ 27.71%
B 136 of 397 ~ 34.26%

%38.04
%27.71
%34.26

CMYK color model

#976E88 color CMYK value is (0,27,10,41).

  • cyan value is 0.00%
  • magenta value is 27.15%
  • yellow value is 9.93%
  • key color value is 40.78%
CMYK:
(0,27,10,41)
C0M27Y10K41 
(0%,27%,10%,41%)
(0.00/0.27/0.10/0.41)	

CMYK percentages

%0
%27.15
%9.93
%40.78

Codes

Color #976E88 in popluar color models

976E88
RGB151110136
HSL322°16.47%51.18%
HSB/HSV322°27.15%59.22%
CMYK0.00%27.15%9.93%
40.78%

Color #976E88 in popluar number systems.

HEX976E88
Decimal151110136
Binary10010111110111010001000
Octal227156210

Shades and tints

Shades of #976E88

#976E88
(151,110,136)
#8A647C
(138,100,124)
#7D5A70
(125,90,112)
#705064
(112,80,100)
#634658
(99,70,88)
#563C4C
(86,60,76)
#493240
(73,50,64)
#3C2834
(60,40,52)
#2F1E28
(47,30,40)
#22141C
(34,20,28)
#150A10
(21,10,16)
#000000
(0,0,0)

Tints of #976E88

#976E88
(151,110,136)
#A07B92
(160,123,146)
#A9889C
(169,136,156)
#B295A6
(178,149,166)
#BBA2B0
(187,162,176)
#C4AFBA
(196,175,186)
#CDBCC4
(205,188,196)
#D6C9CE
(214,201,206)
#DFD6D8
(223,214,216)
#E8E3E2
(232,227,226)
#F1F0EC
(241,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #976E88; }

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

This text font color is #976E88.


Background Color

.myBgColor { background-color: #976E88; }

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

This div background color is #976E88.


Border color

.myBorderColor { border: 1px solid #976E88; }

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

This div border color is #976E88.


Opacity

.myOpacity80 { color: #976E88; opacity: 0.8; }

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

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

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

This text has shadow with #976E88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #976E88 on black background.


Color preview on white background

This text has color #976E88 on white background.



Black color preview on #976E88 background

This text has black color on #976E88 background.


White color preview on #976E88 background

This text has white color on #976E88 background.