COLOR #985C6B

HEX: #985C6B RGB: (152,92,107)

Color info

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

RGB color model

#985C6B color RGB value is (152,92,107).

RGB: (152,92,107) (60%, 36%, 42%)

RGB channels and saturation

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

152
92
107

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

Portions of RGB colors in percentages

R + G + B = 152 + 92 + 107 = 351 (100%)
R 152 of 351 ~ 43.3%
G 92 of 351 ~ 26.21%
B 107 of 351 ~ 30.48'%

%43.3
%26.21
%30.48

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 39.47%
  • 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
%39.47
%29.61
%40.39

Codes

Color #985C6B in popluar color models

98 5C 6B
RGB 152 92 107
HSL 345° 24.59% 47.84%
HSB/HSV 345° 39.47% 59.61%
CMYK 0.00% 39.47% 29.61%
40.39%

Color #985C6B in popluar number systems.

HEX 98 5C 6B
Decimal 152 92 107
Binary 10011000 1011100 1101011
Octal 230 134 153

Shades and tints

Shades of #985C6B

#985C6B
(152,92,107)
#8B5462
(139,84,98)
#7E4C59
(126,76,89)
#714450
(113,68,80)
#643C47
(100,60,71)
#57343E
(87,52,62)
#4A2C35
(74,44,53)
#3D242C
(61,36,44)
#301C23
(48,28,35)
#23141A
(35,20,26)
#160C11
(22,12,17)
#000000
(0,0,0)

Tints of #985C6B

#985C6B
(152,92,107)
#A16A78
(161,106,120)
#AA7885
(170,120,133)
#B38692
(179,134,146)
#BC949F
(188,148,159)
#C5A2AC
(197,162,172)
#CEB0B9
(206,176,185)
#D7BEC6
(215,190,198)
#E0CCD3
(224,204,211)
#E9DAE0
(233,218,224)
#F2E8ED
(242,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #985C6B; }

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

This text font color is #985C6B.

Background Color

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

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

This div background color is #985C6B.

Border color

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

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

This div border color is #985C6B.

Opacity

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

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

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

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

This text has shadow with #985C6B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #985C6B.

Preview

Color preview on black background

This text has color #985C6B on black background.


Color preview on white background

This text has color #985C6B on white background.


Black color preview on #985C6B background

This text has black color on #985C6B background.


White color preview on #985C6B background

This text has white color on #985C6B background.


Related colors

Complementary color

Complementary color for #hex is #67A394.


I love getcolorcode.com

Triadic colors

1 #6B985C and #5C6B98 with #985C6B are triadic colors.

2 #6B5C98 and #5C986B with #985C6B are triadic colors.