COLOR #998783

HEX: #998783
RGB: (153,135,131)

Color info

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

RGB color model

#998783 color RGB value is (153,135,131).

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

RGB channels and saturation

R 153 of 255 = 60%
G 135 of 255 = 53%
B 131 of 255 = 51%

153
135
131

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

Portions of RGB colors in percentages

R + G + B =
153 + 135 + 131 = 419 (100%)
R 153 of 419 ~ 36.52%
G 135 of 419 ~ 32.22%
B 131 of 419 ~ 31.26%

%36.52
%32.22
%31.26

CMYK color model

#998783 color CMYK value is (0,12,14,40).

  • cyan value is 0.00%
  • magenta value is 11.76%
  • yellow value is 14.38%
  • key color value is 40.00%
CMYK:
(0,12,14,40)
C0M12Y14K40 
(0%,12%,14%,40%)
(0.00/0.12/0.14/0.40)	

CMYK percentages

%0
%11.76
%14.38
%40

Codes

Color #998783 in popluar color models

998783
RGB153135131
HSL11°9.73%55.69%
HSB/HSV11°14.38%60.00%
CMYK0.00%11.76%14.38%
40.00%

Color #998783 in popluar number systems.

HEX998783
Decimal153135131
Binary100110011000011110000011
Octal231207203

Shades and tints

Shades of #998783

#998783
(153,135,131)
#8C7B78
(140,123,120)
#7F6F6D
(127,111,109)
#726362
(114,99,98)
#655757
(101,87,87)
#584B4C
(88,75,76)
#4B3F41
(75,63,65)
#3E3336
(62,51,54)
#31272B
(49,39,43)
#241B20
(36,27,32)
#170F15
(23,15,21)
#000000
(0,0,0)

Tints of #998783

#998783
(153,135,131)
#A2918E
(162,145,142)
#AB9B99
(171,155,153)
#B4A5A4
(180,165,164)
#BDAFAF
(189,175,175)
#C6B9BA
(198,185,186)
#CFC3C5
(207,195,197)
#D8CDD0
(216,205,208)
#E1D7DB
(225,215,219)
#EAE1E6
(234,225,230)
#F3EBF1
(243,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #998783 color. Also use rgb(153,135,131) instead hex code.

Text Font Color

.myTextColor { color: #998783; }

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

This text font color is #998783.


Background Color

.myBgColor { background-color: #998783; }

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

This div background color is #998783.


Border color

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

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

This div border color is #998783.


Opacity

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

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

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

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

This text has shadow with #998783 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #998783 on black background.


Color preview on white background

This text has color #998783 on white background.



Black color preview on #998783 background

This text has black color on #998783 background.


White color preview on #998783 background

This text has white color on #998783 background.