COLOR #998281

HEX: #998281
RGB: (153,130,129)

Color info

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

RGB color model

#998281 color RGB value is (153,130,129).

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

RGB channels and saturation

R 153 of 255 = 60%
G 130 of 255 = 51%
B 129 of 255 = 51%

153
130
129

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

Portions of RGB colors in percentages

R + G + B =
153 + 130 + 129 = 412 (100%)
R 153 of 412 ~ 37.14%
G 130 of 412 ~ 31.55%
B 129 of 412 ~ 31.31%

%37.14
%31.55
%31.31

CMYK color model

#998281 color CMYK value is (0,15,16,40).

  • cyan value is 0.00%
  • magenta value is 15.03%
  • yellow value is 15.69%
  • key color value is 40.00%
CMYK:
(0,15,16,40)
C0M15Y16K40 
(0%,15%,16%,40%)
(0.00/0.15/0.16/0.40)	

CMYK percentages

%0
%15.03
%15.69
%40

Codes

Color #998281 in popluar color models

998281
RGB153130129
HSL10.53%55.29%
HSB/HSV15.69%60.00%
CMYK0.00%15.03%15.69%
40.00%

Color #998281 in popluar number systems.

HEX998281
Decimal153130129
Binary100110011000001010000001
Octal231202201

Shades and tints

Shades of #998281

#998281
(153,130,129)
#8C7776
(140,119,118)
#7F6C6B
(127,108,107)
#726160
(114,97,96)
#655655
(101,86,85)
#584B4A
(88,75,74)
#4B403F
(75,64,63)
#3E3534
(62,53,52)
#312A29
(49,42,41)
#241F1E
(36,31,30)
#171413
(23,20,19)
#000000
(0,0,0)

Tints of #998281

#998281
(153,130,129)
#A28D8C
(162,141,140)
#AB9897
(171,152,151)
#B4A3A2
(180,163,162)
#BDAEAD
(189,174,173)
#C6B9B8
(198,185,184)
#CFC4C3
(207,196,195)
#D8CFCE
(216,207,206)
#E1DAD9
(225,218,217)
#EAE5E4
(234,229,228)
#F3F0EF
(243,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #998281; }

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

This text font color is #998281.


Background Color

.myBgColor { background-color: #998281; }

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

This div background color is #998281.


Border color

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

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

This div border color is #998281.


Opacity

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

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

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

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

This text has shadow with #998281 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #998281 on black background.


Color preview on white background

This text has color #998281 on white background.



Black color preview on #998281 background

This text has black color on #998281 background.


White color preview on #998281 background

This text has white color on #998281 background.