COLOR #969C99

HEX: #969C99 RGB: (150,156,153)

Color info

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

RGB color model

#969C99 color RGB value is (150,156,153).

RGB: (150,156,153) (59%, 61%, 60%)

RGB channels and saturation

R 150 of 255 = 59%
G 156 of 255 = 61%
B 153 of 255 = 60%

150
156
153

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

Portions of RGB colors in percentages

R + G + B = 150 + 156 + 153 = 459 (100%)
R 150 of 459 ~ 32.68%
G 156 of 459 ~ 33.99%
B 153 of 459 ~ 33.33'%

%32.68
%33.99
%33.33

CMYK color model

#969C99 color CMYK value is (4,0,2,39).

  • cyan value is 3.85%
  • magenta value is 0.00%
  • yellow value is 1.92%
  • key color value is 38.82%

CMYK: (4,0,2,39)
C4M0Y2K39 (4%, 0%, 2%, 39%)
(0.04 / 0.00 / 0.02 / 0.39)

CMYK percentages

%3.85
%0
%1.92
%38.82

Codes

Color #969C99 in popluar color models

96 9C 99
RGB 150 156 153
HSL 150° 2.94% 60.00%
HSB/HSV 150° 3.85% 61.18%
CMYK 3.85% 0.00% 1.92%
38.82%

Color #969C99 in popluar number systems.

HEX 96 9C 99
Decimal 150 156 153
Binary 10010110 10011100 10011001
Octal 226 234 231

Shades and tints

Shades of #969C99

#969C99
(150,156,153)
#898E8C
(137,142,140)
#7C807F
(124,128,127)
#6F7272
(111,114,114)
#626465
(98,100,101)
#555658
(85,86,88)
#48484B
(72,72,75)
#3B3A3E
(59,58,62)
#2E2C31
(46,44,49)
#211E24
(33,30,36)
#141017
(20,16,23)
#000000
(0,0,0)

Tints of #969C99

#969C99
(150,156,153)
#9FA5A2
(159,165,162)
#A8AEAB
(168,174,171)
#B1B7B4
(177,183,180)
#BAC0BD
(186,192,189)
#C3C9C6
(195,201,198)
#CCD2CF
(204,210,207)
#D5DBD8
(213,219,216)
#DEE4E1
(222,228,225)
#E7EDEA
(231,237,234)
#F0F6F3
(240,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #969C99; }

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

This text font color is #969C99.

Background Color

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

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

This div background color is #969C99.

Border color

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

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

This div border color is #969C99.

Opacity

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

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

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

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

This text has shadow with #969C99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #969C99.

Preview

Color preview on black background

This text has color #969C99 on black background.


Color preview on white background

This text has color #969C99 on white background.


Black color preview on #969C99 background

This text has black color on #969C99 background.


White color preview on #969C99 background

This text has white color on #969C99 background.


Related colors

Complementary color

Complementary color for #hex is #696366.


I love getcolorcode.com

Triadic colors

1 #99969C and #9C9996 with #969C99 are triadic colors.

2 #999C96 and #9C9699 with #969C99 are triadic colors.