COLOR #967A7D

HEX: #967A7D
RGB: (150,122,125)

Color info

#967A7D contains red, green and blue colors in about the same proportion. Web safe color of #967A7D is #996666 (or #966).

RGB color model

#967A7D color RGB value is (150,122,125).

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

RGB channels and saturation

R 150 of 255 = 59%
G 122 of 255 = 48%
B 125 of 255 = 49%

150
122
125

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

Portions of RGB colors in percentages

R + G + B =
150 + 122 + 125 = 397 (100%)
R 150 of 397 ~ 37.78%
G 122 of 397 ~ 30.73%
B 125 of 397 ~ 31.49%

%37.78
%30.73
%31.49

CMYK color model

#967A7D color CMYK value is (0,19,17,41).

  • cyan value is 0.00%
  • magenta value is 18.67%
  • yellow value is 16.67%
  • key color value is 41.18%
CMYK:
(0,19,17,41)
C0M19Y17K41 
(0%,19%,17%,41%)
(0.00/0.19/0.17/0.41)	

CMYK percentages

%0
%18.67
%16.67
%41.18

Codes

Color #967A7D in popluar color models

967A7D
RGB150122125
HSL354°11.76%53.33%
HSB/HSV354°18.67%58.82%
CMYK0.00%18.67%16.67%
41.18%

Color #967A7D in popluar number systems.

HEX967A7D
Decimal150122125
Binary1001011011110101111101
Octal226172175

Shades and tints

Shades of #967A7D

#967A7D
(150,122,125)
#896F72
(137,111,114)
#7C6467
(124,100,103)
#6F595C
(111,89,92)
#624E51
(98,78,81)
#554346
(85,67,70)
#48383B
(72,56,59)
#3B2D30
(59,45,48)
#2E2225
(46,34,37)
#21171A
(33,23,26)
#140C0F
(20,12,15)
#000000
(0,0,0)

Tints of #967A7D

#967A7D
(150,122,125)
#9F8688
(159,134,136)
#A89293
(168,146,147)
#B19E9E
(177,158,158)
#BAAAA9
(186,170,169)
#C3B6B4
(195,182,180)
#CCC2BF
(204,194,191)
#D5CECA
(213,206,202)
#DEDAD5
(222,218,213)
#E7E6E0
(231,230,224)
#F0F2EB
(240,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #967A7D; }

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

This text font color is #967A7D.


Background Color

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

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

This div background color is #967A7D.


Border color

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

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

This div border color is #967A7D.


Opacity

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

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

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

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

This text has shadow with #967A7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #967A7D on black background.


Color preview on white background

This text has color #967A7D on white background.



Black color preview on #967A7D background

This text has black color on #967A7D background.


White color preview on #967A7D background

This text has white color on #967A7D background.