COLOR #976994

HEX: #976994
RGB: (151,105,148)

Color info

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

RGB color model

#976994 color RGB value is (151,105,148).

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

RGB channels and saturation

R 151 of 255 = 59%
G 105 of 255 = 41%
B 148 of 255 = 58%

151
105
148

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

Portions of RGB colors in percentages

R + G + B =
151 + 105 + 148 = 404 (100%)
R 151 of 404 ~ 37.38%
G 105 of 404 ~ 25.99%
B 148 of 404 ~ 36.63%

%37.38
%25.99
%36.63

CMYK color model

#976994 color CMYK value is (0,30,2,41).

  • cyan value is 0.00%
  • magenta value is 30.46%
  • yellow value is 1.99%
  • key color value is 40.78%
CMYK:
(0,30,2,41)
C0M30Y2K41 
(0%,30%,2%,41%)
(0.00/0.30/0.02/0.41)	

CMYK percentages

%0
%30.46
%1.99
%40.78

Codes

Color #976994 in popluar color models

976994
RGB151105148
HSL304°18.11%50.20%
HSB/HSV304°30.46%59.22%
CMYK0.00%30.46%1.99%
40.78%

Color #976994 in popluar number systems.

HEX976994
Decimal151105148
Binary10010111110100110010100
Octal227151224

Shades and tints

Shades of #976994

#976994
(151,105,148)
#8A6087
(138,96,135)
#7D577A
(125,87,122)
#704E6D
(112,78,109)
#634560
(99,69,96)
#563C53
(86,60,83)
#493346
(73,51,70)
#3C2A39
(60,42,57)
#2F212C
(47,33,44)
#22181F
(34,24,31)
#150F12
(21,15,18)
#000000
(0,0,0)

Tints of #976994

#976994
(151,105,148)
#A0769D
(160,118,157)
#A983A6
(169,131,166)
#B290AF
(178,144,175)
#BB9DB8
(187,157,184)
#C4AAC1
(196,170,193)
#CDB7CA
(205,183,202)
#D6C4D3
(214,196,211)
#DFD1DC
(223,209,220)
#E8DEE5
(232,222,229)
#F1EBEE
(241,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #976994; }

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

This text font color is #976994.


Background Color

.myBgColor { background-color: #976994; }

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

This div background color is #976994.


Border color

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

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

This div border color is #976994.


Opacity

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

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

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

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

This text has shadow with #976994 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #976994 on black background.


Color preview on white background

This text has color #976994 on white background.



Black color preview on #976994 background

This text has black color on #976994 background.


White color preview on #976994 background

This text has white color on #976994 background.