COLOR #968F81

HEX: #968F81
RGB: (150,143,129)

Color info

#968F81 contains red, green and blue colors in about the same proportion. Web safe color of #968F81 is #999999 (or #999).

RGB color model

#968F81 color RGB value is (150,143,129).

  • red value is 150;
  • green value is 143;
  • blue value is 129.
RGB:
(150,143,129)
(59%,56%,51%)

RGB channels and saturation

R 150 of 255 = 59%
G 143 of 255 = 56%
B 129 of 255 = 51%

150
143
129

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

Portions of RGB colors in percentages

R + G + B =
150 + 143 + 129 = 422 (100%)
R 150 of 422 ~ 35.55%
G 143 of 422 ~ 33.89%
B 129 of 422 ~ 30.57%

%35.55
%33.89
%30.57

CMYK color model

#968F81 color CMYK value is (0,5,14,41).

  • cyan value is 0.00%
  • magenta value is 4.67%
  • yellow value is 14.00%
  • key color value is 41.18%
CMYK:
(0,5,14,41)
C0M5Y14K41 
(0%,5%,14%,41%)
(0.00/0.05/0.14/0.41)	

CMYK percentages

%0
%4.67
%14
%41.18

Codes

Color #968F81 in popluar color models

968F81
RGB150143129
HSL40°9.09%54.71%
HSB/HSV40°14.00%58.82%
CMYK0.00%4.67%14.00%
41.18%

Color #968F81 in popluar number systems.

HEX968F81
Decimal150143129
Binary100101101000111110000001
Octal226217201

Shades and tints

Shades of #968F81

#968F81
(150,143,129)
#898276
(137,130,118)
#7C756B
(124,117,107)
#6F6860
(111,104,96)
#625B55
(98,91,85)
#554E4A
(85,78,74)
#48413F
(72,65,63)
#3B3434
(59,52,52)
#2E2729
(46,39,41)
#211A1E
(33,26,30)
#140D13
(20,13,19)
#000000
(0,0,0)

Tints of #968F81

#968F81
(150,143,129)
#9F998C
(159,153,140)
#A8A397
(168,163,151)
#B1ADA2
(177,173,162)
#BAB7AD
(186,183,173)
#C3C1B8
(195,193,184)
#CCCBC3
(204,203,195)
#D5D5CE
(213,213,206)
#DEDFD9
(222,223,217)
#E7E9E4
(231,233,228)
#F0F3EF
(240,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #968F81; }

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

This text font color is #968F81.


Background Color

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

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

This div background color is #968F81.


Border color

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

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

This div border color is #968F81.


Opacity

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

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

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

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

This text has shadow with #968F81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #968F81 on black background.


Color preview on white background

This text has color #968F81 on white background.



Black color preview on #968F81 background

This text has black color on #968F81 background.


White color preview on #968F81 background

This text has white color on #968F81 background.