COLOR #968693

HEX: #968693
RGB: (150,134,147)

Color info

#968693 contains red, green and blue colors in about the same proportion. Web safe color of #968693 is #999999 (or #999).

RGB color model

#968693 color RGB value is (150,134,147).

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

RGB channels and saturation

R 150 of 255 = 59%
G 134 of 255 = 53%
B 147 of 255 = 58%

150
134
147

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

Portions of RGB colors in percentages

R + G + B =
150 + 134 + 147 = 431 (100%)
R 150 of 431 ~ 34.8%
G 134 of 431 ~ 31.09%
B 147 of 431 ~ 34.11%

%34.8
%31.09
%34.11

CMYK color model

#968693 color CMYK value is (0,11,2,41).

  • cyan value is 0.00%
  • magenta value is 10.67%
  • yellow value is 2.00%
  • key color value is 41.18%
CMYK:
(0,11,2,41)
C0M11Y2K41 
(0%,11%,2%,41%)
(0.00/0.11/0.02/0.41)	

CMYK percentages

%0
%10.67
%2
%41.18

Codes

Color #968693 in popluar color models

968693
RGB150134147
HSL311°7.08%55.69%
HSB/HSV311°10.67%58.82%
CMYK0.00%10.67%2.00%
41.18%

Color #968693 in popluar number systems.

HEX968693
Decimal150134147
Binary100101101000011010010011
Octal226206223

Shades and tints

Shades of #968693

#968693
(150,134,147)
#897A86
(137,122,134)
#7C6E79
(124,110,121)
#6F626C
(111,98,108)
#62565F
(98,86,95)
#554A52
(85,74,82)
#483E45
(72,62,69)
#3B3238
(59,50,56)
#2E262B
(46,38,43)
#211A1E
(33,26,30)
#140E11
(20,14,17)
#000000
(0,0,0)

Tints of #968693

#968693
(150,134,147)
#9F919C
(159,145,156)
#A89CA5
(168,156,165)
#B1A7AE
(177,167,174)
#BAB2B7
(186,178,183)
#C3BDC0
(195,189,192)
#CCC8C9
(204,200,201)
#D5D3D2
(213,211,210)
#DEDEDB
(222,222,219)
#E7E9E4
(231,233,228)
#F0F4ED
(240,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #968693; }

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

This text font color is #968693.


Background Color

.myBgColor { background-color: #968693; }

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

This div background color is #968693.


Border color

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

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

This div border color is #968693.


Opacity

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

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

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

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

This text has shadow with #968693 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #968693 on black background.


Color preview on white background

This text has color #968693 on white background.



Black color preview on #968693 background

This text has black color on #968693 background.


White color preview on #968693 background

This text has white color on #968693 background.