COLOR #977599

HEX: #977599
RGB: (151,117,153)

Color info

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

RGB color model

#977599 color RGB value is (151,117,153).

  • red value is 151;
  • green value is 117;
  • blue value is 153.
RGB:
(151,117,153)
(59%,46%,60%)

RGB channels and saturation

R 151 of 255 = 59%
G 117 of 255 = 46%
B 153 of 255 = 60%

151
117
153

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

Portions of RGB colors in percentages

R + G + B =
151 + 117 + 153 = 421 (100%)
R 151 of 421 ~ 35.87%
G 117 of 421 ~ 27.79%
B 153 of 421 ~ 36.34%

%35.87
%27.79
%36.34

CMYK color model

#977599 color CMYK value is (1,24,0,40).

  • cyan value is 1.31%
  • magenta value is 23.53%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(1,24,0,40)
C1M24Y0K40 
(1%,24%,0%,40%)
(0.01/0.24/0.00/0.40)	

CMYK percentages

%1.31
%23.53
%0
%40

Codes

Color #977599 in popluar color models

977599
RGB151117153
HSL297°15.00%52.94%
HSB/HSV297°23.53%60.00%
CMYK1.31%23.53%0.00%
40.00%

Color #977599 in popluar number systems.

HEX977599
Decimal151117153
Binary10010111111010110011001
Octal227165231

Shades and tints

Shades of #977599

#977599
(151,117,153)
#8A6B8C
(138,107,140)
#7D617F
(125,97,127)
#705772
(112,87,114)
#634D65
(99,77,101)
#564358
(86,67,88)
#49394B
(73,57,75)
#3C2F3E
(60,47,62)
#2F2531
(47,37,49)
#221B24
(34,27,36)
#151117
(21,17,23)
#000000
(0,0,0)

Tints of #977599

#977599
(151,117,153)
#A081A2
(160,129,162)
#A98DAB
(169,141,171)
#B299B4
(178,153,180)
#BBA5BD
(187,165,189)
#C4B1C6
(196,177,198)
#CDBDCF
(205,189,207)
#D6C9D8
(214,201,216)
#DFD5E1
(223,213,225)
#E8E1EA
(232,225,234)
#F1EDF3
(241,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #977599 color. Also use rgb(151,117,153) instead hex code.

Text Font Color

.myTextColor { color: #977599; }

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

This text font color is #977599.


Background Color

.myBgColor { background-color: #977599; }

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

This div background color is #977599.


Border color

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

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

This div border color is #977599.


Opacity

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

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

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

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

This text has shadow with #977599 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #977599 on black background.


Color preview on white background

This text has color #977599 on white background.



Black color preview on #977599 background

This text has black color on #977599 background.


White color preview on #977599 background

This text has white color on #977599 background.