COLOR #969C90

HEX: #969C90 RGB: (150,156,144)

Color info

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

RGB color model

#969C90 color RGB value is (150,156,144).

RGB: (150,156,144) (59%, 61%, 56%)

RGB channels and saturation

R 150 of 255 = 59%
G 156 of 255 = 61%
B 144 of 255 = 56%

150
156
144

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

Portions of RGB colors in percentages

R + G + B = 150 + 156 + 144 = 450 (100%)
R 150 of 450 ~ 33.33%
G 156 of 450 ~ 34.67%
B 144 of 450 ~ 32'%

%33.33
%34.67
%32

CMYK color model

#969C90 color CMYK value is (4,0,8,39).

  • cyan value is 3.85%
  • magenta value is 0.00%
  • yellow value is 7.69%
  • key color value is 38.82%
CMYK: (4,0,8,39) C4M0Y8K39 (4%,0%,8%,39%) (0.04/0.00/0.08/0.39) 

CMYK percentages

%3.85
%0
%7.69
%38.82

Codes

Color #969C90 in popluar color models

96 9C 90
RGB 150 156 144
HSL 90° 5.71% 58.82%
HSB/HSV 90° 7.69% 61.18%
CMYK 3.85% 0.00% 7.69%
38.82%

Color #969C90 in popluar number systems.

HEX 96 9C 90
Decimal 150 156 144
Binary 10010110 10011100 10010000
Octal 226 234 220

Shades and tints

Shades of #969C90

#969C90
(150,156,144)
#898E83
(137,142,131)
#7C8076
(124,128,118)
#6F7269
(111,114,105)
#62645C
(98,100,92)
#55564F
(85,86,79)
#484842
(72,72,66)
#3B3A35
(59,58,53)
#2E2C28
(46,44,40)
#211E1B
(33,30,27)
#14100E
(20,16,14)
#000000
(0,0,0)

Tints of #969C90

#969C90
(150,156,144)
#9FA59A
(159,165,154)
#A8AEA4
(168,174,164)
#B1B7AE
(177,183,174)
#BAC0B8
(186,192,184)
#C3C9C2
(195,201,194)
#CCD2CC
(204,210,204)
#D5DBD6
(213,219,214)
#DEE4E0
(222,228,224)
#E7EDEA
(231,237,234)
#F0F6F4
(240,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #969C90; }

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

This text font color is #969C90.

Background Color

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

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

This div background color is #969C90.

Border color

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

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

This div border color is #969C90.

Opacity

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

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

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

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

This text has shadow with #969C90 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #969C90.

Preview

Color preview on black background

This text has color #969C90 on black background.


Color preview on white background

This text has color #969C90 on white background.


Black color preview on #969C90 background

This text has black color on #969C90 background.


White color preview on #969C90 background

This text has white color on #969C90 background.


Related colors

Complementary color

Complementary color for #hex is #69636F.


I love getcolorcode.com

Triadic colors

1 #90969C and #9C9096 with #969C90 are triadic colors.

2 #909C96 and #9C9690 with #969C90 are triadic colors.