COLOR #969099

HEX: #969099
RGB: (150,144,153)

Color info

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

RGB color model

#969099 color RGB value is (150,144,153).

  • red value is 150;
  • green value is 144;
  • blue value is 153.
RGB:
(150,144,153)
(59%,56%,60%)

RGB channels and saturation

R 150 of 255 = 59%
G 144 of 255 = 56%
B 153 of 255 = 60%

150
144
153

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

Portions of RGB colors in percentages

R + G + B =
150 + 144 + 153 = 447 (100%)
R 150 of 447 ~ 33.56%
G 144 of 447 ~ 32.21%
B 153 of 447 ~ 34.23%

%33.56
%32.21
%34.23

CMYK color model

#969099 color CMYK value is (2,6,0,40).

  • cyan value is 1.96%
  • magenta value is 5.88%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(2,6,0,40)
C2M6Y0K40 
(2%,6%,0%,40%)
(0.02/0.06/0.00/0.40)	

CMYK percentages

%1.96
%5.88
%0
%40

Codes

Color #969099 in popluar color models

969099
RGB150144153
HSL280°4.23%58.24%
HSB/HSV280°5.88%60.00%
CMYK1.96%5.88%0.00%
40.00%

Color #969099 in popluar number systems.

HEX969099
Decimal150144153
Binary100101101001000010011001
Octal226220231

Shades and tints

Shades of #969099

#969099
(150,144,153)
#89838C
(137,131,140)
#7C767F
(124,118,127)
#6F6972
(111,105,114)
#625C65
(98,92,101)
#554F58
(85,79,88)
#48424B
(72,66,75)
#3B353E
(59,53,62)
#2E2831
(46,40,49)
#211B24
(33,27,36)
#140E17
(20,14,23)
#000000
(0,0,0)

Tints of #969099

#969099
(150,144,153)
#9F9AA2
(159,154,162)
#A8A4AB
(168,164,171)
#B1AEB4
(177,174,180)
#BAB8BD
(186,184,189)
#C3C2C6
(195,194,198)
#CCCCCF
(204,204,207)
#D5D6D8
(213,214,216)
#DEE0E1
(222,224,225)
#E7EAEA
(231,234,234)
#F0F4F3
(240,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #969099; }

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

This text font color is #969099.


Background Color

.myBgColor { background-color: #969099; }

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

This div background color is #969099.


Border color

.myBorderColor { border: 1px solid #969099; }

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

This div border color is #969099.


Opacity

.myOpacity80 { color: #969099; opacity: 0.8; }

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

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

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

This text has shadow with #969099 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #969099 on black background.


Color preview on white background

This text has color #969099 on white background.



Black color preview on #969099 background

This text has black color on #969099 background.


White color preview on #969099 background

This text has white color on #969099 background.