COLOR #976296

HEX: #976296
RGB: (151,98,150)

Color info

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

RGB color model

#976296 color RGB value is (151,98,150).

  • red value is 151;
  • green value is 98;
  • blue value is 150.
RGB:
(151,98,150)
(59%,38%,59%)

RGB channels and saturation

R 151 of 255 = 59%
G 98 of 255 = 38%
B 150 of 255 = 59%

151
98
150

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

Portions of RGB colors in percentages

R + G + B =
151 + 98 + 150 = 399 (100%)
R 151 of 399 ~ 37.84%
G 98 of 399 ~ 24.56%
B 150 of 399 ~ 37.59%

%37.84
%24.56
%37.59

CMYK color model

#976296 color CMYK value is (0,35,1,41).

  • cyan value is 0.00%
  • magenta value is 35.10%
  • yellow value is 0.66%
  • key color value is 40.78%
CMYK:
(0,35,1,41)
C0M35Y1K41 
(0%,35%,1%,41%)
(0.00/0.35/0.01/0.41)	

CMYK percentages

%0
%35.1
%0.66
%40.78

Codes

Color #976296 in popluar color models

976296
RGB15198150
HSL301°21.29%48.82%
HSB/HSV301°35.10%59.22%
CMYK0.00%35.10%0.66%
40.78%

Color #976296 in popluar number systems.

HEX976296
Decimal15198150
Binary10010111110001010010110
Octal227142226

Shades and tints

Shades of #976296

#976296
(151,98,150)
#8A5A89
(138,90,137)
#7D527C
(125,82,124)
#704A6F
(112,74,111)
#634262
(99,66,98)
#563A55
(86,58,85)
#493248
(73,50,72)
#3C2A3B
(60,42,59)
#2F222E
(47,34,46)
#221A21
(34,26,33)
#151214
(21,18,20)
#000000
(0,0,0)

Tints of #976296

#976296
(151,98,150)
#A0709F
(160,112,159)
#A97EA8
(169,126,168)
#B28CB1
(178,140,177)
#BB9ABA
(187,154,186)
#C4A8C3
(196,168,195)
#CDB6CC
(205,182,204)
#D6C4D5
(214,196,213)
#DFD2DE
(223,210,222)
#E8E0E7
(232,224,231)
#F1EEF0
(241,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #976296 color. Also use rgb(151,98,150) instead hex code.

Text Font Color

.myTextColor { color: #976296; }

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

This text font color is #976296.


Background Color

.myBgColor { background-color: #976296; }

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

This div background color is #976296.


Border color

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

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

This div border color is #976296.


Opacity

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

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

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

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

This text has shadow with #976296 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #976296 on black background.


Color preview on white background

This text has color #976296 on white background.



Black color preview on #976296 background

This text has black color on #976296 background.


White color preview on #976296 background

This text has white color on #976296 background.