COLOR #97699D

HEX: #97699D
RGB: (151,105,157)

Color info

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

RGB color model

#97699D color RGB value is (151,105,157).

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

RGB channels and saturation

R 151 of 255 = 59%
G 105 of 255 = 41%
B 157 of 255 = 62%

151
105
157

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

Portions of RGB colors in percentages

R + G + B =
151 + 105 + 157 = 413 (100%)
R 151 of 413 ~ 36.56%
G 105 of 413 ~ 25.42%
B 157 of 413 ~ 38.01%

%36.56
%25.42
%38.01

CMYK color model

#97699D color CMYK value is (4,33,0,38).

  • cyan value is 3.82%
  • magenta value is 33.12%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(4,33,0,38)
C4M33Y0K38 
(4%,33%,0%,38%)
(0.04/0.33/0.00/0.38)	

CMYK percentages

%3.82
%33.12
%0
%38.43

Codes

Color #97699D in popluar color models

97699D
RGB151105157
HSL293°20.97%51.37%
HSB/HSV293°33.12%61.57%
CMYK3.82%33.12%0.00%
38.43%

Color #97699D in popluar number systems.

HEX97699D
Decimal151105157
Binary10010111110100110011101
Octal227151235

Shades and tints

Shades of #97699D

#97699D
(151,105,157)
#8A608F
(138,96,143)
#7D5781
(125,87,129)
#704E73
(112,78,115)
#634565
(99,69,101)
#563C57
(86,60,87)
#493349
(73,51,73)
#3C2A3B
(60,42,59)
#2F212D
(47,33,45)
#22181F
(34,24,31)
#150F11
(21,15,17)
#000000
(0,0,0)

Tints of #97699D

#97699D
(151,105,157)
#A076A5
(160,118,165)
#A983AD
(169,131,173)
#B290B5
(178,144,181)
#BB9DBD
(187,157,189)
#C4AAC5
(196,170,197)
#CDB7CD
(205,183,205)
#D6C4D5
(214,196,213)
#DFD1DD
(223,209,221)
#E8DEE5
(232,222,229)
#F1EBED
(241,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97699D; }

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

This text font color is #97699D.


Background Color

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

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

This div background color is #97699D.


Border color

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

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

This div border color is #97699D.


Opacity

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

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

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

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

This text has shadow with #97699D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97699D on black background.


Color preview on white background

This text has color #97699D on white background.



Black color preview on #97699D background

This text has black color on #97699D background.


White color preview on #97699D background

This text has white color on #97699D background.