COLOR #984470

HEX: #984470
RGB: (152,68,112)

Color info

#984470 contains mainly red and blue colors. Web safe color of #984470 is #993366 (or #936).

RGB color model

#984470 color RGB value is (152,68,112).

  • red value is 152;
  • green value is 68;
  • blue value is 112.
RGB:
(152,68,112)
(60%,27%,44%)

RGB channels and saturation

R 152 of 255 = 60%
G 68 of 255 = 27%
B 112 of 255 = 44%

152
68
112

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

Portions of RGB colors in percentages

R + G + B =
152 + 68 + 112 = 332 (100%)
R 152 of 332 ~ 45.78%
G 68 of 332 ~ 20.48%
B 112 of 332 ~ 33.73%

%45.78
%20.48
%33.73

CMYK color model

#984470 color CMYK value is (0,55,26,40).

  • cyan value is 0.00%
  • magenta value is 55.26%
  • yellow value is 26.32%
  • key color value is 40.39%
CMYK:
(0,55,26,40)
C0M55Y26K40 
(0%,55%,26%,40%)
(0.00/0.55/0.26/0.40)	

CMYK percentages

%0
%55.26
%26.32
%40.39

Codes

Color #984470 in popluar color models

984470
RGB15268112
HSL329°38.18%43.14%
HSB/HSV329°55.26%59.61%
CMYK0.00%55.26%26.32%
40.39%

Color #984470 in popluar number systems.

HEX984470
Decimal15268112
Binary1001100010001001110000
Octal230104160

Shades and tints

Shades of #984470

#984470
(152,68,112)
#8B3E66
(139,62,102)
#7E385C
(126,56,92)
#713252
(113,50,82)
#642C48
(100,44,72)
#57263E
(87,38,62)
#4A2034
(74,32,52)
#3D1A2A
(61,26,42)
#301420
(48,20,32)
#230E16
(35,14,22)
#16080C
(22,8,12)
#000000
(0,0,0)

Tints of #984470

#984470
(152,68,112)
#A1557D
(161,85,125)
#AA668A
(170,102,138)
#B37797
(179,119,151)
#BC88A4
(188,136,164)
#C599B1
(197,153,177)
#CEAABE
(206,170,190)
#D7BBCB
(215,187,203)
#E0CCD8
(224,204,216)
#E9DDE5
(233,221,229)
#F2EEF2
(242,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #984470 color. Also use rgb(152,68,112) instead hex code.

Text Font Color

.myTextColor { color: #984470; }

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

This text font color is #984470.


Background Color

.myBgColor { background-color: #984470; }

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

This div background color is #984470.


Border color

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

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

This div border color is #984470.


Opacity

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

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

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

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

This text has shadow with #984470 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #984470 on black background.


Color preview on white background

This text has color #984470 on white background.



Black color preview on #984470 background

This text has black color on #984470 background.


White color preview on #984470 background

This text has white color on #984470 background.