COLOR #965886

HEX: #965886
RGB: (150,88,134)

Color info

#965886 contains mainly red and blue colors. Web safe color of #965886 is #996699 (or #969).

RGB color model

#965886 color RGB value is (150,88,134).

  • red value is 150;
  • green value is 88;
  • blue value is 134.
RGB:
(150,88,134)
(59%,35%,53%)

RGB channels and saturation

R 150 of 255 = 59%
G 88 of 255 = 35%
B 134 of 255 = 53%

150
88
134

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

Portions of RGB colors in percentages

R + G + B =
150 + 88 + 134 = 372 (100%)
R 150 of 372 ~ 40.32%
G 88 of 372 ~ 23.66%
B 134 of 372 ~ 36.02%

%40.32
%23.66
%36.02

CMYK color model

#965886 color CMYK value is (0,41,11,41).

  • cyan value is 0.00%
  • magenta value is 41.33%
  • yellow value is 10.67%
  • key color value is 41.18%
CMYK:
(0,41,11,41)
C0M41Y11K41 
(0%,41%,11%,41%)
(0.00/0.41/0.11/0.41)	

CMYK percentages

%0
%41.33
%10.67
%41.18

Codes

Color #965886 in popluar color models

965886
RGB15088134
HSL315°26.05%46.67%
HSB/HSV315°41.33%58.82%
CMYK0.00%41.33%10.67%
41.18%

Color #965886 in popluar number systems.

HEX965886
Decimal15088134
Binary10010110101100010000110
Octal226130206

Shades and tints

Shades of #965886

#965886
(150,88,134)
#89507A
(137,80,122)
#7C486E
(124,72,110)
#6F4062
(111,64,98)
#623856
(98,56,86)
#55304A
(85,48,74)
#48283E
(72,40,62)
#3B2032
(59,32,50)
#2E1826
(46,24,38)
#21101A
(33,16,26)
#14080E
(20,8,14)
#000000
(0,0,0)

Tints of #965886

#965886
(150,88,134)
#9F6791
(159,103,145)
#A8769C
(168,118,156)
#B185A7
(177,133,167)
#BA94B2
(186,148,178)
#C3A3BD
(195,163,189)
#CCB2C8
(204,178,200)
#D5C1D3
(213,193,211)
#DED0DE
(222,208,222)
#E7DFE9
(231,223,233)
#F0EEF4
(240,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #965886 color. Also use rgb(150,88,134) instead hex code.

Text Font Color

.myTextColor { color: #965886; }

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

This text font color is #965886.


Background Color

.myBgColor { background-color: #965886; }

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

This div background color is #965886.


Border color

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

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

This div border color is #965886.


Opacity

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

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

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

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

This text has shadow with #965886 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #965886 on black background.


Color preview on white background

This text has color #965886 on white background.



Black color preview on #965886 background

This text has black color on #965886 background.


White color preview on #965886 background

This text has white color on #965886 background.