COLOR #96426C

HEX: #96426C
RGB: (150,66,108)

Color info

#96426C contains mainly red and blue colors. Web safe color of #96426C is #993366 (or #936).

RGB color model

#96426C color RGB value is (150,66,108).

  • red value is 150;
  • green value is 66;
  • blue value is 108.
RGB:
(150,66,108)
(59%,26%,42%)

RGB channels and saturation

R 150 of 255 = 59%
G 66 of 255 = 26%
B 108 of 255 = 42%

150
66
108

R + G + B ~ 42%. #96426C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
150 + 66 + 108 = 324 (100%)
R 150 of 324 ~ 46.3%
G 66 of 324 ~ 20.37%
B 108 of 324 ~ 33.33%

%46.3
%20.37
%33.33

CMYK color model

#96426C color CMYK value is (0,56,28,41).

  • cyan value is 0.00%
  • magenta value is 56.00%
  • yellow value is 28.00%
  • key color value is 41.18%
CMYK:
(0,56,28,41)
C0M56Y28K41 
(0%,56%,28%,41%)
(0.00/0.56/0.28/0.41)	

CMYK percentages

%0
%56
%28
%41.18

Codes

Color #96426C in popluar color models

96426C
RGB15066108
HSL330°38.89%42.35%
HSB/HSV330°56.00%58.82%
CMYK0.00%56.00%28.00%
41.18%

Color #96426C in popluar number systems.

HEX96426C
Decimal15066108
Binary1001011010000101101100
Octal226102154

Shades and tints

Shades of #96426C

#96426C
(150,66,108)
#893C63
(137,60,99)
#7C365A
(124,54,90)
#6F3051
(111,48,81)
#622A48
(98,42,72)
#55243F
(85,36,63)
#481E36
(72,30,54)
#3B182D
(59,24,45)
#2E1224
(46,18,36)
#210C1B
(33,12,27)
#140612
(20,6,18)
#000000
(0,0,0)

Tints of #96426C

#96426C
(150,66,108)
#9F5379
(159,83,121)
#A86486
(168,100,134)
#B17593
(177,117,147)
#BA86A0
(186,134,160)
#C397AD
(195,151,173)
#CCA8BA
(204,168,186)
#D5B9C7
(213,185,199)
#DECAD4
(222,202,212)
#E7DBE1
(231,219,225)
#F0ECEE
(240,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96426C color. Also use rgb(150,66,108) instead hex code.

Text Font Color

.myTextColor { color: #96426C; }

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

This text font color is #96426C.


Background Color

.myBgColor { background-color: #96426C; }

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

This div background color is #96426C.


Border color

.myBorderColor { border: 1px solid #96426C; }

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

This div border color is #96426C.


Opacity

.myOpacity80 { color: #96426C; opacity: 0.8; }

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

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

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

This text has shadow with #96426C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96426C on black background.


Color preview on white background

This text has color #96426C on white background.



Black color preview on #96426C background

This text has black color on #96426C background.


White color preview on #96426C background

This text has white color on #96426C background.