COLOR #970656

HEX: #970656
RGB: (151,6,86)

Color info

#970656 contains mainly red color. Web safe color of #970656 is #990066 (or #906).

RGB color model

#970656 color RGB value is (151,6,86).

  • red value is 151;
  • green value is 6;
  • blue value is 86.
RGB:
(151,6,86)
(59%,2%,34%)

RGB channels and saturation

R 151 of 255 = 59%
G 6 of 255 = 2%
B 86 of 255 = 34%

151
6
86

R + G + B ~ 32%. #970656 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
151 + 6 + 86 = 243 (100%)
R 151 of 243 ~ 62.14%
G 6 of 243 ~ 2.47%
B 86 of 243 ~ 35.39%

%62.14
%35.39

CMYK color model

#970656 color CMYK value is (0,96,43,41).

  • cyan value is 0.00%
  • magenta value is 96.03%
  • yellow value is 43.05%
  • key color value is 40.78%
CMYK:
(0,96,43,41)
C0M96Y43K41 
(0%,96%,43%,41%)
(0.00/0.96/0.43/0.41)	

CMYK percentages

%0
%96.03
%43.05
%40.78

Codes

Color #970656 in popluar color models

970656
RGB151686
HSL327°92.36%30.78%
HSB/HSV327°96.03%59.22%
CMYK0.00%96.03%43.05%
40.78%

Color #970656 in popluar number systems.

HEX970656
Decimal151686
Binary100101111101010110
Octal2276126

Shades and tints

Shades of #970656

#970656
(151,6,86)
#8A064F
(138,6,79)
#7D0648
(125,6,72)
#700641
(112,6,65)
#63063A
(99,6,58)
#560633
(86,6,51)
#49062C
(73,6,44)
#3C0625
(60,6,37)
#2F061E
(47,6,30)
#220617
(34,6,23)
#150610
(21,6,16)
#000000
(0,0,0)

Tints of #970656

#970656
(151,6,86)
#A01C65
(160,28,101)
#A93274
(169,50,116)
#B24883
(178,72,131)
#BB5E92
(187,94,146)
#C474A1
(196,116,161)
#CD8AB0
(205,138,176)
#D6A0BF
(214,160,191)
#DFB6CE
(223,182,206)
#E8CCDD
(232,204,221)
#F1E2EC
(241,226,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #970656 color. Also use rgb(151,6,86) instead hex code.

Text Font Color

.myTextColor { color: #970656; }

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

This text font color is #970656.


Background Color

.myBgColor { background-color: #970656; }

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

This div background color is #970656.


Border color

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

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

This div border color is #970656.


Opacity

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

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

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

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

This text has shadow with #970656 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #970656 on black background.


Color preview on white background

This text has color #970656 on white background.



Black color preview on #970656 background

This text has black color on #970656 background.


White color preview on #970656 background

This text has white color on #970656 background.