COLOR #977688

HEX: #977688
RGB: (151,118,136)

Color info

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

RGB color model

#977688 color RGB value is (151,118,136).

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

RGB channels and saturation

R 151 of 255 = 59%
G 118 of 255 = 46%
B 136 of 255 = 53%

151
118
136

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

Portions of RGB colors in percentages

R + G + B =
151 + 118 + 136 = 405 (100%)
R 151 of 405 ~ 37.28%
G 118 of 405 ~ 29.14%
B 136 of 405 ~ 33.58%

%37.28
%29.14
%33.58

CMYK color model

#977688 color CMYK value is (0,22,10,41).

  • cyan value is 0.00%
  • magenta value is 21.85%
  • yellow value is 9.93%
  • key color value is 40.78%
CMYK:
(0,22,10,41)
C0M22Y10K41 
(0%,22%,10%,41%)
(0.00/0.22/0.10/0.41)	

CMYK percentages

%0
%21.85
%9.93
%40.78

Codes

Color #977688 in popluar color models

977688
RGB151118136
HSL327°13.69%52.75%
HSB/HSV327°21.85%59.22%
CMYK0.00%21.85%9.93%
40.78%

Color #977688 in popluar number systems.

HEX977688
Decimal151118136
Binary10010111111011010001000
Octal227166210

Shades and tints

Shades of #977688

#977688
(151,118,136)
#8A6C7C
(138,108,124)
#7D6270
(125,98,112)
#705864
(112,88,100)
#634E58
(99,78,88)
#56444C
(86,68,76)
#493A40
(73,58,64)
#3C3034
(60,48,52)
#2F2628
(47,38,40)
#221C1C
(34,28,28)
#151210
(21,18,16)
#000000
(0,0,0)

Tints of #977688

#977688
(151,118,136)
#A08292
(160,130,146)
#A98E9C
(169,142,156)
#B29AA6
(178,154,166)
#BBA6B0
(187,166,176)
#C4B2BA
(196,178,186)
#CDBEC4
(205,190,196)
#D6CACE
(214,202,206)
#DFD6D8
(223,214,216)
#E8E2E2
(232,226,226)
#F1EEEC
(241,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #977688; }

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

This text font color is #977688.


Background Color

.myBgColor { background-color: #977688; }

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

This div background color is #977688.


Border color

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

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

This div border color is #977688.


Opacity

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

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

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

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

This text has shadow with #977688 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #977688 on black background.


Color preview on white background

This text has color #977688 on white background.



Black color preview on #977688 background

This text has black color on #977688 background.


White color preview on #977688 background

This text has white color on #977688 background.