COLOR #968E9B

HEX: #968E9B
RGB: (150,142,155)

Color info

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

RGB color model

#968E9B color RGB value is (150,142,155).

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

RGB channels and saturation

R 150 of 255 = 59%
G 142 of 255 = 56%
B 155 of 255 = 61%

150
142
155

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

Portions of RGB colors in percentages

R + G + B =
150 + 142 + 155 = 447 (100%)
R 150 of 447 ~ 33.56%
G 142 of 447 ~ 31.77%
B 155 of 447 ~ 34.68%

%33.56
%31.77
%34.68

CMYK color model

#968E9B color CMYK value is (3,8,0,39).

  • cyan value is 3.23%
  • magenta value is 8.39%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(3,8,0,39)
C3M8Y0K39 
(3%,8%,0%,39%)
(0.03/0.08/0.00/0.39)	

CMYK percentages

%3.23
%8.39
%0
%39.22

Codes

Color #968E9B in popluar color models

968E9B
RGB150142155
HSL277°6.10%58.24%
HSB/HSV277°8.39%60.78%
CMYK3.23%8.39%0.00%
39.22%

Color #968E9B in popluar number systems.

HEX968E9B
Decimal150142155
Binary100101101000111010011011
Octal226216233

Shades and tints

Shades of #968E9B

#968E9B
(150,142,155)
#89828D
(137,130,141)
#7C767F
(124,118,127)
#6F6A71
(111,106,113)
#625E63
(98,94,99)
#555255
(85,82,85)
#484647
(72,70,71)
#3B3A39
(59,58,57)
#2E2E2B
(46,46,43)
#21221D
(33,34,29)
#14160F
(20,22,15)
#000000
(0,0,0)

Tints of #968E9B

#968E9B
(150,142,155)
#9F98A4
(159,152,164)
#A8A2AD
(168,162,173)
#B1ACB6
(177,172,182)
#BAB6BF
(186,182,191)
#C3C0C8
(195,192,200)
#CCCAD1
(204,202,209)
#D5D4DA
(213,212,218)
#DEDEE3
(222,222,227)
#E7E8EC
(231,232,236)
#F0F2F5
(240,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #968E9B; }

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

This text font color is #968E9B.


Background Color

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

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

This div background color is #968E9B.


Border color

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

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

This div border color is #968E9B.


Opacity

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

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

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

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

This text has shadow with #968E9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #968E9B on black background.


Color preview on white background

This text has color #968E9B on white background.



Black color preview on #968E9B background

This text has black color on #968E9B background.


White color preview on #968E9B background

This text has white color on #968E9B background.