COLOR #968F80

HEX: #968F80 RGB: (150,143,128)

Color info

#968F80 contains red, green and blue colors in about the same proportion. Web safe color of #968F80 is #999966 (or #996).

RGB color model

#968F80 color RGB value is (150,143,128).

RGB: (150,143,128) (59%, 56%, 50%)

RGB channels and saturation

R 150 of 255 = 59%
G 143 of 255 = 56%
B 128 of 255 = 50%

150
143
128

R + G + B ~ 55%. #968F80 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 150 + 143 + 128 = 421 (100%)
R 150 of 421 ~ 35.63%
G 143 of 421 ~ 33.97%
B 128 of 421 ~ 30.4'%

%35.63
%33.97
%30.4

CMYK color model

#968F80 color CMYK value is (0,5,15,41).

  • cyan value is 0.00%
  • magenta value is 4.67%
  • yellow value is 14.67%
  • key color value is 41.18%

CMYK: (0,5,15,41)
C0M5Y15K41 (0%, 5%, 15%, 41%)
(0.00 / 0.05 / 0.15 / 0.41)

CMYK percentages

%0
%4.67
%14.67
%41.18

Codes

Color #968F80 in popluar color models

96 8F 80
RGB 150 143 128
HSL 41° 9.48% 54.51%
HSB/HSV 41° 14.67% 58.82%
CMYK 0.00% 4.67% 14.67%
41.18%

Color #968F80 in popluar number systems.

HEX 96 8F 80
Decimal 150 143 128
Binary 10010110 10001111 10000000
Octal 226 217 200

Shades and tints

Shades of #968F80

#968F80
(150,143,128)
#898275
(137,130,117)
#7C756A
(124,117,106)
#6F685F
(111,104,95)
#625B54
(98,91,84)
#554E49
(85,78,73)
#48413E
(72,65,62)
#3B3433
(59,52,51)
#2E2728
(46,39,40)
#211A1D
(33,26,29)
#140D12
(20,13,18)
#000000
(0,0,0)

Tints of #968F80

#968F80
(150,143,128)
#9F998B
(159,153,139)
#A8A396
(168,163,150)
#B1ADA1
(177,173,161)
#BAB7AC
(186,183,172)
#C3C1B7
(195,193,183)
#CCCBC2
(204,203,194)
#D5D5CD
(213,213,205)
#DEDFD8
(222,223,216)
#E7E9E3
(231,233,227)
#F0F3EE
(240,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #968F80 color. Also use rgb(150,143,128) instead hex code.

Text Font Color

.myTextColor { color: #968F80; }

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

This text font color is #968F80.

Background Color

.myBgColor { background-color: #968F80; }

<div style="background-color:#968F80">Inner text</div>

This div background color is #968F80.

Border color

.myBorderColor { border: 1px solid #968F80; }

<div style="border:3px solid #968F80">Div</div>

This div border color is #968F80.

Opacity

.myOpacity80 { color: #968F80; opacity: 0.8; }

<p style="color:#968F80;opacity:0.8;">80%</p>

Text with #968F80 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 #968F80;}

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

This text has shadow with #968F80 color.


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

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

This text has shadow with #968F80 primary color and red secondary color.


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

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

This text has shadow with #968F80 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #968F80.

Preview

Color preview on black background

This text has color #968F80 on black background.


Color preview on white background

This text has color #968F80 on white background.


Black color preview on #968F80 background

This text has black color on #968F80 background.


White color preview on #968F80 background

This text has white color on #968F80 background.


Related colors

Complementary color

Complementary color for #hex is #69707F.


I love getcolorcode.com

Triadic colors

1 #80968F and #8F8096 with #968F80 are triadic colors.

2 #808F96 and #8F9680 with #968F80 are triadic colors.