COLOR #967D93

HEX: #967D93
RGB: (150,125,147)

Color info

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

RGB color model

#967D93 color RGB value is (150,125,147).

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

RGB channels and saturation

R 150 of 255 = 59%
G 125 of 255 = 49%
B 147 of 255 = 58%

150
125
147

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

Portions of RGB colors in percentages

R + G + B =
150 + 125 + 147 = 422 (100%)
R 150 of 422 ~ 35.55%
G 125 of 422 ~ 29.62%
B 147 of 422 ~ 34.83%

%35.55
%29.62
%34.83

CMYK color model

#967D93 color CMYK value is (0,17,2,41).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 2.00%
  • key color value is 41.18%
CMYK:
(0,17,2,41)
C0M17Y2K41 
(0%,17%,2%,41%)
(0.00/0.17/0.02/0.41)	

CMYK percentages

%0
%16.67
%2
%41.18

Codes

Color #967D93 in popluar color models

967D93
RGB150125147
HSL307°10.64%53.92%
HSB/HSV307°16.67%58.82%
CMYK0.00%16.67%2.00%
41.18%

Color #967D93 in popluar number systems.

HEX967D93
Decimal150125147
Binary10010110111110110010011
Octal226175223

Shades and tints

Shades of #967D93

#967D93
(150,125,147)
#897286
(137,114,134)
#7C6779
(124,103,121)
#6F5C6C
(111,92,108)
#62515F
(98,81,95)
#554652
(85,70,82)
#483B45
(72,59,69)
#3B3038
(59,48,56)
#2E252B
(46,37,43)
#211A1E
(33,26,30)
#140F11
(20,15,17)
#000000
(0,0,0)

Tints of #967D93

#967D93
(150,125,147)
#9F889C
(159,136,156)
#A893A5
(168,147,165)
#B19EAE
(177,158,174)
#BAA9B7
(186,169,183)
#C3B4C0
(195,180,192)
#CCBFC9
(204,191,201)
#D5CAD2
(213,202,210)
#DED5DB
(222,213,219)
#E7E0E4
(231,224,228)
#F0EBED
(240,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #967D93; }

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

This text font color is #967D93.


Background Color

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

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

This div background color is #967D93.


Border color

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

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

This div border color is #967D93.


Opacity

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

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

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

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

This text has shadow with #967D93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #967D93 on black background.


Color preview on white background

This text has color #967D93 on white background.



Black color preview on #967D93 background

This text has black color on #967D93 background.


White color preview on #967D93 background

This text has white color on #967D93 background.