COLOR #984888

HEX: #984888
RGB: (152,72,136)

Color info

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

RGB color model

#984888 color RGB value is (152,72,136).

  • red value is 152;
  • green value is 72;
  • blue value is 136.
RGB:
(152,72,136)
(60%,28%,53%)

RGB channels and saturation

R 152 of 255 = 60%
G 72 of 255 = 28%
B 136 of 255 = 53%

152
72
136

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

Portions of RGB colors in percentages

R + G + B =
152 + 72 + 136 = 360 (100%)
R 152 of 360 ~ 42.22%
G 72 of 360 ~ 20%
B 136 of 360 ~ 37.78%

%42.22
%20
%37.78

CMYK color model

#984888 color CMYK value is (0,53,11,40).

  • cyan value is 0.00%
  • magenta value is 52.63%
  • yellow value is 10.53%
  • key color value is 40.39%
CMYK:
(0,53,11,40)
C0M53Y11K40 
(0%,53%,11%,40%)
(0.00/0.53/0.11/0.40)	

CMYK percentages

%0
%52.63
%10.53
%40.39

Codes

Color #984888 in popluar color models

984888
RGB15272136
HSL312°35.71%43.92%
HSB/HSV312°52.63%59.61%
CMYK0.00%52.63%10.53%
40.39%

Color #984888 in popluar number systems.

HEX984888
Decimal15272136
Binary10011000100100010001000
Octal230110210

Shades and tints

Shades of #984888

#984888
(152,72,136)
#8B427C
(139,66,124)
#7E3C70
(126,60,112)
#713664
(113,54,100)
#643058
(100,48,88)
#572A4C
(87,42,76)
#4A2440
(74,36,64)
#3D1E34
(61,30,52)
#301828
(48,24,40)
#23121C
(35,18,28)
#160C10
(22,12,16)
#000000
(0,0,0)

Tints of #984888

#984888
(152,72,136)
#A15892
(161,88,146)
#AA689C
(170,104,156)
#B378A6
(179,120,166)
#BC88B0
(188,136,176)
#C598BA
(197,152,186)
#CEA8C4
(206,168,196)
#D7B8CE
(215,184,206)
#E0C8D8
(224,200,216)
#E9D8E2
(233,216,226)
#F2E8EC
(242,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #984888 color. Also use rgb(152,72,136) instead hex code.

Text Font Color

.myTextColor { color: #984888; }

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

This text font color is #984888.


Background Color

.myBgColor { background-color: #984888; }

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

This div background color is #984888.


Border color

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

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

This div border color is #984888.


Opacity

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

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

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

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

This text has shadow with #984888 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #984888 on black background.


Color preview on white background

This text has color #984888 on white background.



Black color preview on #984888 background

This text has black color on #984888 background.


White color preview on #984888 background

This text has white color on #984888 background.