COLOR #985070

HEX: #985070
RGB: (152,80,112)

Color info

#985070 contains mainly red and blue colors. Web safe color of #985070 is #996666 (or #966).

RGB color model

#985070 color RGB value is (152,80,112).

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

RGB channels and saturation

R 152 of 255 = 60%
G 80 of 255 = 31%
B 112 of 255 = 44%

152
80
112

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

Portions of RGB colors in percentages

R + G + B =
152 + 80 + 112 = 344 (100%)
R 152 of 344 ~ 44.19%
G 80 of 344 ~ 23.26%
B 112 of 344 ~ 32.56%

%44.19
%23.26
%32.56

CMYK color model

#985070 color CMYK value is (0,47,26,40).

  • cyan value is 0.00%
  • magenta value is 47.37%
  • yellow value is 26.32%
  • key color value is 40.39%
CMYK:
(0,47,26,40)
C0M47Y26K40 
(0%,47%,26%,40%)
(0.00/0.47/0.26/0.40)	

CMYK percentages

%0
%47.37
%26.32
%40.39

Codes

Color #985070 in popluar color models

985070
RGB15280112
HSL333°31.03%45.49%
HSB/HSV333°47.37%59.61%
CMYK0.00%47.37%26.32%
40.39%

Color #985070 in popluar number systems.

HEX985070
Decimal15280112
Binary1001100010100001110000
Octal230120160

Shades and tints

Shades of #985070

#985070
(152,80,112)
#8B4966
(139,73,102)
#7E425C
(126,66,92)
#713B52
(113,59,82)
#643448
(100,52,72)
#572D3E
(87,45,62)
#4A2634
(74,38,52)
#3D1F2A
(61,31,42)
#301820
(48,24,32)
#231116
(35,17,22)
#160A0C
(22,10,12)
#000000
(0,0,0)

Tints of #985070

#985070
(152,80,112)
#A15F7D
(161,95,125)
#AA6E8A
(170,110,138)
#B37D97
(179,125,151)
#BC8CA4
(188,140,164)
#C59BB1
(197,155,177)
#CEAABE
(206,170,190)
#D7B9CB
(215,185,203)
#E0C8D8
(224,200,216)
#E9D7E5
(233,215,229)
#F2E6F2
(242,230,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #985070; }

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

This text font color is #985070.


Background Color

.myBgColor { background-color: #985070; }

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

This div background color is #985070.


Border color

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

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

This div border color is #985070.


Opacity

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

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

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

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

This text has shadow with #985070 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #985070 on black background.


Color preview on white background

This text has color #985070 on white background.



Black color preview on #985070 background

This text has black color on #985070 background.


White color preview on #985070 background

This text has white color on #985070 background.