COLOR #967A91

HEX: #967A91
RGB: (150,122,145)

Color info

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

RGB color model

#967A91 color RGB value is (150,122,145).

  • red value is 150;
  • green value is 122;
  • blue value is 145.
RGB:
(150,122,145)
(59%,48%,57%)

RGB channels and saturation

R 150 of 255 = 59%
G 122 of 255 = 48%
B 145 of 255 = 57%

150
122
145

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

Portions of RGB colors in percentages

R + G + B =
150 + 122 + 145 = 417 (100%)
R 150 of 417 ~ 35.97%
G 122 of 417 ~ 29.26%
B 145 of 417 ~ 34.77%

%35.97
%29.26
%34.77

CMYK color model

#967A91 color CMYK value is (0,19,3,41).

  • cyan value is 0.00%
  • magenta value is 18.67%
  • yellow value is 3.33%
  • key color value is 41.18%
CMYK:
(0,19,3,41)
C0M19Y3K41 
(0%,19%,3%,41%)
(0.00/0.19/0.03/0.41)	

CMYK percentages

%0
%18.67
%3.33
%41.18

Codes

Color #967A91 in popluar color models

967A91
RGB150122145
HSL311°11.76%53.33%
HSB/HSV311°18.67%58.82%
CMYK0.00%18.67%3.33%
41.18%

Color #967A91 in popluar number systems.

HEX967A91
Decimal150122145
Binary10010110111101010010001
Octal226172221

Shades and tints

Shades of #967A91

#967A91
(150,122,145)
#896F84
(137,111,132)
#7C6477
(124,100,119)
#6F596A
(111,89,106)
#624E5D
(98,78,93)
#554350
(85,67,80)
#483843
(72,56,67)
#3B2D36
(59,45,54)
#2E2229
(46,34,41)
#21171C
(33,23,28)
#140C0F
(20,12,15)
#000000
(0,0,0)

Tints of #967A91

#967A91
(150,122,145)
#9F869B
(159,134,155)
#A892A5
(168,146,165)
#B19EAF
(177,158,175)
#BAAAB9
(186,170,185)
#C3B6C3
(195,182,195)
#CCC2CD
(204,194,205)
#D5CED7
(213,206,215)
#DEDAE1
(222,218,225)
#E7E6EB
(231,230,235)
#F0F2F5
(240,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #967A91 color. Also use rgb(150,122,145) instead hex code.

Text Font Color

.myTextColor { color: #967A91; }

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

This text font color is #967A91.


Background Color

.myBgColor { background-color: #967A91; }

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

This div background color is #967A91.


Border color

.myBorderColor { border: 1px solid #967A91; }

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

This div border color is #967A91.


Opacity

.myOpacity80 { color: #967A91; opacity: 0.8; }

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

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

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

This text has shadow with #967A91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #967A91 on black background.


Color preview on white background

This text has color #967A91 on white background.



Black color preview on #967A91 background

This text has black color on #967A91 background.


White color preview on #967A91 background

This text has white color on #967A91 background.