COLOR #965684

HEX: #965684
RGB: (150,86,132)

Color info

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

RGB color model

#965684 color RGB value is (150,86,132).

  • red value is 150;
  • green value is 86;
  • blue value is 132.
RGB:
(150,86,132)
(59%,34%,52%)

RGB channels and saturation

R 150 of 255 = 59%
G 86 of 255 = 34%
B 132 of 255 = 52%

150
86
132

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

Portions of RGB colors in percentages

R + G + B =
150 + 86 + 132 = 368 (100%)
R 150 of 368 ~ 40.76%
G 86 of 368 ~ 23.37%
B 132 of 368 ~ 35.87%

%40.76
%23.37
%35.87

CMYK color model

#965684 color CMYK value is (0,43,12,41).

  • cyan value is 0.00%
  • magenta value is 42.67%
  • yellow value is 12.00%
  • key color value is 41.18%
CMYK:
(0,43,12,41)
C0M43Y12K41 
(0%,43%,12%,41%)
(0.00/0.43/0.12/0.41)	

CMYK percentages

%0
%42.67
%12
%41.18

Codes

Color #965684 in popluar color models

965684
RGB15086132
HSL317°27.12%46.27%
HSB/HSV317°42.67%58.82%
CMYK0.00%42.67%12.00%
41.18%

Color #965684 in popluar number systems.

HEX965684
Decimal15086132
Binary10010110101011010000100
Octal226126204

Shades and tints

Shades of #965684

#965684
(150,86,132)
#894F78
(137,79,120)
#7C486C
(124,72,108)
#6F4160
(111,65,96)
#623A54
(98,58,84)
#553348
(85,51,72)
#482C3C
(72,44,60)
#3B2530
(59,37,48)
#2E1E24
(46,30,36)
#211718
(33,23,24)
#14100C
(20,16,12)
#000000
(0,0,0)

Tints of #965684

#965684
(150,86,132)
#9F658F
(159,101,143)
#A8749A
(168,116,154)
#B183A5
(177,131,165)
#BA92B0
(186,146,176)
#C3A1BB
(195,161,187)
#CCB0C6
(204,176,198)
#D5BFD1
(213,191,209)
#DECEDC
(222,206,220)
#E7DDE7
(231,221,231)
#F0ECF2
(240,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #965684 color. Also use rgb(150,86,132) instead hex code.

Text Font Color

.myTextColor { color: #965684; }

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

This text font color is #965684.


Background Color

.myBgColor { background-color: #965684; }

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

This div background color is #965684.


Border color

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

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

This div border color is #965684.


Opacity

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

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

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

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

This text has shadow with #965684 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #965684 on black background.


Color preview on white background

This text has color #965684 on white background.



Black color preview on #965684 background

This text has black color on #965684 background.


White color preview on #965684 background

This text has white color on #965684 background.