COLOR #998881

HEX: #998881
RGB: (153,136,129)

Color info

#998881 contains red, green and blue colors in about the same proportion. Web safe color of #998881 is #999999 (or #999).

RGB color model

#998881 color RGB value is (153,136,129).

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

RGB channels and saturation

R 153 of 255 = 60%
G 136 of 255 = 53%
B 129 of 255 = 51%

153
136
129

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

Portions of RGB colors in percentages

R + G + B =
153 + 136 + 129 = 418 (100%)
R 153 of 418 ~ 36.6%
G 136 of 418 ~ 32.54%
B 129 of 418 ~ 30.86%

%36.6
%32.54
%30.86

CMYK color model

#998881 color CMYK value is (0,11,16,40).

  • cyan value is 0.00%
  • magenta value is 11.11%
  • yellow value is 15.69%
  • key color value is 40.00%
CMYK:
(0,11,16,40)
C0M11Y16K40 
(0%,11%,16%,40%)
(0.00/0.11/0.16/0.40)	

CMYK percentages

%0
%11.11
%15.69
%40

Codes

Color #998881 in popluar color models

998881
RGB153136129
HSL18°10.53%55.29%
HSB/HSV18°15.69%60.00%
CMYK0.00%11.11%15.69%
40.00%

Color #998881 in popluar number systems.

HEX998881
Decimal153136129
Binary100110011000100010000001
Octal231210201

Shades and tints

Shades of #998881

#998881
(153,136,129)
#8C7C76
(140,124,118)
#7F706B
(127,112,107)
#726460
(114,100,96)
#655855
(101,88,85)
#584C4A
(88,76,74)
#4B403F
(75,64,63)
#3E3434
(62,52,52)
#312829
(49,40,41)
#241C1E
(36,28,30)
#171013
(23,16,19)
#000000
(0,0,0)

Tints of #998881

#998881
(153,136,129)
#A2928C
(162,146,140)
#AB9C97
(171,156,151)
#B4A6A2
(180,166,162)
#BDB0AD
(189,176,173)
#C6BAB8
(198,186,184)
#CFC4C3
(207,196,195)
#D8CECE
(216,206,206)
#E1D8D9
(225,216,217)
#EAE2E4
(234,226,228)
#F3ECEF
(243,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #998881; }

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

This text font color is #998881.


Background Color

.myBgColor { background-color: #998881; }

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

This div background color is #998881.


Border color

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

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

This div border color is #998881.


Opacity

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

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

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

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

This text has shadow with #998881 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #998881 on black background.


Color preview on white background

This text has color #998881 on white background.



Black color preview on #998881 background

This text has black color on #998881 background.


White color preview on #998881 background

This text has white color on #998881 background.