COLOR #97647F

HEX: #97647F RGB: (151,100,127)

Color info

#97647F contains red, green and blue colors in about the same proportion. Web safe color of #97647F is #996666 (or #966).

RGB color model

#97647F color RGB value is (151,100,127).

RGB: (151,100,127) (59%, 39%, 50%)

RGB channels and saturation

R 151 of 255 = 59%
G 100 of 255 = 39%
B 127 of 255 = 50%

151
100
127

R + G + B ~ 49%. #97647F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 151 + 100 + 127 = 378 (100%)
R 151 of 378 ~ 39.95%
G 100 of 378 ~ 26.46%
B 127 of 378 ~ 33.6'%

%39.95
%26.46
%33.6

CMYK color model

#97647F color CMYK value is (0,34,16,41).

  • cyan value is 0.00%
  • magenta value is 33.77%
  • yellow value is 15.89%
  • key color value is 40.78%

CMYK: (0,34,16,41)
C0M34Y16K41 (0%, 34%, 16%, 41%)
(0.00 / 0.34 / 0.16 / 0.41)

CMYK percentages

%0
%33.77
%15.89
%40.78

Codes

Color #97647F in popluar color models

97 64 7F
RGB 151 100 127
HSL 328° 20.32% 49.22%
HSB/HSV 328° 33.77% 59.22%
CMYK 0.00% 33.77% 15.89%
40.78%

Color #97647F in popluar number systems.

HEX 97 64 7F
Decimal 151 100 127
Binary 10010111 1100100 1111111
Octal 227 144 177

Shades and tints

Shades of #97647F

#97647F
(151,100,127)
#8A5B74
(138,91,116)
#7D5269
(125,82,105)
#70495E
(112,73,94)
#634053
(99,64,83)
#563748
(86,55,72)
#492E3D
(73,46,61)
#3C2532
(60,37,50)
#2F1C27
(47,28,39)
#22131C
(34,19,28)
#150A11
(21,10,17)
#000000
(0,0,0)

Tints of #97647F

#97647F
(151,100,127)
#A0728A
(160,114,138)
#A98095
(169,128,149)
#B28EA0
(178,142,160)
#BB9CAB
(187,156,171)
#C4AAB6
(196,170,182)
#CDB8C1
(205,184,193)
#D6C6CC
(214,198,204)
#DFD4D7
(223,212,215)
#E8E2E2
(232,226,226)
#F1F0ED
(241,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97647F color. Also use rgb(151,100,127) instead hex code.

Text Font Color

.myTextColor { color: #97647F; }

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

This text font color is #97647F.

Background Color

.myBgColor { background-color: #97647F; }

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

This div background color is #97647F.

Border color

.myBorderColor { border: 1px solid #97647F; }

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

This div border color is #97647F.

Opacity

.myOpacity80 { color: #97647F; opacity: 0.8; }

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

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

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

This text has shadow with #97647F color.


.textShadow {text-shadow: 3px 3px 1px #97647F', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #97647F; -webkit-box-shadow: 1px 1px 3px 2px #97647F; box-shadow:1px 1px 3px 2px #97647F;">
Div content here
</div>

This div box has shadow with color #97647F.

Preview

Color preview on black background

This text has color #97647F on black background.


Color preview on white background

This text has color #97647F on white background.


Black color preview on #97647F background

This text has black color on #97647F background.


White color preview on #97647F background

This text has white color on #97647F background.


Related colors

Complementary color

Complementary color for #hex is #689B80.


I love getcolorcode.com

Triadic colors

1 #7F9764 and #647F97 with #97647F are triadic colors.

2 #7F6497 and #64977F with #97647F are triadic colors.