COLOR #97678D

HEX: #97678D
RGB: (151,103,141)

Color info

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

RGB color model

#97678D color RGB value is (151,103,141).

  • red value is 151;
  • green value is 103;
  • blue value is 141.
RGB:
(151,103,141)
(59%,40%,55%)

RGB channels and saturation

R 151 of 255 = 59%
G 103 of 255 = 40%
B 141 of 255 = 55%

151
103
141

R + G + B ~ 51%. #97678D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
151 + 103 + 141 = 395 (100%)
R 151 of 395 ~ 38.23%
G 103 of 395 ~ 26.08%
B 141 of 395 ~ 35.7%

%38.23
%26.08
%35.7

CMYK color model

#97678D color CMYK value is (0,32,7,41).

  • cyan value is 0.00%
  • magenta value is 31.79%
  • yellow value is 6.62%
  • key color value is 40.78%
CMYK:
(0,32,7,41)
C0M32Y7K41 
(0%,32%,7%,41%)
(0.00/0.32/0.07/0.41)	

CMYK percentages

%0
%31.79
%6.62
%40.78

Codes

Color #97678D in popluar color models

97678D
RGB151103141
HSL313°18.90%49.80%
HSB/HSV313°31.79%59.22%
CMYK0.00%31.79%6.62%
40.78%

Color #97678D in popluar number systems.

HEX97678D
Decimal151103141
Binary10010111110011110001101
Octal227147215

Shades and tints

Shades of #97678D

#97678D
(151,103,141)
#8A5E81
(138,94,129)
#7D5575
(125,85,117)
#704C69
(112,76,105)
#63435D
(99,67,93)
#563A51
(86,58,81)
#493145
(73,49,69)
#3C2839
(60,40,57)
#2F1F2D
(47,31,45)
#221621
(34,22,33)
#150D15
(21,13,21)
#000000
(0,0,0)

Tints of #97678D

#97678D
(151,103,141)
#A07497
(160,116,151)
#A981A1
(169,129,161)
#B28EAB
(178,142,171)
#BB9BB5
(187,155,181)
#C4A8BF
(196,168,191)
#CDB5C9
(205,181,201)
#D6C2D3
(214,194,211)
#DFCFDD
(223,207,221)
#E8DCE7
(232,220,231)
#F1E9F1
(241,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97678D color. Also use rgb(151,103,141) instead hex code.

Text Font Color

.myTextColor { color: #97678D; }

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

This text font color is #97678D.


Background Color

.myBgColor { background-color: #97678D; }

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

This div background color is #97678D.


Border color

.myBorderColor { border: 1px solid #97678D; }

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

This div border color is #97678D.


Opacity

.myOpacity80 { color: #97678D; opacity: 0.8; }

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

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

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

This text has shadow with #97678D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97678D on black background.


Color preview on white background

This text has color #97678D on white background.



Black color preview on #97678D background

This text has black color on #97678D background.


White color preview on #97678D background

This text has white color on #97678D background.