COLOR #971070

HEX: #971070
RGB: (151,16,112)

Color info

#971070 contains mainly red and blue colors. Web safe color of #971070 is #990066 (or #906).

RGB color model

#971070 color RGB value is (151,16,112).

  • red value is 151;
  • green value is 16;
  • blue value is 112.
RGB:
(151,16,112)
(59%,6%,44%)

RGB channels and saturation

R 151 of 255 = 59%
G 16 of 255 = 6%
B 112 of 255 = 44%

151
16
112

R + G + B ~ 36%. #971070 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
151 + 16 + 112 = 279 (100%)
R 151 of 279 ~ 54.12%
G 16 of 279 ~ 5.73%
B 112 of 279 ~ 40.14%

%54.12
%40.14

CMYK color model

#971070 color CMYK value is (0,89,26,41).

  • cyan value is 0.00%
  • magenta value is 89.40%
  • yellow value is 25.83%
  • key color value is 40.78%
CMYK:
(0,89,26,41)
C0M89Y26K41 
(0%,89%,26%,41%)
(0.00/0.89/0.26/0.41)	

CMYK percentages

%0
%89.4
%25.83
%40.78

Codes

Color #971070 in popluar color models

971070
RGB15116112
HSL317°80.84%32.75%
HSB/HSV317°89.40%59.22%
CMYK0.00%89.40%25.83%
40.78%

Color #971070 in popluar number systems.

HEX971070
Decimal15116112
Binary10010111100001110000
Octal22720160

Shades and tints

Shades of #971070

#971070
(151,16,112)
#8A0F66
(138,15,102)
#7D0E5C
(125,14,92)
#700D52
(112,13,82)
#630C48
(99,12,72)
#560B3E
(86,11,62)
#490A34
(73,10,52)
#3C092A
(60,9,42)
#2F0820
(47,8,32)
#220716
(34,7,22)
#15060C
(21,6,12)
#000000
(0,0,0)

Tints of #971070

#971070
(151,16,112)
#A0257D
(160,37,125)
#A93A8A
(169,58,138)
#B24F97
(178,79,151)
#BB64A4
(187,100,164)
#C479B1
(196,121,177)
#CD8EBE
(205,142,190)
#D6A3CB
(214,163,203)
#DFB8D8
(223,184,216)
#E8CDE5
(232,205,229)
#F1E2F2
(241,226,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #971070 color. Also use rgb(151,16,112) instead hex code.

Text Font Color

.myTextColor { color: #971070; }

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

This text font color is #971070.


Background Color

.myBgColor { background-color: #971070; }

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

This div background color is #971070.


Border color

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

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

This div border color is #971070.


Opacity

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

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

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

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

This text has shadow with #971070 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #971070 on black background.


Color preview on white background

This text has color #971070 on white background.



Black color preview on #971070 background

This text has black color on #971070 background.


White color preview on #971070 background

This text has white color on #971070 background.