COLOR #976588

HEX: #976588
RGB: (151,101,136)

Color info

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

RGB color model

#976588 color RGB value is (151,101,136).

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

RGB channels and saturation

R 151 of 255 = 59%
G 101 of 255 = 40%
B 136 of 255 = 53%

151
101
136

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

Portions of RGB colors in percentages

R + G + B =
151 + 101 + 136 = 388 (100%)
R 151 of 388 ~ 38.92%
G 101 of 388 ~ 26.03%
B 136 of 388 ~ 35.05%

%38.92
%26.03
%35.05

CMYK color model

#976588 color CMYK value is (0,33,10,41).

  • cyan value is 0.00%
  • magenta value is 33.11%
  • yellow value is 9.93%
  • key color value is 40.78%
CMYK:
(0,33,10,41)
C0M33Y10K41 
(0%,33%,10%,41%)
(0.00/0.33/0.10/0.41)	

CMYK percentages

%0
%33.11
%9.93
%40.78

Codes

Color #976588 in popluar color models

976588
RGB151101136
HSL318°19.84%49.41%
HSB/HSV318°33.11%59.22%
CMYK0.00%33.11%9.93%
40.78%

Color #976588 in popluar number systems.

HEX976588
Decimal151101136
Binary10010111110010110001000
Octal227145210

Shades and tints

Shades of #976588

#976588
(151,101,136)
#8A5C7C
(138,92,124)
#7D5370
(125,83,112)
#704A64
(112,74,100)
#634158
(99,65,88)
#56384C
(86,56,76)
#492F40
(73,47,64)
#3C2634
(60,38,52)
#2F1D28
(47,29,40)
#22141C
(34,20,28)
#150B10
(21,11,16)
#000000
(0,0,0)

Tints of #976588

#976588
(151,101,136)
#A07392
(160,115,146)
#A9819C
(169,129,156)
#B28FA6
(178,143,166)
#BB9DB0
(187,157,176)
#C4ABBA
(196,171,186)
#CDB9C4
(205,185,196)
#D6C7CE
(214,199,206)
#DFD5D8
(223,213,216)
#E8E3E2
(232,227,226)
#F1F1EC
(241,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #976588; }

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

This text font color is #976588.


Background Color

.myBgColor { background-color: #976588; }

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

This div background color is #976588.


Border color

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

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

This div border color is #976588.


Opacity

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

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

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

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

This text has shadow with #976588 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #976588 on black background.


Color preview on white background

This text has color #976588 on white background.



Black color preview on #976588 background

This text has black color on #976588 background.


White color preview on #976588 background

This text has white color on #976588 background.