COLOR #976E95

HEX: #976E95
RGB: (151,110,149)

Color info

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

RGB color model

#976E95 color RGB value is (151,110,149).

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

RGB channels and saturation

R 151 of 255 = 59%
G 110 of 255 = 43%
B 149 of 255 = 58%

151
110
149

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

Portions of RGB colors in percentages

R + G + B =
151 + 110 + 149 = 410 (100%)
R 151 of 410 ~ 36.83%
G 110 of 410 ~ 26.83%
B 149 of 410 ~ 36.34%

%36.83
%26.83
%36.34

CMYK color model

#976E95 color CMYK value is (0,27,1,41).

  • cyan value is 0.00%
  • magenta value is 27.15%
  • yellow value is 1.32%
  • key color value is 40.78%
CMYK:
(0,27,1,41)
C0M27Y1K41 
(0%,27%,1%,41%)
(0.00/0.27/0.01/0.41)	

CMYK percentages

%0
%27.15
%1.32
%40.78

Codes

Color #976E95 in popluar color models

976E95
RGB151110149
HSL303°16.47%51.18%
HSB/HSV303°27.15%59.22%
CMYK0.00%27.15%1.32%
40.78%

Color #976E95 in popluar number systems.

HEX976E95
Decimal151110149
Binary10010111110111010010101
Octal227156225

Shades and tints

Shades of #976E95

#976E95
(151,110,149)
#8A6488
(138,100,136)
#7D5A7B
(125,90,123)
#70506E
(112,80,110)
#634661
(99,70,97)
#563C54
(86,60,84)
#493247
(73,50,71)
#3C283A
(60,40,58)
#2F1E2D
(47,30,45)
#221420
(34,20,32)
#150A13
(21,10,19)
#000000
(0,0,0)

Tints of #976E95

#976E95
(151,110,149)
#A07B9E
(160,123,158)
#A988A7
(169,136,167)
#B295B0
(178,149,176)
#BBA2B9
(187,162,185)
#C4AFC2
(196,175,194)
#CDBCCB
(205,188,203)
#D6C9D4
(214,201,212)
#DFD6DD
(223,214,221)
#E8E3E6
(232,227,230)
#F1F0EF
(241,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #976E95; }

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

This text font color is #976E95.


Background Color

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

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

This div background color is #976E95.


Border color

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

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

This div border color is #976E95.


Opacity

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

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

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

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

This text has shadow with #976E95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #976E95 on black background.


Color preview on white background

This text has color #976E95 on white background.



Black color preview on #976E95 background

This text has black color on #976E95 background.


White color preview on #976E95 background

This text has white color on #976E95 background.