COLOR #967988

HEX: #967988
RGB: (150,121,136)

Color info

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

RGB color model

#967988 color RGB value is (150,121,136).

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

RGB channels and saturation

R 150 of 255 = 59%
G 121 of 255 = 47%
B 136 of 255 = 53%

150
121
136

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

Portions of RGB colors in percentages

R + G + B =
150 + 121 + 136 = 407 (100%)
R 150 of 407 ~ 36.86%
G 121 of 407 ~ 29.73%
B 136 of 407 ~ 33.42%

%36.86
%29.73
%33.42

CMYK color model

#967988 color CMYK value is (0,19,9,41).

  • cyan value is 0.00%
  • magenta value is 19.33%
  • yellow value is 9.33%
  • key color value is 41.18%
CMYK:
(0,19,9,41)
C0M19Y9K41 
(0%,19%,9%,41%)
(0.00/0.19/0.09/0.41)	

CMYK percentages

%0
%19.33
%9.33
%41.18

Codes

Color #967988 in popluar color models

967988
RGB150121136
HSL329°12.13%53.14%
HSB/HSV329°19.33%58.82%
CMYK0.00%19.33%9.33%
41.18%

Color #967988 in popluar number systems.

HEX967988
Decimal150121136
Binary10010110111100110001000
Octal226171210

Shades and tints

Shades of #967988

#967988
(150,121,136)
#896E7C
(137,110,124)
#7C6370
(124,99,112)
#6F5864
(111,88,100)
#624D58
(98,77,88)
#55424C
(85,66,76)
#483740
(72,55,64)
#3B2C34
(59,44,52)
#2E2128
(46,33,40)
#21161C
(33,22,28)
#140B10
(20,11,16)
#000000
(0,0,0)

Tints of #967988

#967988
(150,121,136)
#9F8592
(159,133,146)
#A8919C
(168,145,156)
#B19DA6
(177,157,166)
#BAA9B0
(186,169,176)
#C3B5BA
(195,181,186)
#CCC1C4
(204,193,196)
#D5CDCE
(213,205,206)
#DED9D8
(222,217,216)
#E7E5E2
(231,229,226)
#F0F1EC
(240,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #967988; }

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

This text font color is #967988.


Background Color

.myBgColor { background-color: #967988; }

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

This div background color is #967988.


Border color

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

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

This div border color is #967988.


Opacity

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

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

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

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

This text has shadow with #967988 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #967988 on black background.


Color preview on white background

This text has color #967988 on white background.



Black color preview on #967988 background

This text has black color on #967988 background.


White color preview on #967988 background

This text has white color on #967988 background.