COLOR #968C90

HEX: #968C90 RGB: (150,140,144)

Color info

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

RGB color model

#968C90 color RGB value is (150,140,144).

RGB: (150,140,144) (59%, 55%, 56%)

RGB channels and saturation

R 150 of 255 = 59%
G 140 of 255 = 55%
B 144 of 255 = 56%

150
140
144

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

Portions of RGB colors in percentages

R + G + B = 150 + 140 + 144 = 434 (100%)
R 150 of 434 ~ 34.56%
G 140 of 434 ~ 32.26%
B 144 of 434 ~ 33.18'%

%34.56
%32.26
%33.18

CMYK color model

#968C90 color CMYK value is (0,7,4,41).

  • cyan value is 0.00%
  • magenta value is 6.67%
  • yellow value is 4.00%
  • key color value is 41.18%

CMYK: (0,7,4,41)
C0M7Y4K41 (0%, 7%, 4%, 41%)
(0.00 / 0.07 / 0.04 / 0.41)

CMYK percentages

%0
%6.67
%4
%41.18

Codes

Color #968C90 in popluar color models

96 8C 90
RGB 150 140 144
HSL 336° 4.55% 56.86%
HSB/HSV 336° 6.67% 58.82%
CMYK 0.00% 6.67% 4.00%
41.18%

Color #968C90 in popluar number systems.

HEX 96 8C 90
Decimal 150 140 144
Binary 10010110 10001100 10010000
Octal 226 214 220

Shades and tints

Shades of #968C90

#968C90
(150,140,144)
#898083
(137,128,131)
#7C7476
(124,116,118)
#6F6869
(111,104,105)
#625C5C
(98,92,92)
#55504F
(85,80,79)
#484442
(72,68,66)
#3B3835
(59,56,53)
#2E2C28
(46,44,40)
#21201B
(33,32,27)
#14140E
(20,20,14)
#000000
(0,0,0)

Tints of #968C90

#968C90
(150,140,144)
#9F969A
(159,150,154)
#A8A0A4
(168,160,164)
#B1AAAE
(177,170,174)
#BAB4B8
(186,180,184)
#C3BEC2
(195,190,194)
#CCC8CC
(204,200,204)
#D5D2D6
(213,210,214)
#DEDCE0
(222,220,224)
#E7E6EA
(231,230,234)
#F0F0F4
(240,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #968C90 color. Also use rgb(150,140,144) instead hex code.

Text Font Color

.myTextColor { color: #968C90; }

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

This text font color is #968C90.

Background Color

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

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

This div background color is #968C90.

Border color

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

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

This div border color is #968C90.

Opacity

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

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

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

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

This text has shadow with #968C90 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #968C90.

Preview

Color preview on black background

This text has color #968C90 on black background.


Color preview on white background

This text has color #968C90 on white background.


Black color preview on #968C90 background

This text has black color on #968C90 background.


White color preview on #968C90 background

This text has white color on #968C90 background.


Related colors

Complementary color

Complementary color for #hex is #69736F.


I love getcolorcode.com

Triadic colors

1 #90968C and #8C9096 with #968C90 are triadic colors.

2 #908C96 and #8C9690 with #968C90 are triadic colors.