COLOR #968E7E

HEX: #968E7E
RGB: (150,142,126)

Color info

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

RGB color model

#968E7E color RGB value is (150,142,126).

  • red value is 150;
  • green value is 142;
  • blue value is 126.
RGB:
(150,142,126)
(59%,56%,49%)

RGB channels and saturation

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

150
142
126

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

Portions of RGB colors in percentages

R + G + B =
150 + 142 + 126 = 418 (100%)
R 150 of 418 ~ 35.89%
G 142 of 418 ~ 33.97%
B 126 of 418 ~ 30.14%

%35.89
%33.97
%30.14

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.33%
  • 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
%5.33
%16
%41.18

Codes

Color #968E7E in popluar color models

968E7E
RGB150142126
HSL40°10.26%54.12%
HSB/HSV40°16.00%58.82%
CMYK0.00%5.33%16.00%
41.18%

Color #968E7E in popluar number systems.

HEX968E7E
Decimal150142126
Binary10010110100011101111110
Octal226216176

Shades and tints

Shades of #968E7E

#968E7E
(150,142,126)
#898273
(137,130,115)
#7C7668
(124,118,104)
#6F6A5D
(111,106,93)
#625E52
(98,94,82)
#555247
(85,82,71)
#48463C
(72,70,60)
#3B3A31
(59,58,49)
#2E2E26
(46,46,38)
#21221B
(33,34,27)
#141610
(20,22,16)
#000000
(0,0,0)

Tints of #968E7E

#968E7E
(150,142,126)
#9F9889
(159,152,137)
#A8A294
(168,162,148)
#B1AC9F
(177,172,159)
#BAB6AA
(186,182,170)
#C3C0B5
(195,192,181)
#CCCAC0
(204,202,192)
#D5D4CB
(213,212,203)
#DEDED6
(222,222,214)
#E7E8E1
(231,232,225)
#F0F2EC
(240,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #968E7E; }

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

This text font color is #968E7E.


Background Color

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

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

This div background color is #968E7E.


Border color

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

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

This div border color is #968E7E.


Opacity

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

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

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

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

This text has shadow with #968E7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #968E7E on black background.


Color preview on white background

This text has color #968E7E on white background.



Black color preview on #968E7E background

This text has black color on #968E7E background.


White color preview on #968E7E background

This text has white color on #968E7E background.