COLOR #9D8099

HEX: #9D8099 RGB: (157,128,153)

Color info

#9D8099 contains red, green and blue colors in about the same proportion. Web safe color of #9D8099 is #996699 (or #969).

RGB color model

#9D8099 color RGB value is (157,128,153).

RGB: (157,128,153) (62%, 50%, 60%)

RGB channels and saturation

R 157 of 255 = 62%
G 128 of 255 = 50%
B 153 of 255 = 60%

157
128
153

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

Portions of RGB colors in percentages

R + G + B = 157 + 128 + 153 = 438 (100%)
R 157 of 438 ~ 35.84%
G 128 of 438 ~ 29.22%
B 153 of 438 ~ 34.93'%

%35.84
%29.22
%34.93

CMYK color model

#9D8099 color CMYK value is (0,18,3,38).

  • cyan value is 0.00%
  • magenta value is 18.47%
  • yellow value is 2.55%
  • key color value is 38.43%

CMYK: (0,18,3,38)
C0M18Y3K38 (0%, 18%, 3%, 38%)
(0.00 / 0.18 / 0.03 / 0.38)

CMYK percentages

%0
%18.47
%2.55
%38.43

Codes

Color #9D8099 in popluar color models

9D 80 99
RGB 157 128 153
HSL 308° 12.89% 55.88%
HSB/HSV 308° 18.47% 61.57%
CMYK 0.00% 18.47% 2.55%
38.43%

Color #9D8099 in popluar number systems.

HEX 9D 80 99
Decimal 157 128 153
Binary 10011101 10000000 10011001
Octal 235 200 231

Shades and tints

Shades of #9D8099

#9D8099
(157,128,153)
#8F758C
(143,117,140)
#816A7F
(129,106,127)
#735F72
(115,95,114)
#655465
(101,84,101)
#574958
(87,73,88)
#493E4B
(73,62,75)
#3B333E
(59,51,62)
#2D2831
(45,40,49)
#1F1D24
(31,29,36)
#111217
(17,18,23)
#000000
(0,0,0)

Tints of #9D8099

#9D8099
(157,128,153)
#A58BA2
(165,139,162)
#AD96AB
(173,150,171)
#B5A1B4
(181,161,180)
#BDACBD
(189,172,189)
#C5B7C6
(197,183,198)
#CDC2CF
(205,194,207)
#D5CDD8
(213,205,216)
#DDD8E1
(221,216,225)
#E5E3EA
(229,227,234)
#EDEEF3
(237,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D8099; }

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

This text font color is #9D8099.

Background Color

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

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

This div background color is #9D8099.

Border color

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

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

This div border color is #9D8099.

Opacity

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

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

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

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

This text has shadow with #9D8099 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9D8099.

Preview

Color preview on black background

This text has color #9D8099 on black background.


Color preview on white background

This text has color #9D8099 on white background.


Black color preview on #9D8099 background

This text has black color on #9D8099 background.


White color preview on #9D8099 background

This text has white color on #9D8099 background.


Related colors

Complementary color

Complementary color for #hex is #627F66.


I love getcolorcode.com

Triadic colors

1 #999D80 and #80999D with #9D8099 are triadic colors.

2 #99809D and #809D99 with #9D8099 are triadic colors.