COLOR #97647B

HEX: #97647B RGB: (151,100,123)

Color info

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

RGB color model

#97647B color RGB value is (151,100,123).

RGB: (151,100,123) (59%, 39%, 48%)

RGB channels and saturation

R 151 of 255 = 59%
G 100 of 255 = 39%
B 123 of 255 = 48%

151
100
123

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

Portions of RGB colors in percentages

R + G + B = 151 + 100 + 123 = 374 (100%)
R 151 of 374 ~ 40.37%
G 100 of 374 ~ 26.74%
B 123 of 374 ~ 32.89'%

%40.37
%26.74
%32.89

CMYK color model

#97647B color CMYK value is (0,34,19,41).

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

CMYK: (0,34,19,41)
C0M34Y19K41 (0%, 34%, 19%, 41%)
(0.00 / 0.34 / 0.19 / 0.41)

CMYK percentages

%0
%33.77
%18.54
%40.78

Codes

Color #97647B in popluar color models

97 64 7B
RGB 151 100 123
HSL 333° 20.32% 49.22%
HSB/HSV 333° 33.77% 59.22%
CMYK 0.00% 33.77% 18.54%
40.78%

Color #97647B in popluar number systems.

HEX 97 64 7B
Decimal 151 100 123
Binary 10010111 1100100 1111011
Octal 227 144 173

Shades and tints

Shades of #97647B

#97647B
(151,100,123)
#8A5B70
(138,91,112)
#7D5265
(125,82,101)
#70495A
(112,73,90)
#63404F
(99,64,79)
#563744
(86,55,68)
#492E39
(73,46,57)
#3C252E
(60,37,46)
#2F1C23
(47,28,35)
#221318
(34,19,24)
#150A0D
(21,10,13)
#000000
(0,0,0)

Tints of #97647B

#97647B
(151,100,123)
#A07287
(160,114,135)
#A98093
(169,128,147)
#B28E9F
(178,142,159)
#BB9CAB
(187,156,171)
#C4AAB7
(196,170,183)
#CDB8C3
(205,184,195)
#D6C6CF
(214,198,207)
#DFD4DB
(223,212,219)
#E8E2E7
(232,226,231)
#F1F0F3
(241,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97647B; }

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

This text font color is #97647B.

Background Color

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

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

This div background color is #97647B.

Border color

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

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

This div border color is #97647B.

Opacity

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

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

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

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

This text has shadow with #97647B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #97647B.

Preview

Color preview on black background

This text has color #97647B on black background.


Color preview on white background

This text has color #97647B on white background.


Black color preview on #97647B background

This text has black color on #97647B background.


White color preview on #97647B background

This text has white color on #97647B background.


Related colors

Complementary color

Complementary color for #hex is #689B84.


I love getcolorcode.com

Triadic colors

1 #7B9764 and #647B97 with #97647B are triadic colors.

2 #7B6497 and #64977B with #97647B are triadic colors.