COLOR #97758B

HEX: #97758B RGB: (151,117,139)

Color info

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

RGB color model

#97758B color RGB value is (151,117,139).

RGB: (151,117,139) (59%, 46%, 55%)

RGB channels and saturation

R 151 of 255 = 59%
G 117 of 255 = 46%
B 139 of 255 = 55%

151
117
139

R + G + B ~ 53%. #97758B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 151 + 117 + 139 = 407 (100%)
R 151 of 407 ~ 37.1%
G 117 of 407 ~ 28.75%
B 139 of 407 ~ 34.15'%

%37.1
%28.75
%34.15

CMYK color model

#97758B color CMYK value is (0,23,8,41).

  • cyan value is 0.00%
  • magenta value is 22.52%
  • yellow value is 7.95%
  • key color value is 40.78%

CMYK: (0,23,8,41)
C0M23Y8K41 (0%, 23%, 8%, 41%)
(0.00 / 0.23 / 0.08 / 0.41)

CMYK percentages

%0
%22.52
%7.95
%40.78

Codes

Color #97758B in popluar color models

97 75 8B
RGB 151 117 139
HSL 321° 14.05% 52.55%
HSB/HSV 321° 22.52% 59.22%
CMYK 0.00% 22.52% 7.95%
40.78%

Color #97758B in popluar number systems.

HEX 97 75 8B
Decimal 151 117 139
Binary 10010111 1110101 10001011
Octal 227 165 213

Shades and tints

Shades of #97758B

#97758B
(151,117,139)
#8A6B7F
(138,107,127)
#7D6173
(125,97,115)
#705767
(112,87,103)
#634D5B
(99,77,91)
#56434F
(86,67,79)
#493943
(73,57,67)
#3C2F37
(60,47,55)
#2F252B
(47,37,43)
#221B1F
(34,27,31)
#151113
(21,17,19)
#000000
(0,0,0)

Tints of #97758B

#97758B
(151,117,139)
#A08195
(160,129,149)
#A98D9F
(169,141,159)
#B299A9
(178,153,169)
#BBA5B3
(187,165,179)
#C4B1BD
(196,177,189)
#CDBDC7
(205,189,199)
#D6C9D1
(214,201,209)
#DFD5DB
(223,213,219)
#E8E1E5
(232,225,229)
#F1EDEF
(241,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97758B color. Also use rgb(151,117,139) instead hex code.

Text Font Color

.myTextColor { color: #97758B; }

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

This text font color is #97758B.

Background Color

.myBgColor { background-color: #97758B; }

<div style="background-color:#97758B">Inner text</div>

This div background color is #97758B.

Border color

.myBorderColor { border: 1px solid #97758B; }

<div style="border:3px solid #97758B">Div</div>

This div border color is #97758B.

Opacity

.myOpacity80 { color: #97758B; opacity: 0.8; }

<p style="color:#97758B;opacity:0.8;">80%</p>

Text with #97758B 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 #97758B;}

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

This text has shadow with #97758B color.


.textShadow {text-shadow: 3px 3px 1px #97758B', 3px 3px 1px red;}

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

This text has shadow with #97758B primary color and red secondary color.


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

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

This text has shadow with #97758B and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #97758B; -webkit-box-shadow: 1px 1px 3px 2px #97758B; box-shadow:1px 1px 3px 2px #97758B;">
Div content here
</div>

This div box has shadow with color #97758B.

Preview

Color preview on black background

This text has color #97758B on black background.


Color preview on white background

This text has color #97758B on white background.


Black color preview on #97758B background

This text has black color on #97758B background.


White color preview on #97758B background

This text has white color on #97758B background.


Related colors

Complementary color

Complementary color for #hex is #688A74.


I love getcolorcode.com

Triadic colors

1 #8B9775 and #758B97 with #97758B are triadic colors.

2 #8B7597 and #75978B with #97758B are triadic colors.