COLOR #966468

HEX: #966468
RGB: (150,100,104)

Color info

#966468 contains red, green and blue colors in about the same proportion. Web safe color of #966468 is #996666 (or #966).

RGB color model

#966468 color RGB value is (150,100,104).

  • red value is 150;
  • green value is 100;
  • blue value is 104.
RGB:
(150,100,104)
(59%,39%,41%)

RGB channels and saturation

R 150 of 255 = 59%
G 100 of 255 = 39%
B 104 of 255 = 41%

150
100
104

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

Portions of RGB colors in percentages

R + G + B =
150 + 100 + 104 = 354 (100%)
R 150 of 354 ~ 42.37%
G 100 of 354 ~ 28.25%
B 104 of 354 ~ 29.38%

%42.37
%28.25
%29.38

CMYK color model

#966468 color CMYK value is (0,33,31,41).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 30.67%
  • key color value is 41.18%
CMYK:
(0,33,31,41)
C0M33Y31K41 
(0%,33%,31%,41%)
(0.00/0.33/0.31/0.41)	

CMYK percentages

%0
%33.33
%30.67
%41.18

Codes

Color #966468 in popluar color models

966468
RGB150100104
HSL355°20.00%49.02%
HSB/HSV355°33.33%58.82%
CMYK0.00%33.33%30.67%
41.18%

Color #966468 in popluar number systems.

HEX966468
Decimal150100104
Binary1001011011001001101000
Octal226144150

Shades and tints

Shades of #966468

#966468
(150,100,104)
#895B5F
(137,91,95)
#7C5256
(124,82,86)
#6F494D
(111,73,77)
#624044
(98,64,68)
#55373B
(85,55,59)
#482E32
(72,46,50)
#3B2529
(59,37,41)
#2E1C20
(46,28,32)
#211317
(33,19,23)
#140A0E
(20,10,14)
#000000
(0,0,0)

Tints of #966468

#966468
(150,100,104)
#9F7275
(159,114,117)
#A88082
(168,128,130)
#B18E8F
(177,142,143)
#BA9C9C
(186,156,156)
#C3AAA9
(195,170,169)
#CCB8B6
(204,184,182)
#D5C6C3
(213,198,195)
#DED4D0
(222,212,208)
#E7E2DD
(231,226,221)
#F0F0EA
(240,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #966468 color. Also use rgb(150,100,104) instead hex code.

Text Font Color

.myTextColor { color: #966468; }

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

This text font color is #966468.


Background Color

.myBgColor { background-color: #966468; }

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

This div background color is #966468.


Border color

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

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

This div border color is #966468.


Opacity

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

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

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

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

This text has shadow with #966468 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #966468 on black background.


Color preview on white background

This text has color #966468 on white background.



Black color preview on #966468 background

This text has black color on #966468 background.


White color preview on #966468 background

This text has white color on #966468 background.