COLOR #9D679B

HEX: #9D679B RGB: (157,103,155)

Color info

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

RGB color model

#9D679B color RGB value is (157,103,155).

RGB: (157,103,155) (62%, 40%, 61%)

RGB channels and saturation

R 157 of 255 = 62%
G 103 of 255 = 40%
B 155 of 255 = 61%

157
103
155

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

Portions of RGB colors in percentages

R + G + B = 157 + 103 + 155 = 415 (100%)
R 157 of 415 ~ 37.83%
G 103 of 415 ~ 24.82%
B 155 of 415 ~ 37.35'%

%37.83
%24.82
%37.35

CMYK color model

#9D679B color CMYK value is (0,34,1,38).

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

CMYK: (0,34,1,38)
C0M34Y1K38 (0%, 34%, 1%, 38%)
(0.00 / 0.34 / 0.01 / 0.38)

CMYK percentages

%0
%34.39
%1.27
%38.43

Codes

Color #9D679B in popluar color models

9D 67 9B
RGB 157 103 155
HSL 302° 21.60% 50.98%
HSB/HSV 302° 34.39% 61.57%
CMYK 0.00% 34.39% 1.27%
38.43%

Color #9D679B in popluar number systems.

HEX 9D 67 9B
Decimal 157 103 155
Binary 10011101 1100111 10011011
Octal 235 147 233

Shades and tints

Shades of #9D679B

#9D679B
(157,103,155)
#8F5E8D
(143,94,141)
#81557F
(129,85,127)
#734C71
(115,76,113)
#654363
(101,67,99)
#573A55
(87,58,85)
#493147
(73,49,71)
#3B2839
(59,40,57)
#2D1F2B
(45,31,43)
#1F161D
(31,22,29)
#110D0F
(17,13,15)
#000000
(0,0,0)

Tints of #9D679B

#9D679B
(157,103,155)
#A574A4
(165,116,164)
#AD81AD
(173,129,173)
#B58EB6
(181,142,182)
#BD9BBF
(189,155,191)
#C5A8C8
(197,168,200)
#CDB5D1
(205,181,209)
#D5C2DA
(213,194,218)
#DDCFE3
(221,207,227)
#E5DCEC
(229,220,236)
#EDE9F5
(237,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D679B; }

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

This text font color is #9D679B.

Background Color

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

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

This div background color is #9D679B.

Border color

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

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

This div border color is #9D679B.

Opacity

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

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

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

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

This text has shadow with #9D679B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9D679B.

Preview

Color preview on black background

This text has color #9D679B on black background.


Color preview on white background

This text has color #9D679B on white background.


Black color preview on #9D679B background

This text has black color on #9D679B background.


White color preview on #9D679B background

This text has white color on #9D679B background.


Related colors

Complementary color

Complementary color for #hex is #629864.


I love getcolorcode.com

Triadic colors

1 #9B9D67 and #679B9D with #9D679B are triadic colors.

2 #9B679D and #679D9B with #9D679B are triadic colors.