COLOR #968178

HEX: #968178
RGB: (150,129,120)

Color info

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

RGB color model

#968178 color RGB value is (150,129,120).

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

RGB channels and saturation

R 150 of 255 = 59%
G 129 of 255 = 51%
B 120 of 255 = 47%

150
129
120

R + G + B ~ 52%. #968178 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
150 + 129 + 120 = 399 (100%)
R 150 of 399 ~ 37.59%
G 129 of 399 ~ 32.33%
B 120 of 399 ~ 30.08%

%37.59
%32.33
%30.08

CMYK color model

#968178 color CMYK value is (0,14,20,41).

  • cyan value is 0.00%
  • magenta value is 14.00%
  • yellow value is 20.00%
  • key color value is 41.18%
CMYK:
(0,14,20,41)
C0M14Y20K41 
(0%,14%,20%,41%)
(0.00/0.14/0.20/0.41)	

CMYK percentages

%0
%14
%20
%41.18

Codes

Color #968178 in popluar color models

968178
RGB150129120
HSL18°12.50%52.94%
HSB/HSV18°20.00%58.82%
CMYK0.00%14.00%20.00%
41.18%

Color #968178 in popluar number systems.

HEX968178
Decimal150129120
Binary10010110100000011111000
Octal226201170

Shades and tints

Shades of #968178

#968178
(150,129,120)
#89766E
(137,118,110)
#7C6B64
(124,107,100)
#6F605A
(111,96,90)
#625550
(98,85,80)
#554A46
(85,74,70)
#483F3C
(72,63,60)
#3B3432
(59,52,50)
#2E2928
(46,41,40)
#211E1E
(33,30,30)
#141314
(20,19,20)
#000000
(0,0,0)

Tints of #968178

#968178
(150,129,120)
#9F8C84
(159,140,132)
#A89790
(168,151,144)
#B1A29C
(177,162,156)
#BAADA8
(186,173,168)
#C3B8B4
(195,184,180)
#CCC3C0
(204,195,192)
#D5CECC
(213,206,204)
#DED9D8
(222,217,216)
#E7E4E4
(231,228,228)
#F0EFF0
(240,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #968178; }

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

This text font color is #968178.


Background Color

.myBgColor { background-color: #968178; }

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

This div background color is #968178.


Border color

.myBorderColor { border: 1px solid #968178; }

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

This div border color is #968178.


Opacity

.myOpacity80 { color: #968178; opacity: 0.8; }

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

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

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

This text has shadow with #968178 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #968178 on black background.


Color preview on white background

This text has color #968178 on white background.



Black color preview on #968178 background

This text has black color on #968178 background.


White color preview on #968178 background

This text has white color on #968178 background.