COLOR #998877

HEX: #998877
RGB: (153,136,119)

Color info

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

RGB color model

#998877 color RGB value is (153,136,119).

  • red value is 153;
  • green value is 136;
  • blue value is 119.
RGB:
(153,136,119)
(60%,53%,47%)

RGB channels and saturation

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

153
136
119

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

Portions of RGB colors in percentages

R + G + B =
153 + 136 + 119 = 408 (100%)
R 153 of 408 ~ 37.5%
G 136 of 408 ~ 33.33%
B 119 of 408 ~ 29.17%

%37.5
%33.33
%29.17

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.11%
  • yellow value is 22.22%
  • 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
%22.22
%40

Codes

Color #998877 in popluar color models

998877
RGB153136119
HSL30°14.29%53.33%
HSB/HSV30°22.22%60.00%
CMYK0.00%11.11%22.22%
40.00%

Color #998877 in popluar number systems.

HEX998877
Decimal153136119
Binary10011001100010001110111
Octal231210167

Shades and tints

Shades of #998877

#998877
(153,136,119)
#8C7C6D
(140,124,109)
#7F7063
(127,112,99)
#726459
(114,100,89)
#65584F
(101,88,79)
#584C45
(88,76,69)
#4B403B
(75,64,59)
#3E3431
(62,52,49)
#312827
(49,40,39)
#241C1D
(36,28,29)
#171013
(23,16,19)
#000000
(0,0,0)

Tints of #998877

#998877
(153,136,119)
#A29283
(162,146,131)
#AB9C8F
(171,156,143)
#B4A69B
(180,166,155)
#BDB0A7
(189,176,167)
#C6BAB3
(198,186,179)
#CFC4BF
(207,196,191)
#D8CECB
(216,206,203)
#E1D8D7
(225,216,215)
#EAE2E3
(234,226,227)
#F3ECEF
(243,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #998877; }

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

This text font color is #998877.


Background Color

.myBgColor { background-color: #998877; }

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

This div background color is #998877.


Border color

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

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

This div border color is #998877.


Opacity

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

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

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

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

This text has shadow with #998877 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #998877 on black background.


Color preview on white background

This text has color #998877 on white background.



Black color preview on #998877 background

This text has black color on #998877 background.


White color preview on #998877 background

This text has white color on #998877 background.