COLOR #977388

HEX: #977388
RGB: (151,115,136)

Color info

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

RGB color model

#977388 color RGB value is (151,115,136).

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

RGB channels and saturation

R 151 of 255 = 59%
G 115 of 255 = 45%
B 136 of 255 = 53%

151
115
136

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

Portions of RGB colors in percentages

R + G + B =
151 + 115 + 136 = 402 (100%)
R 151 of 402 ~ 37.56%
G 115 of 402 ~ 28.61%
B 136 of 402 ~ 33.83%

%37.56
%28.61
%33.83

CMYK color model

#977388 color CMYK value is (0,24,10,41).

  • cyan value is 0.00%
  • magenta value is 23.84%
  • yellow value is 9.93%
  • key color value is 40.78%
CMYK:
(0,24,10,41)
C0M24Y10K41 
(0%,24%,10%,41%)
(0.00/0.24/0.10/0.41)	

CMYK percentages

%0
%23.84
%9.93
%40.78

Codes

Color #977388 in popluar color models

977388
RGB151115136
HSL325°14.75%52.16%
HSB/HSV325°23.84%59.22%
CMYK0.00%23.84%9.93%
40.78%

Color #977388 in popluar number systems.

HEX977388
Decimal151115136
Binary10010111111001110001000
Octal227163210

Shades and tints

Shades of #977388

#977388
(151,115,136)
#8A697C
(138,105,124)
#7D5F70
(125,95,112)
#705564
(112,85,100)
#634B58
(99,75,88)
#56414C
(86,65,76)
#493740
(73,55,64)
#3C2D34
(60,45,52)
#2F2328
(47,35,40)
#22191C
(34,25,28)
#150F10
(21,15,16)
#000000
(0,0,0)

Tints of #977388

#977388
(151,115,136)
#A07F92
(160,127,146)
#A98B9C
(169,139,156)
#B297A6
(178,151,166)
#BBA3B0
(187,163,176)
#C4AFBA
(196,175,186)
#CDBBC4
(205,187,196)
#D6C7CE
(214,199,206)
#DFD3D8
(223,211,216)
#E8DFE2
(232,223,226)
#F1EBEC
(241,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #977388; }

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

This text font color is #977388.


Background Color

.myBgColor { background-color: #977388; }

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

This div background color is #977388.


Border color

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

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

This div border color is #977388.


Opacity

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

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

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

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

This text has shadow with #977388 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #977388 on black background.


Color preview on white background

This text has color #977388 on white background.



Black color preview on #977388 background

This text has black color on #977388 background.


White color preview on #977388 background

This text has white color on #977388 background.