COLOR #974686

HEX: #974686
RGB: (151,70,134)

Color info

#974686 contains mainly red and blue colors. Web safe color of #974686 is #993399 (or #939).

RGB color model

#974686 color RGB value is (151,70,134).

  • red value is 151;
  • green value is 70;
  • blue value is 134.
RGB:
(151,70,134)
(59%,27%,53%)

RGB channels and saturation

R 151 of 255 = 59%
G 70 of 255 = 27%
B 134 of 255 = 53%

151
70
134

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

Portions of RGB colors in percentages

R + G + B =
151 + 70 + 134 = 355 (100%)
R 151 of 355 ~ 42.54%
G 70 of 355 ~ 19.72%
B 134 of 355 ~ 37.75%

%42.54
%19.72
%37.75

CMYK color model

#974686 color CMYK value is (0,54,11,41).

  • cyan value is 0.00%
  • magenta value is 53.64%
  • yellow value is 11.26%
  • key color value is 40.78%
CMYK:
(0,54,11,41)
C0M54Y11K41 
(0%,54%,11%,41%)
(0.00/0.54/0.11/0.41)	

CMYK percentages

%0
%53.64
%11.26
%40.78

Codes

Color #974686 in popluar color models

974686
RGB15170134
HSL313°36.65%43.33%
HSB/HSV313°53.64%59.22%
CMYK0.00%53.64%11.26%
40.78%

Color #974686 in popluar number systems.

HEX974686
Decimal15170134
Binary10010111100011010000110
Octal227106206

Shades and tints

Shades of #974686

#974686
(151,70,134)
#8A407A
(138,64,122)
#7D3A6E
(125,58,110)
#703462
(112,52,98)
#632E56
(99,46,86)
#56284A
(86,40,74)
#49223E
(73,34,62)
#3C1C32
(60,28,50)
#2F1626
(47,22,38)
#22101A
(34,16,26)
#150A0E
(21,10,14)
#000000
(0,0,0)

Tints of #974686

#974686
(151,70,134)
#A05691
(160,86,145)
#A9669C
(169,102,156)
#B276A7
(178,118,167)
#BB86B2
(187,134,178)
#C496BD
(196,150,189)
#CDA6C8
(205,166,200)
#D6B6D3
(214,182,211)
#DFC6DE
(223,198,222)
#E8D6E9
(232,214,233)
#F1E6F4
(241,230,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #974686 color. Also use rgb(151,70,134) instead hex code.

Text Font Color

.myTextColor { color: #974686; }

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

This text font color is #974686.


Background Color

.myBgColor { background-color: #974686; }

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

This div background color is #974686.


Border color

.myBorderColor { border: 1px solid #974686; }

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

This div border color is #974686.


Opacity

.myOpacity80 { color: #974686; opacity: 0.8; }

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

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

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

This text has shadow with #974686 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #974686 on black background.


Color preview on white background

This text has color #974686 on white background.



Black color preview on #974686 background

This text has black color on #974686 background.


White color preview on #974686 background

This text has white color on #974686 background.