COLOR #967993

HEX: #967993
RGB: (150,121,147)

Color info

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

RGB color model

#967993 color RGB value is (150,121,147).

  • red value is 150;
  • green value is 121;
  • blue value is 147.
RGB:
(150,121,147)
(59%,47%,58%)

RGB channels and saturation

R 150 of 255 = 59%
G 121 of 255 = 47%
B 147 of 255 = 58%

150
121
147

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

Portions of RGB colors in percentages

R + G + B =
150 + 121 + 147 = 418 (100%)
R 150 of 418 ~ 35.89%
G 121 of 418 ~ 28.95%
B 147 of 418 ~ 35.17%

%35.89
%28.95
%35.17

CMYK color model

#967993 color CMYK value is (0,19,2,41).

  • cyan value is 0.00%
  • magenta value is 19.33%
  • yellow value is 2.00%
  • key color value is 41.18%
CMYK:
(0,19,2,41)
C0M19Y2K41 
(0%,19%,2%,41%)
(0.00/0.19/0.02/0.41)	

CMYK percentages

%0
%19.33
%2
%41.18

Codes

Color #967993 in popluar color models

967993
RGB150121147
HSL306°12.13%53.14%
HSB/HSV306°19.33%58.82%
CMYK0.00%19.33%2.00%
41.18%

Color #967993 in popluar number systems.

HEX967993
Decimal150121147
Binary10010110111100110010011
Octal226171223

Shades and tints

Shades of #967993

#967993
(150,121,147)
#896E86
(137,110,134)
#7C6379
(124,99,121)
#6F586C
(111,88,108)
#624D5F
(98,77,95)
#554252
(85,66,82)
#483745
(72,55,69)
#3B2C38
(59,44,56)
#2E212B
(46,33,43)
#21161E
(33,22,30)
#140B11
(20,11,17)
#000000
(0,0,0)

Tints of #967993

#967993
(150,121,147)
#9F859C
(159,133,156)
#A891A5
(168,145,165)
#B19DAE
(177,157,174)
#BAA9B7
(186,169,183)
#C3B5C0
(195,181,192)
#CCC1C9
(204,193,201)
#D5CDD2
(213,205,210)
#DED9DB
(222,217,219)
#E7E5E4
(231,229,228)
#F0F1ED
(240,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #967993 color. Also use rgb(150,121,147) instead hex code.

Text Font Color

.myTextColor { color: #967993; }

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

This text font color is #967993.


Background Color

.myBgColor { background-color: #967993; }

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

This div background color is #967993.


Border color

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

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

This div border color is #967993.


Opacity

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

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

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

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

This text has shadow with #967993 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #967993 on black background.


Color preview on white background

This text has color #967993 on white background.



Black color preview on #967993 background

This text has black color on #967993 background.


White color preview on #967993 background

This text has white color on #967993 background.