COLOR #968F7E

HEX: #968F7E RGB: (150,143,126)

Color info

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

RGB color model

#968F7E color RGB value is (150,143,126).

RGB: (150,143,126) (59%, 56%, 49%)

RGB channels and saturation

R 150 of 255 = 59%
G 143 of 255 = 56%
B 126 of 255 = 49%

150
143
126

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

Portions of RGB colors in percentages

R + G + B = 150 + 143 + 126 = 419 (100%)
R 150 of 419 ~ 35.8%
G 143 of 419 ~ 34.13%
B 126 of 419 ~ 30.07'%

%35.8
%34.13
%30.07

CMYK color model

#968F7E color CMYK value is (0,5,16,41).

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

CMYK: (0,5,16,41)
C0M5Y16K41 (0%, 5%, 16%, 41%)
(0.00 / 0.05 / 0.16 / 0.41)

CMYK percentages

%0
%4.67
%16
%41.18

Codes

Color #968F7E in popluar color models

96 8F 7E
RGB 150 143 126
HSL 43° 10.26% 54.12%
HSB/HSV 43° 16.00% 58.82%
CMYK 0.00% 4.67% 16.00%
41.18%

Color #968F7E in popluar number systems.

HEX 96 8F 7E
Decimal 150 143 126
Binary 10010110 10001111 1111110
Octal 226 217 176

Shades and tints

Shades of #968F7E

#968F7E
(150,143,126)
#898273
(137,130,115)
#7C7568
(124,117,104)
#6F685D
(111,104,93)
#625B52
(98,91,82)
#554E47
(85,78,71)
#48413C
(72,65,60)
#3B3431
(59,52,49)
#2E2726
(46,39,38)
#211A1B
(33,26,27)
#140D10
(20,13,16)
#000000
(0,0,0)

Tints of #968F7E

#968F7E
(150,143,126)
#9F9989
(159,153,137)
#A8A394
(168,163,148)
#B1AD9F
(177,173,159)
#BAB7AA
(186,183,170)
#C3C1B5
(195,193,181)
#CCCBC0
(204,203,192)
#D5D5CB
(213,213,203)
#DEDFD6
(222,223,214)
#E7E9E1
(231,233,225)
#F0F3EC
(240,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #968F7E; }

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

This text font color is #968F7E.

Background Color

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

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

This div background color is #968F7E.

Border color

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

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

This div border color is #968F7E.

Opacity

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

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

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

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

This text has shadow with #968F7E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #968F7E.

Preview

Color preview on black background

This text has color #968F7E on black background.


Color preview on white background

This text has color #968F7E on white background.


Black color preview on #968F7E background

This text has black color on #968F7E background.


White color preview on #968F7E background

This text has white color on #968F7E background.


Related colors

Complementary color

Complementary color for #hex is #697081.


I love getcolorcode.com

Triadic colors

1 #7E968F and #8F7E96 with #968F7E are triadic colors.

2 #7E8F96 and #8F967E with #968F7E are triadic colors.