COLOR #998778

HEX: #998778
RGB: (153,135,120)

Color info

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

RGB color model

#998778 color RGB value is (153,135,120).

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

RGB channels and saturation

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

153
135
120

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

Portions of RGB colors in percentages

R + G + B =
153 + 135 + 120 = 408 (100%)
R 153 of 408 ~ 37.5%
G 135 of 408 ~ 33.09%
B 120 of 408 ~ 29.41%

%37.5
%33.09
%29.41

CMYK color model

#998778 color CMYK value is (0,12,22,40).

  • cyan value is 0.00%
  • magenta value is 11.76%
  • yellow value is 21.57%
  • key color value is 40.00%
CMYK:
(0,12,22,40)
C0M12Y22K40 
(0%,12%,22%,40%)
(0.00/0.12/0.22/0.40)	

CMYK percentages

%0
%11.76
%21.57
%40

Codes

Color #998778 in popluar color models

998778
RGB153135120
HSL27°13.92%53.53%
HSB/HSV27°21.57%60.00%
CMYK0.00%11.76%21.57%
40.00%

Color #998778 in popluar number systems.

HEX998778
Decimal153135120
Binary10011001100001111111000
Octal231207170

Shades and tints

Shades of #998778

#998778
(153,135,120)
#8C7B6E
(140,123,110)
#7F6F64
(127,111,100)
#72635A
(114,99,90)
#655750
(101,87,80)
#584B46
(88,75,70)
#4B3F3C
(75,63,60)
#3E3332
(62,51,50)
#312728
(49,39,40)
#241B1E
(36,27,30)
#170F14
(23,15,20)
#000000
(0,0,0)

Tints of #998778

#998778
(153,135,120)
#A29184
(162,145,132)
#AB9B90
(171,155,144)
#B4A59C
(180,165,156)
#BDAFA8
(189,175,168)
#C6B9B4
(198,185,180)
#CFC3C0
(207,195,192)
#D8CDCC
(216,205,204)
#E1D7D8
(225,215,216)
#EAE1E4
(234,225,228)
#F3EBF0
(243,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #998778; }

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

This text font color is #998778.


Background Color

.myBgColor { background-color: #998778; }

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

This div background color is #998778.


Border color

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

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

This div border color is #998778.


Opacity

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

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

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

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

This text has shadow with #998778 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #998778 on black background.


Color preview on white background

This text has color #998778 on white background.



Black color preview on #998778 background

This text has black color on #998778 background.


White color preview on #998778 background

This text has white color on #998778 background.