COLOR #997788

HEX: #997788
RGB: (153,119,136)

Color info

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

RGB color model

#997788 color RGB value is (153,119,136).

  • red value is 153;
  • green value is 119;
  • blue value is 136.
RGB:
(153,119,136)
(60%,47%,53%)

RGB channels and saturation

R 153 of 255 = 60%
G 119 of 255 = 47%
B 136 of 255 = 53%

153
119
136

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

Portions of RGB colors in percentages

R + G + B =
153 + 119 + 136 = 408 (100%)
R 153 of 408 ~ 37.5%
G 119 of 408 ~ 29.17%
B 136 of 408 ~ 33.33%

%37.5
%29.17
%33.33

CMYK color model

#997788 color CMYK value is (0,22,11,40).

  • cyan value is 0.00%
  • magenta value is 22.22%
  • yellow value is 11.11%
  • key color value is 40.00%
CMYK:
(0,22,11,40)
C0M22Y11K40 
(0%,22%,11%,40%)
(0.00/0.22/0.11/0.40)	

CMYK percentages

%0
%22.22
%11.11
%40

Codes

Color #997788 in popluar color models

997788
RGB153119136
HSL330°14.29%53.33%
HSB/HSV330°22.22%60.00%
CMYK0.00%22.22%11.11%
40.00%

Color #997788 in popluar number systems.

HEX997788
Decimal153119136
Binary10011001111011110001000
Octal231167210

Shades and tints

Shades of #997788

#997788
(153,119,136)
#8C6D7C
(140,109,124)
#7F6370
(127,99,112)
#725964
(114,89,100)
#654F58
(101,79,88)
#58454C
(88,69,76)
#4B3B40
(75,59,64)
#3E3134
(62,49,52)
#312728
(49,39,40)
#241D1C
(36,29,28)
#171310
(23,19,16)
#000000
(0,0,0)

Tints of #997788

#997788
(153,119,136)
#A28392
(162,131,146)
#AB8F9C
(171,143,156)
#B49BA6
(180,155,166)
#BDA7B0
(189,167,176)
#C6B3BA
(198,179,186)
#CFBFC4
(207,191,196)
#D8CBCE
(216,203,206)
#E1D7D8
(225,215,216)
#EAE3E2
(234,227,226)
#F3EFEC
(243,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #997788 color. Also use rgb(153,119,136) instead hex code.

Text Font Color

.myTextColor { color: #997788; }

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

This text font color is #997788.


Background Color

.myBgColor { background-color: #997788; }

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

This div background color is #997788.


Border color

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

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

This div border color is #997788.


Opacity

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

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

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

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

This text has shadow with #997788 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #997788 on black background.


Color preview on white background

This text has color #997788 on white background.



Black color preview on #997788 background

This text has black color on #997788 background.


White color preview on #997788 background

This text has white color on #997788 background.