COLOR #97688E

HEX: #97688E
RGB: (151,104,142)

Color info

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

RGB color model

#97688E color RGB value is (151,104,142).

  • red value is 151;
  • green value is 104;
  • blue value is 142.
RGB:
(151,104,142)
(59%,41%,56%)

RGB channels and saturation

R 151 of 255 = 59%
G 104 of 255 = 41%
B 142 of 255 = 56%

151
104
142

R + G + B ~ 52%. #97688E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
151 + 104 + 142 = 397 (100%)
R 151 of 397 ~ 38.04%
G 104 of 397 ~ 26.2%
B 142 of 397 ~ 35.77%

%38.04
%26.2
%35.77

CMYK color model

#97688E color CMYK value is (0,31,6,41).

  • cyan value is 0.00%
  • magenta value is 31.13%
  • yellow value is 5.96%
  • key color value is 40.78%
CMYK:
(0,31,6,41)
C0M31Y6K41 
(0%,31%,6%,41%)
(0.00/0.31/0.06/0.41)	

CMYK percentages

%0
%31.13
%5.96
%40.78

Codes

Color #97688E in popluar color models

97688E
RGB151104142
HSL311°18.43%50.00%
HSB/HSV311°31.13%59.22%
CMYK0.00%31.13%5.96%
40.78%

Color #97688E in popluar number systems.

HEX97688E
Decimal151104142
Binary10010111110100010001110
Octal227150216

Shades and tints

Shades of #97688E

#97688E
(151,104,142)
#8A5F82
(138,95,130)
#7D5676
(125,86,118)
#704D6A
(112,77,106)
#63445E
(99,68,94)
#563B52
(86,59,82)
#493246
(73,50,70)
#3C293A
(60,41,58)
#2F202E
(47,32,46)
#221722
(34,23,34)
#150E16
(21,14,22)
#000000
(0,0,0)

Tints of #97688E

#97688E
(151,104,142)
#A07598
(160,117,152)
#A982A2
(169,130,162)
#B28FAC
(178,143,172)
#BB9CB6
(187,156,182)
#C4A9C0
(196,169,192)
#CDB6CA
(205,182,202)
#D6C3D4
(214,195,212)
#DFD0DE
(223,208,222)
#E8DDE8
(232,221,232)
#F1EAF2
(241,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97688E color. Also use rgb(151,104,142) instead hex code.

Text Font Color

.myTextColor { color: #97688E; }

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

This text font color is #97688E.


Background Color

.myBgColor { background-color: #97688E; }

<div style="background-color:#97688E">Inner text</div>

This div background color is #97688E.


Border color

.myBorderColor { border: 1px solid #97688E; }

<div style="border:3px solid #97688E">Div</div>

This div border color is #97688E.


Opacity

.myOpacity80 { color: #97688E; opacity: 0.8; }

<p style="color:#97688E;opacity:0.8;">80%</p>

Text with #97688E 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 #97688E;}

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

This text has shadow with #97688E color.

.textShadow {text-shadow: 3px 3px 1px #97688E, 3px 3px 1px red;}

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

This text has shadow with #97688E primary color and red secondary color.


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

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

This text has shadow with #97688E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97688E on black background.


Color preview on white background

This text has color #97688E on white background.



Black color preview on #97688E background

This text has black color on #97688E background.


White color preview on #97688E background

This text has white color on #97688E background.