COLOR #967D9C

HEX: #967D9C RGB: (150,125,156)

Color info

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

RGB color model

#967D9C color RGB value is (150,125,156).

RGB: (150,125,156) (59%, 49%, 61%)

RGB channels and saturation

R 150 of 255 = 59%
G 125 of 255 = 49%
B 156 of 255 = 61%

150
125
156

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

Portions of RGB colors in percentages

R + G + B = 150 + 125 + 156 = 431 (100%)
R 150 of 431 ~ 34.8%
G 125 of 431 ~ 29%
B 156 of 431 ~ 36.19'%

%34.8
%29
%36.19

CMYK color model

#967D9C color CMYK value is (4,20,0,39).

  • cyan value is 3.85%
  • magenta value is 19.87%
  • yellow value is 0.00%
  • key color value is 38.82%

CMYK: (4,20,0,39)
C4M20Y0K39 (4%, 20%, 0%, 39%)
(0.04 / 0.20 / 0.00 / 0.39)

CMYK percentages

%3.85
%19.87
%0
%38.82

Codes

Color #967D9C in popluar color models

96 7D 9C
RGB 150 125 156
HSL 288° 13.54% 55.10%
HSB/HSV 288° 19.87% 61.18%
CMYK 3.85% 19.87% 0.00%
38.82%

Color #967D9C in popluar number systems.

HEX 96 7D 9C
Decimal 150 125 156
Binary 10010110 1111101 10011100
Octal 226 175 234

Shades and tints

Shades of #967D9C

#967D9C
(150,125,156)
#89728E
(137,114,142)
#7C6780
(124,103,128)
#6F5C72
(111,92,114)
#625164
(98,81,100)
#554656
(85,70,86)
#483B48
(72,59,72)
#3B303A
(59,48,58)
#2E252C
(46,37,44)
#211A1E
(33,26,30)
#140F10
(20,15,16)
#000000
(0,0,0)

Tints of #967D9C

#967D9C
(150,125,156)
#9F88A5
(159,136,165)
#A893AE
(168,147,174)
#B19EB7
(177,158,183)
#BAA9C0
(186,169,192)
#C3B4C9
(195,180,201)
#CCBFD2
(204,191,210)
#D5CADB
(213,202,219)
#DED5E4
(222,213,228)
#E7E0ED
(231,224,237)
#F0EBF6
(240,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #967D9C color. Also use rgb(150,125,156) instead hex code.

Text Font Color

.myTextColor { color: #967D9C; }

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

This text font color is #967D9C.

Background Color

.myBgColor { background-color: #967D9C; }

<div style="background-color:#967D9C">Inner text</div>

This div background color is #967D9C.

Border color

.myBorderColor { border: 1px solid #967D9C; }

<div style="border:3px solid #967D9C">Div</div>

This div border color is #967D9C.

Opacity

.myOpacity80 { color: #967D9C; opacity: 0.8; }

<p style="color:#967D9C;opacity:0.8;">80%</p>

Text with #967D9C 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 #967D9C;}

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

This text has shadow with #967D9C color.


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

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

This text has shadow with #967D9C primary color and red secondary color.


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

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

This text has shadow with #967D9C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #967D9C.

Preview

Color preview on black background

This text has color #967D9C on black background.


Color preview on white background

This text has color #967D9C on white background.


Black color preview on #967D9C background

This text has black color on #967D9C background.


White color preview on #967D9C background

This text has white color on #967D9C background.


Related colors

Complementary color

Complementary color for #hex is #698263.


I love getcolorcode.com

Triadic colors

1 #9C967D and #7D9C96 with #967D9C are triadic colors.

2 #9C7D96 and #7D969C with #967D9C are triadic colors.