COLOR #984678

HEX: #984678
RGB: (152,70,120)

Color info

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

RGB color model

#984678 color RGB value is (152,70,120).

  • red value is 152;
  • green value is 70;
  • blue value is 120.
RGB:
(152,70,120)
(60%,27%,47%)

RGB channels and saturation

R 152 of 255 = 60%
G 70 of 255 = 27%
B 120 of 255 = 47%

152
70
120

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

Portions of RGB colors in percentages

R + G + B =
152 + 70 + 120 = 342 (100%)
R 152 of 342 ~ 44.44%
G 70 of 342 ~ 20.47%
B 120 of 342 ~ 35.09%

%44.44
%20.47
%35.09

CMYK color model

#984678 color CMYK value is (0,54,21,40).

  • cyan value is 0.00%
  • magenta value is 53.95%
  • yellow value is 21.05%
  • key color value is 40.39%
CMYK:
(0,54,21,40)
C0M54Y21K40 
(0%,54%,21%,40%)
(0.00/0.54/0.21/0.40)	

CMYK percentages

%0
%53.95
%21.05
%40.39

Codes

Color #984678 in popluar color models

984678
RGB15270120
HSL323°36.94%43.53%
HSB/HSV323°53.95%59.61%
CMYK0.00%53.95%21.05%
40.39%

Color #984678 in popluar number systems.

HEX984678
Decimal15270120
Binary1001100010001101111000
Octal230106170

Shades and tints

Shades of #984678

#984678
(152,70,120)
#8B406E
(139,64,110)
#7E3A64
(126,58,100)
#71345A
(113,52,90)
#642E50
(100,46,80)
#572846
(87,40,70)
#4A223C
(74,34,60)
#3D1C32
(61,28,50)
#301628
(48,22,40)
#23101E
(35,16,30)
#160A14
(22,10,20)
#000000
(0,0,0)

Tints of #984678

#984678
(152,70,120)
#A15684
(161,86,132)
#AA6690
(170,102,144)
#B3769C
(179,118,156)
#BC86A8
(188,134,168)
#C596B4
(197,150,180)
#CEA6C0
(206,166,192)
#D7B6CC
(215,182,204)
#E0C6D8
(224,198,216)
#E9D6E4
(233,214,228)
#F2E6F0
(242,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #984678 color. Also use rgb(152,70,120) instead hex code.

Text Font Color

.myTextColor { color: #984678; }

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

This text font color is #984678.


Background Color

.myBgColor { background-color: #984678; }

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

This div background color is #984678.


Border color

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

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

This div border color is #984678.


Opacity

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

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

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

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

This text has shadow with #984678 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #984678 on black background.


Color preview on white background

This text has color #984678 on white background.



Black color preview on #984678 background

This text has black color on #984678 background.


White color preview on #984678 background

This text has white color on #984678 background.