COLOR #967D8A

HEX: #967D8A
RGB: (150,125,138)

Color info

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

RGB color model

#967D8A color RGB value is (150,125,138).

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

RGB channels and saturation

R 150 of 255 = 59%
G 125 of 255 = 49%
B 138 of 255 = 54%

150
125
138

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

Portions of RGB colors in percentages

R + G + B =
150 + 125 + 138 = 413 (100%)
R 150 of 413 ~ 36.32%
G 125 of 413 ~ 30.27%
B 138 of 413 ~ 33.41%

%36.32
%30.27
%33.41

CMYK color model

#967D8A color CMYK value is (0,17,8,41).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 8.00%
  • key color value is 41.18%
CMYK:
(0,17,8,41)
C0M17Y8K41 
(0%,17%,8%,41%)
(0.00/0.17/0.08/0.41)	

CMYK percentages

%0
%16.67
%8
%41.18

Codes

Color #967D8A in popluar color models

967D8A
RGB150125138
HSL329°10.64%53.92%
HSB/HSV329°16.67%58.82%
CMYK0.00%16.67%8.00%
41.18%

Color #967D8A in popluar number systems.

HEX967D8A
Decimal150125138
Binary10010110111110110001010
Octal226175212

Shades and tints

Shades of #967D8A

#967D8A
(150,125,138)
#89727E
(137,114,126)
#7C6772
(124,103,114)
#6F5C66
(111,92,102)
#62515A
(98,81,90)
#55464E
(85,70,78)
#483B42
(72,59,66)
#3B3036
(59,48,54)
#2E252A
(46,37,42)
#211A1E
(33,26,30)
#140F12
(20,15,18)
#000000
(0,0,0)

Tints of #967D8A

#967D8A
(150,125,138)
#9F8894
(159,136,148)
#A8939E
(168,147,158)
#B19EA8
(177,158,168)
#BAA9B2
(186,169,178)
#C3B4BC
(195,180,188)
#CCBFC6
(204,191,198)
#D5CAD0
(213,202,208)
#DED5DA
(222,213,218)
#E7E0E4
(231,224,228)
#F0EBEE
(240,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #967D8A; }

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

This text font color is #967D8A.


Background Color

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

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

This div background color is #967D8A.


Border color

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

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

This div border color is #967D8A.


Opacity

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

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

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

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

This text has shadow with #967D8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #967D8A on black background.


Color preview on white background

This text has color #967D8A on white background.



Black color preview on #967D8A background

This text has black color on #967D8A background.


White color preview on #967D8A background

This text has white color on #967D8A background.