COLOR #98847C

HEX: #98847C RGB: (152,132,124)

Color info

#98847C contains red, green and blue colors in about the same proportion. Web safe color of #98847C is #999966 (or #996).

RGB color model

#98847C color RGB value is (152,132,124).

RGB: (152,132,124) (60%, 52%, 49%)

RGB channels and saturation

R 152 of 255 = 60%
G 132 of 255 = 52%
B 124 of 255 = 49%

152
132
124

R + G + B ~ 54%. #98847C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 152 + 132 + 124 = 408 (100%)
R 152 of 408 ~ 37.25%
G 132 of 408 ~ 32.35%
B 124 of 408 ~ 30.39'%

%37.25
%32.35
%30.39

CMYK color model

#98847C color CMYK value is (0,13,18,40).

  • cyan value is 0.00%
  • magenta value is 13.16%
  • yellow value is 18.42%
  • key color value is 40.39%
CMYK: (0,13,18,40) C0M13Y18K40 (0%,13%,18%,40%) (0.00/0.13/0.18/0.40) 

CMYK percentages

%0
%13.16
%18.42
%40.39

Codes

Color #98847C in popluar color models

98 84 7C
RGB 152 132 124
HSL 17° 11.97% 54.12%
HSB/HSV 17° 18.42% 59.61%
CMYK 0.00% 13.16% 18.42%
40.39%

Color #98847C in popluar number systems.

HEX 98 84 7C
Decimal 152 132 124
Binary 10011000 10000100 1111100
Octal 230 204 174

Shades and tints

Shades of #98847C

#98847C
(152,132,124)
#8B7871
(139,120,113)
#7E6C66
(126,108,102)
#71605B
(113,96,91)
#645450
(100,84,80)
#574845
(87,72,69)
#4A3C3A
(74,60,58)
#3D302F
(61,48,47)
#302424
(48,36,36)
#231819
(35,24,25)
#160C0E
(22,12,14)
#000000
(0,0,0)

Tints of #98847C

#98847C
(152,132,124)
#A18F87
(161,143,135)
#AA9A92
(170,154,146)
#B3A59D
(179,165,157)
#BCB0A8
(188,176,168)
#C5BBB3
(197,187,179)
#CEC6BE
(206,198,190)
#D7D1C9
(215,209,201)
#E0DCD4
(224,220,212)
#E9E7DF
(233,231,223)
#F2F2EA
(242,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98847C color. Also use rgb(152,132,124) instead hex code.

Text Font Color

.myTextColor { color: #98847C; }

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

This text font color is #98847C.

Background Color

.myBgColor { background-color: #98847C; }

<div style="background-color:#98847C">Inner text</div>

This div background color is #98847C.

Border color

.myBorderColor { border: 1px solid #98847C; }

<div style="border:3px solid #98847C">Div</div>

This div border color is #98847C.

Opacity

.myOpacity80 { color: #98847C; opacity: 0.8; }

<p style="color:#98847C;opacity:0.8;">80%</p>

Text with #98847C 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 #98847C;}

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

This text has shadow with #98847C color.


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

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

This text has shadow with #98847C primary color and red secondary color.


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

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

This text has shadow with #98847C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #98847C.

Preview

Color preview on black background

This text has color #98847C on black background.


Color preview on white background

This text has color #98847C on white background.


Black color preview on #98847C background

This text has black color on #98847C background.


White color preview on #98847C background

This text has white color on #98847C background.


Related colors

Complementary color

Complementary color for #hex is #677B83.


I love getcolorcode.com

Triadic colors

1 #7C9884 and #847C98 with #98847C are triadic colors.

2 #7C8498 and #84987C with #98847C are triadic colors.