COLOR #97788C

HEX: #97788C
RGB: (151,120,140)

Color info

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

RGB color model

#97788C color RGB value is (151,120,140).

  • red value is 151;
  • green value is 120;
  • blue value is 140.
RGB:
(151,120,140)
(59%,47%,55%)

RGB channels and saturation

R 151 of 255 = 59%
G 120 of 255 = 47%
B 140 of 255 = 55%

151
120
140

R + G + B ~ 54%. #97788C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
151 + 120 + 140 = 411 (100%)
R 151 of 411 ~ 36.74%
G 120 of 411 ~ 29.2%
B 140 of 411 ~ 34.06%

%36.74
%29.2
%34.06

CMYK color model

#97788C color CMYK value is (0,21,7,41).

  • cyan value is 0.00%
  • magenta value is 20.53%
  • yellow value is 7.28%
  • key color value is 40.78%
CMYK:
(0,21,7,41)
C0M21Y7K41 
(0%,21%,7%,41%)
(0.00/0.21/0.07/0.41)	

CMYK percentages

%0
%20.53
%7.28
%40.78

Codes

Color #97788C in popluar color models

97788C
RGB151120140
HSL321°12.97%53.14%
HSB/HSV321°20.53%59.22%
CMYK0.00%20.53%7.28%
40.78%

Color #97788C in popluar number systems.

HEX97788C
Decimal151120140
Binary10010111111100010001100
Octal227170214

Shades and tints

Shades of #97788C

#97788C
(151,120,140)
#8A6E80
(138,110,128)
#7D6474
(125,100,116)
#705A68
(112,90,104)
#63505C
(99,80,92)
#564650
(86,70,80)
#493C44
(73,60,68)
#3C3238
(60,50,56)
#2F282C
(47,40,44)
#221E20
(34,30,32)
#151414
(21,20,20)
#000000
(0,0,0)

Tints of #97788C

#97788C
(151,120,140)
#A08496
(160,132,150)
#A990A0
(169,144,160)
#B29CAA
(178,156,170)
#BBA8B4
(187,168,180)
#C4B4BE
(196,180,190)
#CDC0C8
(205,192,200)
#D6CCD2
(214,204,210)
#DFD8DC
(223,216,220)
#E8E4E6
(232,228,230)
#F1F0F0
(241,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97788C color. Also use rgb(151,120,140) instead hex code.

Text Font Color

.myTextColor { color: #97788C; }

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

This text font color is #97788C.


Background Color

.myBgColor { background-color: #97788C; }

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

This div background color is #97788C.


Border color

.myBorderColor { border: 1px solid #97788C; }

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

This div border color is #97788C.


Opacity

.myOpacity80 { color: #97788C; opacity: 0.8; }

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

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

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

This text has shadow with #97788C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97788C on black background.


Color preview on white background

This text has color #97788C on white background.



Black color preview on #97788C background

This text has black color on #97788C background.


White color preview on #97788C background

This text has white color on #97788C background.