COLOR #967490

HEX: #967490
RGB: (150,116,144)

Color info

#967490 contains red, green and blue colors in about the same proportion. Web safe color of #967490 is #996699 (or #969).

RGB color model

#967490 color RGB value is (150,116,144).

  • red value is 150;
  • green value is 116;
  • blue value is 144.
RGB:
(150,116,144)
(59%,45%,56%)

RGB channels and saturation

R 150 of 255 = 59%
G 116 of 255 = 45%
B 144 of 255 = 56%

150
116
144

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

Portions of RGB colors in percentages

R + G + B =
150 + 116 + 144 = 410 (100%)
R 150 of 410 ~ 36.59%
G 116 of 410 ~ 28.29%
B 144 of 410 ~ 35.12%

%36.59
%28.29
%35.12

CMYK color model

#967490 color CMYK value is (0,23,4,41).

  • cyan value is 0.00%
  • magenta value is 22.67%
  • yellow value is 4.00%
  • key color value is 41.18%
CMYK:
(0,23,4,41)
C0M23Y4K41 
(0%,23%,4%,41%)
(0.00/0.23/0.04/0.41)	

CMYK percentages

%0
%22.67
%4
%41.18

Codes

Color #967490 in popluar color models

967490
RGB150116144
HSL311°13.93%52.16%
HSB/HSV311°22.67%58.82%
CMYK0.00%22.67%4.00%
41.18%

Color #967490 in popluar number systems.

HEX967490
Decimal150116144
Binary10010110111010010010000
Octal226164220

Shades and tints

Shades of #967490

#967490
(150,116,144)
#896A83
(137,106,131)
#7C6076
(124,96,118)
#6F5669
(111,86,105)
#624C5C
(98,76,92)
#55424F
(85,66,79)
#483842
(72,56,66)
#3B2E35
(59,46,53)
#2E2428
(46,36,40)
#211A1B
(33,26,27)
#14100E
(20,16,14)
#000000
(0,0,0)

Tints of #967490

#967490
(150,116,144)
#9F809A
(159,128,154)
#A88CA4
(168,140,164)
#B198AE
(177,152,174)
#BAA4B8
(186,164,184)
#C3B0C2
(195,176,194)
#CCBCCC
(204,188,204)
#D5C8D6
(213,200,214)
#DED4E0
(222,212,224)
#E7E0EA
(231,224,234)
#F0ECF4
(240,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #967490 color. Also use rgb(150,116,144) instead hex code.

Text Font Color

.myTextColor { color: #967490; }

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

This text font color is #967490.


Background Color

.myBgColor { background-color: #967490; }

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

This div background color is #967490.


Border color

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

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

This div border color is #967490.


Opacity

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

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

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

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

This text has shadow with #967490 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #967490 on black background.


Color preview on white background

This text has color #967490 on white background.



Black color preview on #967490 background

This text has black color on #967490 background.


White color preview on #967490 background

This text has white color on #967490 background.