COLOR #97679D

HEX: #97679D
RGB: (151,103,157)

Color info

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

RGB color model

#97679D color RGB value is (151,103,157).

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

RGB channels and saturation

R 151 of 255 = 59%
G 103 of 255 = 40%
B 157 of 255 = 62%

151
103
157

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

Portions of RGB colors in percentages

R + G + B =
151 + 103 + 157 = 411 (100%)
R 151 of 411 ~ 36.74%
G 103 of 411 ~ 25.06%
B 157 of 411 ~ 38.2%

%36.74
%25.06
%38.2

CMYK color model

#97679D color CMYK value is (4,34,0,38).

  • cyan value is 3.82%
  • magenta value is 34.39%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(4,34,0,38)
C4M34Y0K38 
(4%,34%,0%,38%)
(0.04/0.34/0.00/0.38)	

CMYK percentages

%3.82
%34.39
%0
%38.43

Codes

Color #97679D in popluar color models

97679D
RGB151103157
HSL293°21.60%50.98%
HSB/HSV293°34.39%61.57%
CMYK3.82%34.39%0.00%
38.43%

Color #97679D in popluar number systems.

HEX97679D
Decimal151103157
Binary10010111110011110011101
Octal227147235

Shades and tints

Shades of #97679D

#97679D
(151,103,157)
#8A5E8F
(138,94,143)
#7D5581
(125,85,129)
#704C73
(112,76,115)
#634365
(99,67,101)
#563A57
(86,58,87)
#493149
(73,49,73)
#3C283B
(60,40,59)
#2F1F2D
(47,31,45)
#22161F
(34,22,31)
#150D11
(21,13,17)
#000000
(0,0,0)

Tints of #97679D

#97679D
(151,103,157)
#A074A5
(160,116,165)
#A981AD
(169,129,173)
#B28EB5
(178,142,181)
#BB9BBD
(187,155,189)
#C4A8C5
(196,168,197)
#CDB5CD
(205,181,205)
#D6C2D5
(214,194,213)
#DFCFDD
(223,207,221)
#E8DCE5
(232,220,229)
#F1E9ED
(241,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97679D; }

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

This text font color is #97679D.


Background Color

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

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

This div background color is #97679D.


Border color

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

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

This div border color is #97679D.


Opacity

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

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

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

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

This text has shadow with #97679D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97679D on black background.


Color preview on white background

This text has color #97679D on white background.



Black color preview on #97679D background

This text has black color on #97679D background.


White color preview on #97679D background

This text has white color on #97679D background.