COLOR #998878

HEX: #998878 RGB: (153,136,120)

Color info

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

RGB color model

#998878 color RGB value is (153,136,120).

RGB: (153,136,120) (60%, 53%, 47%)

RGB channels and saturation

R 153 of 255 = 60%
G 136 of 255 = 53%
B 120 of 255 = 47%

153
136
120

R + G + B ~ 53%. #998878 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 153 + 136 + 120 = 409 (100%)
R 153 of 409 ~ 37.41%
G 136 of 409 ~ 33.25%
B 120 of 409 ~ 29.34'%

%37.41
%33.25
%29.34

CMYK color model

#998878 color CMYK value is (0,11,22,40).

  • cyan value is 0.00%
  • magenta value is 11.11%
  • yellow value is 21.57%
  • key color value is 40.00%
CMYK: (0,11,22,40) C0M11Y22K40 (0%,11%,22%,40%) (0.00/0.11/0.22/0.40) 

CMYK percentages

%0
%11.11
%21.57
%40

Codes

Color #998878 in popluar color models

99 88 78
RGB 153 136 120
HSL 29° 13.92% 53.53%
HSB/HSV 29° 21.57% 60.00%
CMYK 0.00% 11.11% 21.57%
40.00%

Color #998878 in popluar number systems.

HEX 99 88 78
Decimal 153 136 120
Binary 10011001 10001000 1111000
Octal 231 210 170

Shades and tints

Shades of #998878

#998878
(153,136,120)
#8C7C6E
(140,124,110)
#7F7064
(127,112,100)
#72645A
(114,100,90)
#655850
(101,88,80)
#584C46
(88,76,70)
#4B403C
(75,64,60)
#3E3432
(62,52,50)
#312828
(49,40,40)
#241C1E
(36,28,30)
#171014
(23,16,20)
#000000
(0,0,0)

Tints of #998878

#998878
(153,136,120)
#A29284
(162,146,132)
#AB9C90
(171,156,144)
#B4A69C
(180,166,156)
#BDB0A8
(189,176,168)
#C6BAB4
(198,186,180)
#CFC4C0
(207,196,192)
#D8CECC
(216,206,204)
#E1D8D8
(225,216,216)
#EAE2E4
(234,226,228)
#F3ECF0
(243,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #998878 color. Also use rgb(153,136,120) instead hex code.

Text Font Color

.myTextColor { color: #998878; }

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

This text font color is #998878.

Background Color

.myBgColor { background-color: #998878; }

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

This div background color is #998878.

Border color

.myBorderColor { border: 1px solid #998878; }

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

This div border color is #998878.

Opacity

.myOpacity80 { color: #998878; opacity: 0.8; }

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

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

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

This text has shadow with #998878 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #998878.

Preview

Color preview on black background

This text has color #998878 on black background.


Color preview on white background

This text has color #998878 on white background.


Black color preview on #998878 background

This text has black color on #998878 background.


White color preview on #998878 background

This text has white color on #998878 background.


Related colors

Complementary color

Complementary color for #hex is #667787.


I love getcolorcode.com

Triadic colors

1 #789988 and #887899 with #998878 are triadic colors.

2 #788899 and #889978 with #998878 are triadic colors.