COLOR #985B6E

HEX: #985B6E RGB: (152,91,110)

Color info

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

RGB color model

#985B6E color RGB value is (152,91,110).

RGB: (152,91,110) (60%, 36%, 43%)

RGB channels and saturation

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

152
91
110

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

Portions of RGB colors in percentages

R + G + B = 152 + 91 + 110 = 353 (100%)
R 152 of 353 ~ 43.06%
G 91 of 353 ~ 25.78%
B 110 of 353 ~ 31.16'%

%43.06
%25.78
%31.16

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 40.13%
  • yellow value is 27.63%
  • 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
%27.63
%40.39

Codes

Color #985B6E in popluar color models

98 5B 6E
RGB 152 91 110
HSL 341° 25.10% 47.65%
HSB/HSV 341° 40.13% 59.61%
CMYK 0.00% 40.13% 27.63%
40.39%

Color #985B6E in popluar number systems.

HEX 98 5B 6E
Decimal 152 91 110
Binary 10011000 1011011 1101110
Octal 230 133 156

Shades and tints

Shades of #985B6E

#985B6E
(152,91,110)
#8B5364
(139,83,100)
#7E4B5A
(126,75,90)
#714350
(113,67,80)
#643B46
(100,59,70)
#57333C
(87,51,60)
#4A2B32
(74,43,50)
#3D2328
(61,35,40)
#301B1E
(48,27,30)
#231314
(35,19,20)
#160B0A
(22,11,10)
#000000
(0,0,0)

Tints of #985B6E

#985B6E
(152,91,110)
#A1697B
(161,105,123)
#AA7788
(170,119,136)
#B38595
(179,133,149)
#BC93A2
(188,147,162)
#C5A1AF
(197,161,175)
#CEAFBC
(206,175,188)
#D7BDC9
(215,189,201)
#E0CBD6
(224,203,214)
#E9D9E3
(233,217,227)
#F2E7F0
(242,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #985B6E; }

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

This text font color is #985B6E.

Background Color

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

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

This div background color is #985B6E.

Border color

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

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

This div border color is #985B6E.

Opacity

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

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

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

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

This text has shadow with #985B6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #985B6E.

Preview

Color preview on black background

This text has color #985B6E on black background.


Color preview on white background

This text has color #985B6E on white background.


Black color preview on #985B6E background

This text has black color on #985B6E background.


White color preview on #985B6E background

This text has white color on #985B6E background.


Related colors

Complementary color

Complementary color for #hex is #67A491.


I love getcolorcode.com

Triadic colors

1 #6E985B and #5B6E98 with #985B6E are triadic colors.

2 #6E5B98 and #5B986E with #985B6E are triadic colors.