COLOR #97749D

HEX: #97749D
RGB: (151,116,157)

Color info

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

RGB color model

#97749D color RGB value is (151,116,157).

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

RGB channels and saturation

R 151 of 255 = 59%
G 116 of 255 = 45%
B 157 of 255 = 62%

151
116
157

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

Portions of RGB colors in percentages

R + G + B =
151 + 116 + 157 = 424 (100%)
R 151 of 424 ~ 35.61%
G 116 of 424 ~ 27.36%
B 157 of 424 ~ 37.03%

%35.61
%27.36
%37.03

CMYK color model

#97749D color CMYK value is (4,26,0,38).

  • cyan value is 3.82%
  • magenta value is 26.11%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(4,26,0,38)
C4M26Y0K38 
(4%,26%,0%,38%)
(0.04/0.26/0.00/0.38)	

CMYK percentages

%3.82
%26.11
%0
%38.43

Codes

Color #97749D in popluar color models

97749D
RGB151116157
HSL291°17.30%53.53%
HSB/HSV291°26.11%61.57%
CMYK3.82%26.11%0.00%
38.43%

Color #97749D in popluar number systems.

HEX97749D
Decimal151116157
Binary10010111111010010011101
Octal227164235

Shades and tints

Shades of #97749D

#97749D
(151,116,157)
#8A6A8F
(138,106,143)
#7D6081
(125,96,129)
#705673
(112,86,115)
#634C65
(99,76,101)
#564257
(86,66,87)
#493849
(73,56,73)
#3C2E3B
(60,46,59)
#2F242D
(47,36,45)
#221A1F
(34,26,31)
#151011
(21,16,17)
#000000
(0,0,0)

Tints of #97749D

#97749D
(151,116,157)
#A080A5
(160,128,165)
#A98CAD
(169,140,173)
#B298B5
(178,152,181)
#BBA4BD
(187,164,189)
#C4B0C5
(196,176,197)
#CDBCCD
(205,188,205)
#D6C8D5
(214,200,213)
#DFD4DD
(223,212,221)
#E8E0E5
(232,224,229)
#F1ECED
(241,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97749D; }

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

This text font color is #97749D.


Background Color

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

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

This div background color is #97749D.


Border color

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

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

This div border color is #97749D.


Opacity

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

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

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

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

This text has shadow with #97749D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97749D on black background.


Color preview on white background

This text has color #97749D on white background.



Black color preview on #97749D background

This text has black color on #97749D background.


White color preview on #97749D background

This text has white color on #97749D background.