COLOR #968F94

HEX: #968F94 RGB: (150,143,148)

Color info

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

RGB color model

#968F94 color RGB value is (150,143,148).

RGB: (150,143,148) (59%, 56%, 58%)

RGB channels and saturation

R 150 of 255 = 59%
G 143 of 255 = 56%
B 148 of 255 = 58%

150
143
148

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

Portions of RGB colors in percentages

R + G + B = 150 + 143 + 148 = 441 (100%)
R 150 of 441 ~ 34.01%
G 143 of 441 ~ 32.43%
B 148 of 441 ~ 33.56'%

%34.01
%32.43
%33.56

CMYK color model

#968F94 color CMYK value is (0,5,1,41).

  • cyan value is 0.00%
  • magenta value is 4.67%
  • yellow value is 1.33%
  • key color value is 41.18%

CMYK: (0,5,1,41)
C0M5Y1K41 (0%, 5%, 1%, 41%)
(0.00 / 0.05 / 0.01 / 0.41)

CMYK percentages

%0
%4.67
%1.33
%41.18

Codes

Color #968F94 in popluar color models

96 8F 94
RGB 150 143 148
HSL 317° 3.23% 57.45%
HSB/HSV 317° 4.67% 58.82%
CMYK 0.00% 4.67% 1.33%
41.18%

Color #968F94 in popluar number systems.

HEX 96 8F 94
Decimal 150 143 148
Binary 10010110 10001111 10010100
Octal 226 217 224

Shades and tints

Shades of #968F94

#968F94
(150,143,148)
#898287
(137,130,135)
#7C757A
(124,117,122)
#6F686D
(111,104,109)
#625B60
(98,91,96)
#554E53
(85,78,83)
#484146
(72,65,70)
#3B3439
(59,52,57)
#2E272C
(46,39,44)
#211A1F
(33,26,31)
#140D12
(20,13,18)
#000000
(0,0,0)

Tints of #968F94

#968F94
(150,143,148)
#9F999D
(159,153,157)
#A8A3A6
(168,163,166)
#B1ADAF
(177,173,175)
#BAB7B8
(186,183,184)
#C3C1C1
(195,193,193)
#CCCBCA
(204,203,202)
#D5D5D3
(213,213,211)
#DEDFDC
(222,223,220)
#E7E9E5
(231,233,229)
#F0F3EE
(240,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #968F94 color. Also use rgb(150,143,148) instead hex code.

Text Font Color

.myTextColor { color: #968F94; }

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

This text font color is #968F94.

Background Color

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

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

This div background color is #968F94.

Border color

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

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

This div border color is #968F94.

Opacity

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

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

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

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

This text has shadow with #968F94 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #968F94.

Preview

Color preview on black background

This text has color #968F94 on black background.


Color preview on white background

This text has color #968F94 on white background.


Black color preview on #968F94 background

This text has black color on #968F94 background.


White color preview on #968F94 background

This text has white color on #968F94 background.


Related colors

Complementary color

Complementary color for #hex is #69706B.


I love getcolorcode.com

Triadic colors

1 #94968F and #8F9496 with #968F94 are triadic colors.

2 #948F96 and #8F9694 with #968F94 are triadic colors.