COLOR #97657E

HEX: #97657E
RGB: (151,101,126)

Color info

#97657E contains red, green and blue colors in about the same proportion. Web safe color of #97657E is #996666 (or #966).

RGB color model

#97657E color RGB value is (151,101,126).

  • red value is 151;
  • green value is 101;
  • blue value is 126.
RGB: (151,101,126) (59%,40%,49%)

RGB channels and saturation

R 151 of 255 = 59%
G 101 of 255 = 40%
B 126 of 255 = 49%

151
101
126

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

Portions of RGB colors in percentages

R + G + B =
151 + 101 + 126 = 378 (100%)
R 151 of 378 ~ 39.95%
G 101 of 378 ~ 26.72%
B 126 of 378 ~ 33.33%

%39.95
%26.72
%33.33

CMYK color model

#97657E color CMYK value is (0,33,17,41).

  • cyan value is 0.00%
  • magenta value is 33.11%
  • yellow value is 16.56%
  • key color value is 40.78%
CMYK: (0,33,17,41) C0M33Y17K41 (0%,33%,17%,41%) (0.00/0.33/0.17/0.41)

CMYK percentages

%0
%33.11
%16.56
%40.78

Codes

Color #97657E in popluar color models

97657E
RGB151101126
HSL330°19.84%49.41%
HSB/HSV330°33.11%59.22%
CMYK0.00%33.11%16.56%
40.78%

Color #97657E in popluar number systems.

HEX97657E
Decimal151101126
Binary1001011111001011111110
Octal227145176

Shades and tints

Shades of #97657E

#97657E
(151,101,126)
#8A5C73
(138,92,115)
#7D5368
(125,83,104)
#704A5D
(112,74,93)
#634152
(99,65,82)
#563847
(86,56,71)
#492F3C
(73,47,60)
#3C2631
(60,38,49)
#2F1D26
(47,29,38)
#22141B
(34,20,27)
#150B10
(21,11,16)
#000000
(0,0,0)

Tints of #97657E

#97657E
(151,101,126)
#A07389
(160,115,137)
#A98194
(169,129,148)
#B28F9F
(178,143,159)
#BB9DAA
(187,157,170)
#C4ABB5
(196,171,181)
#CDB9C0
(205,185,192)
#D6C7CB
(214,199,203)
#DFD5D6
(223,213,214)
#E8E3E1
(232,227,225)
#F1F1EC
(241,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97657E color. Also use rgb(151,101,126) instead hex code.

Text Font Color

.myTextColor { color: #97657E; }

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

This text font color is #97657E.


Background Color

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

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

This div background color is #97657E.


Border color

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

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

This div border color is #97657E.


Opacity

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

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

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

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

This text has shadow with #97657E color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #97657E on black background.


Color preview on white background

This text has color #97657E on white background.



Black color preview on #97657E background

This text has black color on #97657E background.


White color preview on #97657E background

This text has white color on #97657E background.