COLOR #9F789B

HEX: #9F789B RGB: (159,120,155)

Color info

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

RGB color model

#9F789B color RGB value is (159,120,155).

RGB: (159,120,155) (62%, 47%, 61%)

RGB channels and saturation

R 159 of 255 = 62%
G 120 of 255 = 47%
B 155 of 255 = 61%

159
120
155

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

Portions of RGB colors in percentages

R + G + B = 159 + 120 + 155 = 434 (100%)
R 159 of 434 ~ 36.64%
G 120 of 434 ~ 27.65%
B 155 of 434 ~ 35.71'%

%36.64
%27.65
%35.71

CMYK color model

#9F789B color CMYK value is (0,25,3,38).

  • cyan value is 0.00%
  • magenta value is 24.53%
  • yellow value is 2.52%
  • key color value is 37.65%

CMYK: (0,25,3,38)
C0M25Y3K38 (0%, 25%, 3%, 38%)
(0.00 / 0.25 / 0.03 / 0.38)

CMYK percentages

%0
%24.53
%2.52
%37.65

Codes

Color #9F789B in popluar color models

9F 78 9B
RGB 159 120 155
HSL 306° 16.88% 54.71%
HSB/HSV 306° 24.53% 62.35%
CMYK 0.00% 24.53% 2.52%
37.65%

Color #9F789B in popluar number systems.

HEX 9F 78 9B
Decimal 159 120 155
Binary 10011111 1111000 10011011
Octal 237 170 233

Shades and tints

Shades of #9F789B

#9F789B
(159,120,155)
#916E8D
(145,110,141)
#83647F
(131,100,127)
#755A71
(117,90,113)
#675063
(103,80,99)
#594655
(89,70,85)
#4B3C47
(75,60,71)
#3D3239
(61,50,57)
#2F282B
(47,40,43)
#211E1D
(33,30,29)
#13140F
(19,20,15)
#000000
(0,0,0)

Tints of #9F789B

#9F789B
(159,120,155)
#A784A4
(167,132,164)
#AF90AD
(175,144,173)
#B79CB6
(183,156,182)
#BFA8BF
(191,168,191)
#C7B4C8
(199,180,200)
#CFC0D1
(207,192,209)
#D7CCDA
(215,204,218)
#DFD8E3
(223,216,227)
#E7E4EC
(231,228,236)
#EFF0F5
(239,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F789B color. Also use rgb(159,120,155) instead hex code.

Text Font Color

.myTextColor { color: #9F789B; }

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

This text font color is #9F789B.

Background Color

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

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

This div background color is #9F789B.

Border color

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

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

This div border color is #9F789B.

Opacity

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

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

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

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

This text has shadow with #9F789B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9F789B.

Preview

Color preview on black background

This text has color #9F789B on black background.


Color preview on white background

This text has color #9F789B on white background.


Black color preview on #9F789B background

This text has black color on #9F789B background.


White color preview on #9F789B background

This text has white color on #9F789B background.


Related colors

Complementary color

Complementary color for #hex is #608764.


I love getcolorcode.com

Triadic colors

1 #9B9F78 and #789B9F with #9F789B are triadic colors.

2 #9B789F and #789F9B with #9F789B are triadic colors.