COLOR #968180

HEX: #968180
RGB: (150,129,128)

Color info

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

RGB color model

#968180 color RGB value is (150,129,128).

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

RGB channels and saturation

R 150 of 255 = 59%
G 129 of 255 = 51%
B 128 of 255 = 50%

150
129
128

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

Portions of RGB colors in percentages

R + G + B =
150 + 129 + 128 = 407 (100%)
R 150 of 407 ~ 36.86%
G 129 of 407 ~ 31.7%
B 128 of 407 ~ 31.45%

%36.86
%31.7
%31.45

CMYK color model

#968180 color CMYK value is (0,14,15,41).

  • cyan value is 0.00%
  • magenta value is 14.00%
  • yellow value is 14.67%
  • key color value is 41.18%
CMYK:
(0,14,15,41)
C0M14Y15K41 
(0%,14%,15%,41%)
(0.00/0.14/0.15/0.41)	

CMYK percentages

%0
%14
%14.67
%41.18

Codes

Color #968180 in popluar color models

968180
RGB150129128
HSL9.48%54.51%
HSB/HSV14.67%58.82%
CMYK0.00%14.00%14.67%
41.18%

Color #968180 in popluar number systems.

HEX968180
Decimal150129128
Binary100101101000000110000000
Octal226201200

Shades and tints

Shades of #968180

#968180
(150,129,128)
#897675
(137,118,117)
#7C6B6A
(124,107,106)
#6F605F
(111,96,95)
#625554
(98,85,84)
#554A49
(85,74,73)
#483F3E
(72,63,62)
#3B3433
(59,52,51)
#2E2928
(46,41,40)
#211E1D
(33,30,29)
#141312
(20,19,18)
#000000
(0,0,0)

Tints of #968180

#968180
(150,129,128)
#9F8C8B
(159,140,139)
#A89796
(168,151,150)
#B1A2A1
(177,162,161)
#BAADAC
(186,173,172)
#C3B8B7
(195,184,183)
#CCC3C2
(204,195,194)
#D5CECD
(213,206,205)
#DED9D8
(222,217,216)
#E7E4E3
(231,228,227)
#F0EFEE
(240,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #968180; }

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

This text font color is #968180.


Background Color

.myBgColor { background-color: #968180; }

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

This div background color is #968180.


Border color

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

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

This div border color is #968180.


Opacity

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

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

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

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

This text has shadow with #968180 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #968180 on black background.


Color preview on white background

This text has color #968180 on white background.



Black color preview on #968180 background

This text has black color on #968180 background.


White color preview on #968180 background

This text has white color on #968180 background.