COLOR #985E7A

HEX: #985E7A
RGB: (152,94,122)

Color info

#985E7A contains red, green and blue colors in about the same proportion. Web safe color of #985E7A is #996666 (or #966).

RGB color model

#985E7A color RGB value is (152,94,122).

  • red value is 152;
  • green value is 94;
  • blue value is 122.
RGB:
(152,94,122)
(60%,37%,48%)

RGB channels and saturation

R 152 of 255 = 60%
G 94 of 255 = 37%
B 122 of 255 = 48%

152
94
122

R + G + B ~ 48%. #985E7A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
152 + 94 + 122 = 368 (100%)
R 152 of 368 ~ 41.3%
G 94 of 368 ~ 25.54%
B 122 of 368 ~ 33.15%

%41.3
%25.54
%33.15

CMYK color model

#985E7A color CMYK value is (0,38,20,40).

  • cyan value is 0.00%
  • magenta value is 38.16%
  • yellow value is 19.74%
  • key color value is 40.39%
CMYK:
(0,38,20,40)
C0M38Y20K40 
(0%,38%,20%,40%)
(0.00/0.38/0.20/0.40)	

CMYK percentages

%0
%38.16
%19.74
%40.39

Codes

Color #985E7A in popluar color models

985E7A
RGB15294122
HSL331°23.58%48.24%
HSB/HSV331°38.16%59.61%
CMYK0.00%38.16%19.74%
40.39%

Color #985E7A in popluar number systems.

HEX985E7A
Decimal15294122
Binary1001100010111101111010
Octal230136172

Shades and tints

Shades of #985E7A

#985E7A
(152,94,122)
#8B566F
(139,86,111)
#7E4E64
(126,78,100)
#714659
(113,70,89)
#643E4E
(100,62,78)
#573643
(87,54,67)
#4A2E38
(74,46,56)
#3D262D
(61,38,45)
#301E22
(48,30,34)
#231617
(35,22,23)
#160E0C
(22,14,12)
#000000
(0,0,0)

Tints of #985E7A

#985E7A
(152,94,122)
#A16C86
(161,108,134)
#AA7A92
(170,122,146)
#B3889E
(179,136,158)
#BC96AA
(188,150,170)
#C5A4B6
(197,164,182)
#CEB2C2
(206,178,194)
#D7C0CE
(215,192,206)
#E0CEDA
(224,206,218)
#E9DCE6
(233,220,230)
#F2EAF2
(242,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #985E7A color. Also use rgb(152,94,122) instead hex code.

Text Font Color

.myTextColor { color: #985E7A; }

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

This text font color is #985E7A.


Background Color

.myBgColor { background-color: #985E7A; }

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

This div background color is #985E7A.


Border color

.myBorderColor { border: 1px solid #985E7A; }

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

This div border color is #985E7A.


Opacity

.myOpacity80 { color: #985E7A; opacity: 0.8; }

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

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

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

This text has shadow with #985E7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #985E7A on black background.


Color preview on white background

This text has color #985E7A on white background.



Black color preview on #985E7A background

This text has black color on #985E7A background.


White color preview on #985E7A background

This text has white color on #985E7A background.