COLOR #968E9A

HEX: #968E9A
RGB: (150,142,154)

Color info

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

RGB color model

#968E9A color RGB value is (150,142,154).

  • red value is 150;
  • green value is 142;
  • blue value is 154.
RGB:
(150,142,154)
(59%,56%,60%)

RGB channels and saturation

R 150 of 255 = 59%
G 142 of 255 = 56%
B 154 of 255 = 60%

150
142
154

R + G + B ~ 58%. #968E9A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
150 + 142 + 154 = 446 (100%)
R 150 of 446 ~ 33.63%
G 142 of 446 ~ 31.84%
B 154 of 446 ~ 34.53%

%33.63
%31.84
%34.53

CMYK color model

#968E9A color CMYK value is (3,8,0,40).

  • cyan value is 2.60%
  • magenta value is 7.79%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(3,8,0,40)
C3M8Y0K40 
(3%,8%,0%,40%)
(0.03/0.08/0.00/0.40)	

CMYK percentages

%2.6
%7.79
%0
%39.61

Codes

Color #968E9A in popluar color models

968E9A
RGB150142154
HSL280°5.61%58.04%
HSB/HSV280°7.79%60.39%
CMYK2.60%7.79%0.00%
39.61%

Color #968E9A in popluar number systems.

HEX968E9A
Decimal150142154
Binary100101101000111010011010
Octal226216232

Shades and tints

Shades of #968E9A

#968E9A
(150,142,154)
#89828C
(137,130,140)
#7C767E
(124,118,126)
#6F6A70
(111,106,112)
#625E62
(98,94,98)
#555254
(85,82,84)
#484646
(72,70,70)
#3B3A38
(59,58,56)
#2E2E2A
(46,46,42)
#21221C
(33,34,28)
#14160E
(20,22,14)
#000000
(0,0,0)

Tints of #968E9A

#968E9A
(150,142,154)
#9F98A3
(159,152,163)
#A8A2AC
(168,162,172)
#B1ACB5
(177,172,181)
#BAB6BE
(186,182,190)
#C3C0C7
(195,192,199)
#CCCAD0
(204,202,208)
#D5D4D9
(213,212,217)
#DEDEE2
(222,222,226)
#E7E8EB
(231,232,235)
#F0F2F4
(240,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #968E9A color. Also use rgb(150,142,154) instead hex code.

Text Font Color

.myTextColor { color: #968E9A; }

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

This text font color is #968E9A.


Background Color

.myBgColor { background-color: #968E9A; }

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

This div background color is #968E9A.


Border color

.myBorderColor { border: 1px solid #968E9A; }

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

This div border color is #968E9A.


Opacity

.myOpacity80 { color: #968E9A; opacity: 0.8; }

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

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

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

This text has shadow with #968E9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #968E9A on black background.


Color preview on white background

This text has color #968E9A on white background.



Black color preview on #968E9A background

This text has black color on #968E9A background.


White color preview on #968E9A background

This text has white color on #968E9A background.