COLOR #97667F

HEX: #97667F
RGB: (151,102,127)

Color info

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

RGB color model

#97667F color RGB value is (151,102,127).

  • red value is 151;
  • green value is 102;
  • blue value is 127.
RGB:
(151,102,127)
(59%,40%,50%)

RGB channels and saturation

R 151 of 255 = 59%
G 102 of 255 = 40%
B 127 of 255 = 50%

151
102
127

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

Portions of RGB colors in percentages

R + G + B =
151 + 102 + 127 = 380 (100%)
R 151 of 380 ~ 39.74%
G 102 of 380 ~ 26.84%
B 127 of 380 ~ 33.42%

%39.74
%26.84
%33.42

CMYK color model

#97667F color CMYK value is (0,32,16,41).

  • cyan value is 0.00%
  • magenta value is 32.45%
  • yellow value is 15.89%
  • key color value is 40.78%
CMYK:
(0,32,16,41)
C0M32Y16K41 
(0%,32%,16%,41%)
(0.00/0.32/0.16/0.41)	

CMYK percentages

%0
%32.45
%15.89
%40.78

Codes

Color #97667F in popluar color models

97667F
RGB151102127
HSL329°19.37%49.61%
HSB/HSV329°32.45%59.22%
CMYK0.00%32.45%15.89%
40.78%

Color #97667F in popluar number systems.

HEX97667F
Decimal151102127
Binary1001011111001101111111
Octal227146177

Shades and tints

Shades of #97667F

#97667F
(151,102,127)
#8A5D74
(138,93,116)
#7D5469
(125,84,105)
#704B5E
(112,75,94)
#634253
(99,66,83)
#563948
(86,57,72)
#49303D
(73,48,61)
#3C2732
(60,39,50)
#2F1E27
(47,30,39)
#22151C
(34,21,28)
#150C11
(21,12,17)
#000000
(0,0,0)

Tints of #97667F

#97667F
(151,102,127)
#A0738A
(160,115,138)
#A98095
(169,128,149)
#B28DA0
(178,141,160)
#BB9AAB
(187,154,171)
#C4A7B6
(196,167,182)
#CDB4C1
(205,180,193)
#D6C1CC
(214,193,204)
#DFCED7
(223,206,215)
#E8DBE2
(232,219,226)
#F1E8ED
(241,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97667F; }

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

This text font color is #97667F.


Background Color

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

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

This div background color is #97667F.


Border color

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

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

This div border color is #97667F.


Opacity

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

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

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

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

This text has shadow with #97667F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97667F on black background.


Color preview on white background

This text has color #97667F on white background.



Black color preview on #97667F background

This text has black color on #97667F background.


White color preview on #97667F background

This text has white color on #97667F background.