COLOR #985D6B

HEX: #985D6B
RGB: (152,93,107)

Color info

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

RGB color model

#985D6B color RGB value is (152,93,107).

  • red value is 152;
  • green value is 93;
  • blue value is 107.
RGB:
(152,93,107)
(60%,36%,42%)

RGB channels and saturation

R 152 of 255 = 60%
G 93 of 255 = 36%
B 107 of 255 = 42%

152
93
107

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

Portions of RGB colors in percentages

R + G + B =
152 + 93 + 107 = 352 (100%)
R 152 of 352 ~ 43.18%
G 93 of 352 ~ 26.42%
B 107 of 352 ~ 30.4%

%43.18
%26.42
%30.4

CMYK color model

#985D6B color CMYK value is (0,39,30,40).

  • cyan value is 0.00%
  • magenta value is 38.82%
  • yellow value is 29.61%
  • key color value is 40.39%
CMYK:
(0,39,30,40)
C0M39Y30K40 
(0%,39%,30%,40%)
(0.00/0.39/0.30/0.40)	

CMYK percentages

%0
%38.82
%29.61
%40.39

Codes

Color #985D6B in popluar color models

985D6B
RGB15293107
HSL346°24.08%48.04%
HSB/HSV346°38.82%59.61%
CMYK0.00%38.82%29.61%
40.39%

Color #985D6B in popluar number systems.

HEX985D6B
Decimal15293107
Binary1001100010111011101011
Octal230135153

Shades and tints

Shades of #985D6B

#985D6B
(152,93,107)
#8B5562
(139,85,98)
#7E4D59
(126,77,89)
#714550
(113,69,80)
#643D47
(100,61,71)
#57353E
(87,53,62)
#4A2D35
(74,45,53)
#3D252C
(61,37,44)
#301D23
(48,29,35)
#23151A
(35,21,26)
#160D11
(22,13,17)
#000000
(0,0,0)

Tints of #985D6B

#985D6B
(152,93,107)
#A16B78
(161,107,120)
#AA7985
(170,121,133)
#B38792
(179,135,146)
#BC959F
(188,149,159)
#C5A3AC
(197,163,172)
#CEB1B9
(206,177,185)
#D7BFC6
(215,191,198)
#E0CDD3
(224,205,211)
#E9DBE0
(233,219,224)
#F2E9ED
(242,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #985D6B color. Also use rgb(152,93,107) instead hex code.

Text Font Color

.myTextColor { color: #985D6B; }

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

This text font color is #985D6B.


Background Color

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

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

This div background color is #985D6B.


Border color

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

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

This div border color is #985D6B.


Opacity

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

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

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

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

This text has shadow with #985D6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #985D6B on black background.


Color preview on white background

This text has color #985D6B on white background.



Black color preview on #985D6B background

This text has black color on #985D6B background.


White color preview on #985D6B background

This text has white color on #985D6B background.