COLOR #9D8296

HEX: #9D8296
RGB: (157,130,150)

Color info

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

RGB color model

#9D8296 color RGB value is (157,130,150).

  • red value is 157;
  • green value is 130;
  • blue value is 150.
RGB:
(157,130,150)
(62%,51%,59%)

RGB channels and saturation

R 157 of 255 = 62%
G 130 of 255 = 51%
B 150 of 255 = 59%

157
130
150

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

Portions of RGB colors in percentages

R + G + B =
157 + 130 + 150 = 437 (100%)
R 157 of 437 ~ 35.93%
G 130 of 437 ~ 29.75%
B 150 of 437 ~ 34.32%

%35.93
%29.75
%34.32

CMYK color model

#9D8296 color CMYK value is (0,17,4,38).

  • cyan value is 0.00%
  • magenta value is 17.20%
  • yellow value is 4.46%
  • key color value is 38.43%
CMYK:
(0,17,4,38)
C0M17Y4K38 
(0%,17%,4%,38%)
(0.00/0.17/0.04/0.38)	

CMYK percentages

%0
%17.2
%4.46
%38.43

Codes

Color #9D8296 in popluar color models

9D8296
RGB157130150
HSL316°12.11%56.27%
HSB/HSV316°17.20%61.57%
CMYK0.00%17.20%4.46%
38.43%

Color #9D8296 in popluar number systems.

HEX9D8296
Decimal157130150
Binary100111011000001010010110
Octal235202226

Shades and tints

Shades of #9D8296

#9D8296
(157,130,150)
#8F7789
(143,119,137)
#816C7C
(129,108,124)
#73616F
(115,97,111)
#655662
(101,86,98)
#574B55
(87,75,85)
#494048
(73,64,72)
#3B353B
(59,53,59)
#2D2A2E
(45,42,46)
#1F1F21
(31,31,33)
#111414
(17,20,20)
#000000
(0,0,0)

Tints of #9D8296

#9D8296
(157,130,150)
#A58D9F
(165,141,159)
#AD98A8
(173,152,168)
#B5A3B1
(181,163,177)
#BDAEBA
(189,174,186)
#C5B9C3
(197,185,195)
#CDC4CC
(205,196,204)
#D5CFD5
(213,207,213)
#DDDADE
(221,218,222)
#E5E5E7
(229,229,231)
#EDF0F0
(237,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D8296 color. Also use rgb(157,130,150) instead hex code.

Text Font Color

.myTextColor { color: #9D8296; }

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

This text font color is #9D8296.


Background Color

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

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

This div background color is #9D8296.


Border color

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

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

This div border color is #9D8296.


Opacity

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

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

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

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

This text has shadow with #9D8296 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D8296 on black background.


Color preview on white background

This text has color #9D8296 on white background.



Black color preview on #9D8296 background

This text has black color on #9D8296 background.


White color preview on #9D8296 background

This text has white color on #9D8296 background.