COLOR #9D998D

HEX: #9D998D
RGB: (157,153,141)

Color info

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

RGB color model

#9D998D color RGB value is (157,153,141).

  • red value is 157;
  • green value is 153;
  • blue value is 141.
RGB:
(157,153,141)
(62%,60%,55%)

RGB channels and saturation

R 157 of 255 = 62%
G 153 of 255 = 60%
B 141 of 255 = 55%

157
153
141

R + G + B ~ 59%. #9D998D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
157 + 153 + 141 = 451 (100%)
R 157 of 451 ~ 34.81%
G 153 of 451 ~ 33.92%
B 141 of 451 ~ 31.26%

%34.81
%33.92
%31.26

CMYK color model

#9D998D color CMYK value is (0,3,10,38).

  • cyan value is 0.00%
  • magenta value is 2.55%
  • yellow value is 10.19%
  • key color value is 38.43%
CMYK:
(0,3,10,38)
C0M3Y10K38 
(0%,3%,10%,38%)
(0.00/0.03/0.10/0.38)	

CMYK percentages

%0
%2.55
%10.19
%38.43

Codes

Color #9D998D in popluar color models

9D998D
RGB157153141
HSL45°7.55%58.43%
HSB/HSV45°10.19%61.57%
CMYK0.00%2.55%10.19%
38.43%

Color #9D998D in popluar number systems.

HEX9D998D
Decimal157153141
Binary100111011001100110001101
Octal235231215

Shades and tints

Shades of #9D998D

#9D998D
(157,153,141)
#8F8C81
(143,140,129)
#817F75
(129,127,117)
#737269
(115,114,105)
#65655D
(101,101,93)
#575851
(87,88,81)
#494B45
(73,75,69)
#3B3E39
(59,62,57)
#2D312D
(45,49,45)
#1F2421
(31,36,33)
#111715
(17,23,21)
#000000
(0,0,0)

Tints of #9D998D

#9D998D
(157,153,141)
#A5A297
(165,162,151)
#ADABA1
(173,171,161)
#B5B4AB
(181,180,171)
#BDBDB5
(189,189,181)
#C5C6BF
(197,198,191)
#CDCFC9
(205,207,201)
#D5D8D3
(213,216,211)
#DDE1DD
(221,225,221)
#E5EAE7
(229,234,231)
#EDF3F1
(237,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D998D color. Also use rgb(157,153,141) instead hex code.

Text Font Color

.myTextColor { color: #9D998D; }

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

This text font color is #9D998D.


Background Color

.myBgColor { background-color: #9D998D; }

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

This div background color is #9D998D.


Border color

.myBorderColor { border: 1px solid #9D998D; }

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

This div border color is #9D998D.


Opacity

.myOpacity80 { color: #9D998D; opacity: 0.8; }

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

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

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

This text has shadow with #9D998D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D998D on black background.


Color preview on white background

This text has color #9D998D on white background.



Black color preview on #9D998D background

This text has black color on #9D998D background.


White color preview on #9D998D background

This text has white color on #9D998D background.