COLOR #9F7697

HEX: #9F7697 RGB: (159,118,151)

Color info

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

RGB color model

#9F7697 color RGB value is (159,118,151).

RGB: (159,118,151) (62%, 46%, 59%)

RGB channels and saturation

R 159 of 255 = 62%
G 118 of 255 = 46%
B 151 of 255 = 59%

159
118
151

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

Portions of RGB colors in percentages

R + G + B = 159 + 118 + 151 = 428 (100%)
R 159 of 428 ~ 37.15%
G 118 of 428 ~ 27.57%
B 151 of 428 ~ 35.28'%

%37.15
%27.57
%35.28

CMYK color model

#9F7697 color CMYK value is (0,26,5,38).

  • cyan value is 0.00%
  • magenta value is 25.79%
  • yellow value is 5.03%
  • key color value is 37.65%

CMYK: (0,26,5,38)
C0M26Y5K38 (0%, 26%, 5%, 38%)
(0.00 / 0.26 / 0.05 / 0.38)

CMYK percentages

%0
%25.79
%5.03
%37.65

Codes

Color #9F7697 in popluar color models

9F 76 97
RGB 159 118 151
HSL 312° 17.60% 54.31%
HSB/HSV 312° 25.79% 62.35%
CMYK 0.00% 25.79% 5.03%
37.65%

Color #9F7697 in popluar number systems.

HEX 9F 76 97
Decimal 159 118 151
Binary 10011111 1110110 10010111
Octal 237 166 227

Shades and tints

Shades of #9F7697

#9F7697
(159,118,151)
#916C8A
(145,108,138)
#83627D
(131,98,125)
#755870
(117,88,112)
#674E63
(103,78,99)
#594456
(89,68,86)
#4B3A49
(75,58,73)
#3D303C
(61,48,60)
#2F262F
(47,38,47)
#211C22
(33,28,34)
#131215
(19,18,21)
#000000
(0,0,0)

Tints of #9F7697

#9F7697
(159,118,151)
#A782A0
(167,130,160)
#AF8EA9
(175,142,169)
#B79AB2
(183,154,178)
#BFA6BB
(191,166,187)
#C7B2C4
(199,178,196)
#CFBECD
(207,190,205)
#D7CAD6
(215,202,214)
#DFD6DF
(223,214,223)
#E7E2E8
(231,226,232)
#EFEEF1
(239,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F7697 color. Also use rgb(159,118,151) instead hex code.

Text Font Color

.myTextColor { color: #9F7697; }

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

This text font color is #9F7697.

Background Color

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

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

This div background color is #9F7697.

Border color

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

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

This div border color is #9F7697.

Opacity

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

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

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

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

This text has shadow with #9F7697 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9F7697.

Preview

Color preview on black background

This text has color #9F7697 on black background.


Color preview on white background

This text has color #9F7697 on white background.


Black color preview on #9F7697 background

This text has black color on #9F7697 background.


White color preview on #9F7697 background

This text has white color on #9F7697 background.


Related colors

Complementary color

Complementary color for #hex is #608968.


I love getcolorcode.com

Triadic colors

1 #979F76 and #76979F with #9F7697 are triadic colors.

2 #97769F and #769F97 with #9F7697 are triadic colors.