COLOR #9D678B

HEX: #9D678B RGB: (157,103,139)

Color info

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

RGB color model

#9D678B color RGB value is (157,103,139).

RGB: (157,103,139) (62%, 40%, 55%)

RGB channels and saturation

R 157 of 255 = 62%
G 103 of 255 = 40%
B 139 of 255 = 55%

157
103
139

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

Portions of RGB colors in percentages

R + G + B = 157 + 103 + 139 = 399 (100%)
R 157 of 399 ~ 39.35%
G 103 of 399 ~ 25.81%
B 139 of 399 ~ 34.84'%

%39.35
%25.81
%34.84

CMYK color model

#9D678B color CMYK value is (0,34,11,38).

  • cyan value is 0.00%
  • magenta value is 34.39%
  • yellow value is 11.46%
  • key color value is 38.43%

CMYK: (0,34,11,38)
C0M34Y11K38 (0%, 34%, 11%, 38%)
(0.00 / 0.34 / 0.11 / 0.38)

CMYK percentages

%0
%34.39
%11.46
%38.43

Codes

Color #9D678B in popluar color models

9D 67 8B
RGB 157 103 139
HSL 320° 21.60% 50.98%
HSB/HSV 320° 34.39% 61.57%
CMYK 0.00% 34.39% 11.46%
38.43%

Color #9D678B in popluar number systems.

HEX 9D 67 8B
Decimal 157 103 139
Binary 10011101 1100111 10001011
Octal 235 147 213

Shades and tints

Shades of #9D678B

#9D678B
(157,103,139)
#8F5E7F
(143,94,127)
#815573
(129,85,115)
#734C67
(115,76,103)
#65435B
(101,67,91)
#573A4F
(87,58,79)
#493143
(73,49,67)
#3B2837
(59,40,55)
#2D1F2B
(45,31,43)
#1F161F
(31,22,31)
#110D13
(17,13,19)
#000000
(0,0,0)

Tints of #9D678B

#9D678B
(157,103,139)
#A57495
(165,116,149)
#AD819F
(173,129,159)
#B58EA9
(181,142,169)
#BD9BB3
(189,155,179)
#C5A8BD
(197,168,189)
#CDB5C7
(205,181,199)
#D5C2D1
(213,194,209)
#DDCFDB
(221,207,219)
#E5DCE5
(229,220,229)
#EDE9EF
(237,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D678B color. Also use rgb(157,103,139) instead hex code.

Text Font Color

.myTextColor { color: #9D678B; }

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

This text font color is #9D678B.

Background Color

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

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

This div background color is #9D678B.

Border color

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

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

This div border color is #9D678B.

Opacity

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

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

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

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

This text has shadow with #9D678B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9D678B.

Preview

Color preview on black background

This text has color #9D678B on black background.


Color preview on white background

This text has color #9D678B on white background.


Black color preview on #9D678B background

This text has black color on #9D678B background.


White color preview on #9D678B background

This text has white color on #9D678B background.


Related colors

Complementary color

Complementary color for #hex is #629874.


I love getcolorcode.com

Triadic colors

1 #8B9D67 and #678B9D with #9D678B are triadic colors.

2 #8B679D and #679D8B with #9D678B are triadic colors.