COLOR #998E80

HEX: #998E80
RGB: (153,142,128)

Color info

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

RGB color model

#998E80 color RGB value is (153,142,128).

  • red value is 153;
  • green value is 142;
  • blue value is 128.
RGB:
(153,142,128)
(60%,56%,50%)

RGB channels and saturation

R 153 of 255 = 60%
G 142 of 255 = 56%
B 128 of 255 = 50%

153
142
128

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

Portions of RGB colors in percentages

R + G + B =
153 + 142 + 128 = 423 (100%)
R 153 of 423 ~ 36.17%
G 142 of 423 ~ 33.57%
B 128 of 423 ~ 30.26%

%36.17
%33.57
%30.26

CMYK color model

#998E80 color CMYK value is (0,7,16,40).

  • cyan value is 0.00%
  • magenta value is 7.19%
  • yellow value is 16.34%
  • key color value is 40.00%
CMYK:
(0,7,16,40)
C0M7Y16K40 
(0%,7%,16%,40%)
(0.00/0.07/0.16/0.40)	

CMYK percentages

%0
%7.19
%16.34
%40

Codes

Color #998E80 in popluar color models

998E80
RGB153142128
HSL34°10.92%55.10%
HSB/HSV34°16.34%60.00%
CMYK0.00%7.19%16.34%
40.00%

Color #998E80 in popluar number systems.

HEX998E80
Decimal153142128
Binary100110011000111010000000
Octal231216200

Shades and tints

Shades of #998E80

#998E80
(153,142,128)
#8C8275
(140,130,117)
#7F766A
(127,118,106)
#726A5F
(114,106,95)
#655E54
(101,94,84)
#585249
(88,82,73)
#4B463E
(75,70,62)
#3E3A33
(62,58,51)
#312E28
(49,46,40)
#24221D
(36,34,29)
#171612
(23,22,18)
#000000
(0,0,0)

Tints of #998E80

#998E80
(153,142,128)
#A2988B
(162,152,139)
#ABA296
(171,162,150)
#B4ACA1
(180,172,161)
#BDB6AC
(189,182,172)
#C6C0B7
(198,192,183)
#CFCAC2
(207,202,194)
#D8D4CD
(216,212,205)
#E1DED8
(225,222,216)
#EAE8E3
(234,232,227)
#F3F2EE
(243,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #998E80 color. Also use rgb(153,142,128) instead hex code.

Text Font Color

.myTextColor { color: #998E80; }

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

This text font color is #998E80.


Background Color

.myBgColor { background-color: #998E80; }

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

This div background color is #998E80.


Border color

.myBorderColor { border: 1px solid #998E80; }

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

This div border color is #998E80.


Opacity

.myOpacity80 { color: #998E80; opacity: 0.8; }

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

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

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

This text has shadow with #998E80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #998E80 on black background.


Color preview on white background

This text has color #998E80 on white background.



Black color preview on #998E80 background

This text has black color on #998E80 background.


White color preview on #998E80 background

This text has white color on #998E80 background.