COLOR #97698C

HEX: #97698C
RGB: (151,105,140)

Color info

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

RGB color model

#97698C color RGB value is (151,105,140).

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

RGB channels and saturation

R 151 of 255 = 59%
G 105 of 255 = 41%
B 140 of 255 = 55%

151
105
140

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

Portions of RGB colors in percentages

R + G + B =
151 + 105 + 140 = 396 (100%)
R 151 of 396 ~ 38.13%
G 105 of 396 ~ 26.52%
B 140 of 396 ~ 35.35%

%38.13
%26.52
%35.35

CMYK color model

#97698C color CMYK value is (0,30,7,41).

  • cyan value is 0.00%
  • magenta value is 30.46%
  • yellow value is 7.28%
  • key color value is 40.78%
CMYK:
(0,30,7,41)
C0M30Y7K41 
(0%,30%,7%,41%)
(0.00/0.30/0.07/0.41)	

CMYK percentages

%0
%30.46
%7.28
%40.78

Codes

Color #97698C in popluar color models

97698C
RGB151105140
HSL314°18.11%50.20%
HSB/HSV314°30.46%59.22%
CMYK0.00%30.46%7.28%
40.78%

Color #97698C in popluar number systems.

HEX97698C
Decimal151105140
Binary10010111110100110001100
Octal227151214

Shades and tints

Shades of #97698C

#97698C
(151,105,140)
#8A6080
(138,96,128)
#7D5774
(125,87,116)
#704E68
(112,78,104)
#63455C
(99,69,92)
#563C50
(86,60,80)
#493344
(73,51,68)
#3C2A38
(60,42,56)
#2F212C
(47,33,44)
#221820
(34,24,32)
#150F14
(21,15,20)
#000000
(0,0,0)

Tints of #97698C

#97698C
(151,105,140)
#A07696
(160,118,150)
#A983A0
(169,131,160)
#B290AA
(178,144,170)
#BB9DB4
(187,157,180)
#C4AABE
(196,170,190)
#CDB7C8
(205,183,200)
#D6C4D2
(214,196,210)
#DFD1DC
(223,209,220)
#E8DEE6
(232,222,230)
#F1EBF0
(241,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97698C color. Also use rgb(151,105,140) instead hex code.

Text Font Color

.myTextColor { color: #97698C; }

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

This text font color is #97698C.


Background Color

.myBgColor { background-color: #97698C; }

<div style="background-color:#97698C">Inner text</div>

This div background color is #97698C.


Border color

.myBorderColor { border: 1px solid #97698C; }

<div style="border:3px solid #97698C">Div</div>

This div border color is #97698C.


Opacity

.myOpacity80 { color: #97698C; opacity: 0.8; }

<p style="color:#97698C;opacity:0.8;">80%</p>

Text with #97698C 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 #97698C;}

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

This text has shadow with #97698C color.

.textShadow {text-shadow: 3px 3px 1px #97698C, 3px 3px 1px red;}

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

This text has shadow with #97698C primary color and red secondary color.


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

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

This text has shadow with #97698C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97698C on black background.


Color preview on white background

This text has color #97698C on white background.



Black color preview on #97698C background

This text has black color on #97698C background.


White color preview on #97698C background

This text has white color on #97698C background.