COLOR #985B6D

HEX: #985B6D
RGB: (152,91,109)

Color info

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

RGB color model

#985B6D color RGB value is (152,91,109).

  • red value is 152;
  • green value is 91;
  • blue value is 109.
RGB:
(152,91,109)
(60%,36%,43%)

RGB channels and saturation

R 152 of 255 = 60%
G 91 of 255 = 36%
B 109 of 255 = 43%

152
91
109

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

Portions of RGB colors in percentages

R + G + B =
152 + 91 + 109 = 352 (100%)
R 152 of 352 ~ 43.18%
G 91 of 352 ~ 25.85%
B 109 of 352 ~ 30.97%

%43.18
%25.85
%30.97

CMYK color model

#985B6D color CMYK value is (0,40,28,40).

  • cyan value is 0.00%
  • magenta value is 40.13%
  • yellow value is 28.29%
  • key color value is 40.39%
CMYK:
(0,40,28,40)
C0M40Y28K40 
(0%,40%,28%,40%)
(0.00/0.40/0.28/0.40)	

CMYK percentages

%0
%40.13
%28.29
%40.39

Codes

Color #985B6D in popluar color models

985B6D
RGB15291109
HSL342°25.10%47.65%
HSB/HSV342°40.13%59.61%
CMYK0.00%40.13%28.29%
40.39%

Color #985B6D in popluar number systems.

HEX985B6D
Decimal15291109
Binary1001100010110111101101
Octal230133155

Shades and tints

Shades of #985B6D

#985B6D
(152,91,109)
#8B5364
(139,83,100)
#7E4B5B
(126,75,91)
#714352
(113,67,82)
#643B49
(100,59,73)
#573340
(87,51,64)
#4A2B37
(74,43,55)
#3D232E
(61,35,46)
#301B25
(48,27,37)
#23131C
(35,19,28)
#160B13
(22,11,19)
#000000
(0,0,0)

Tints of #985B6D

#985B6D
(152,91,109)
#A1697A
(161,105,122)
#AA7787
(170,119,135)
#B38594
(179,133,148)
#BC93A1
(188,147,161)
#C5A1AE
(197,161,174)
#CEAFBB
(206,175,187)
#D7BDC8
(215,189,200)
#E0CBD5
(224,203,213)
#E9D9E2
(233,217,226)
#F2E7EF
(242,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #985B6D color. Also use rgb(152,91,109) instead hex code.

Text Font Color

.myTextColor { color: #985B6D; }

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

This text font color is #985B6D.


Background Color

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

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

This div background color is #985B6D.


Border color

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

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

This div border color is #985B6D.


Opacity

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

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

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

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

This text has shadow with #985B6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #985B6D on black background.


Color preview on white background

This text has color #985B6D on white background.



Black color preview on #985B6D background

This text has black color on #985B6D background.


White color preview on #985B6D background

This text has white color on #985B6D background.