COLOR #998289

HEX: #998289
RGB: (153,130,137)

Color info

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

RGB color model

#998289 color RGB value is (153,130,137).

  • red value is 153;
  • green value is 130;
  • blue value is 137.
RGB:
(153,130,137)
(60%,51%,54%)

RGB channels and saturation

R 153 of 255 = 60%
G 130 of 255 = 51%
B 137 of 255 = 54%

153
130
137

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

Portions of RGB colors in percentages

R + G + B =
153 + 130 + 137 = 420 (100%)
R 153 of 420 ~ 36.43%
G 130 of 420 ~ 30.95%
B 137 of 420 ~ 32.62%

%36.43
%30.95
%32.62

CMYK color model

#998289 color CMYK value is (0,15,10,40).

  • cyan value is 0.00%
  • magenta value is 15.03%
  • yellow value is 10.46%
  • key color value is 40.00%
CMYK:
(0,15,10,40)
C0M15Y10K40 
(0%,15%,10%,40%)
(0.00/0.15/0.10/0.40)	

CMYK percentages

%0
%15.03
%10.46
%40

Codes

Color #998289 in popluar color models

998289
RGB153130137
HSL342°10.13%55.49%
HSB/HSV342°15.03%60.00%
CMYK0.00%15.03%10.46%
40.00%

Color #998289 in popluar number systems.

HEX998289
Decimal153130137
Binary100110011000001010001001
Octal231202211

Shades and tints

Shades of #998289

#998289
(153,130,137)
#8C777D
(140,119,125)
#7F6C71
(127,108,113)
#726165
(114,97,101)
#655659
(101,86,89)
#584B4D
(88,75,77)
#4B4041
(75,64,65)
#3E3535
(62,53,53)
#312A29
(49,42,41)
#241F1D
(36,31,29)
#171411
(23,20,17)
#000000
(0,0,0)

Tints of #998289

#998289
(153,130,137)
#A28D93
(162,141,147)
#AB989D
(171,152,157)
#B4A3A7
(180,163,167)
#BDAEB1
(189,174,177)
#C6B9BB
(198,185,187)
#CFC4C5
(207,196,197)
#D8CFCF
(216,207,207)
#E1DAD9
(225,218,217)
#EAE5E3
(234,229,227)
#F3F0ED
(243,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #998289 color. Also use rgb(153,130,137) instead hex code.

Text Font Color

.myTextColor { color: #998289; }

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

This text font color is #998289.


Background Color

.myBgColor { background-color: #998289; }

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

This div background color is #998289.


Border color

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

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

This div border color is #998289.


Opacity

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

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

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

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

This text has shadow with #998289 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #998289 on black background.


Color preview on white background

This text has color #998289 on white background.



Black color preview on #998289 background

This text has black color on #998289 background.


White color preview on #998289 background

This text has white color on #998289 background.