COLOR #968692

HEX: #968692
RGB: (150,134,146)

Color info

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

RGB color model

#968692 color RGB value is (150,134,146).

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

RGB channels and saturation

R 150 of 255 = 59%
G 134 of 255 = 53%
B 146 of 255 = 57%

150
134
146

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

Portions of RGB colors in percentages

R + G + B =
150 + 134 + 146 = 430 (100%)
R 150 of 430 ~ 34.88%
G 134 of 430 ~ 31.16%
B 146 of 430 ~ 33.95%

%34.88
%31.16
%33.95

CMYK color model

#968692 color CMYK value is (0,11,3,41).

  • cyan value is 0.00%
  • magenta value is 10.67%
  • yellow value is 2.67%
  • key color value is 41.18%
CMYK:
(0,11,3,41)
C0M11Y3K41 
(0%,11%,3%,41%)
(0.00/0.11/0.03/0.41)	

CMYK percentages

%0
%10.67
%2.67
%41.18

Codes

Color #968692 in popluar color models

968692
RGB150134146
HSL315°7.08%55.69%
HSB/HSV315°10.67%58.82%
CMYK0.00%10.67%2.67%
41.18%

Color #968692 in popluar number systems.

HEX968692
Decimal150134146
Binary100101101000011010010010
Octal226206222

Shades and tints

Shades of #968692

#968692
(150,134,146)
#897A85
(137,122,133)
#7C6E78
(124,110,120)
#6F626B
(111,98,107)
#62565E
(98,86,94)
#554A51
(85,74,81)
#483E44
(72,62,68)
#3B3237
(59,50,55)
#2E262A
(46,38,42)
#211A1D
(33,26,29)
#140E10
(20,14,16)
#000000
(0,0,0)

Tints of #968692

#968692
(150,134,146)
#9F919B
(159,145,155)
#A89CA4
(168,156,164)
#B1A7AD
(177,167,173)
#BAB2B6
(186,178,182)
#C3BDBF
(195,189,191)
#CCC8C8
(204,200,200)
#D5D3D1
(213,211,209)
#DEDEDA
(222,222,218)
#E7E9E3
(231,233,227)
#F0F4EC
(240,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #968692; }

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

This text font color is #968692.


Background Color

.myBgColor { background-color: #968692; }

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

This div background color is #968692.


Border color

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

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

This div border color is #968692.


Opacity

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

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

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

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

This text has shadow with #968692 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #968692 on black background.


Color preview on white background

This text has color #968692 on white background.



Black color preview on #968692 background

This text has black color on #968692 background.


White color preview on #968692 background

This text has white color on #968692 background.