COLOR #969E8E

HEX: #969E8E
RGB: (150,158,142)

Color info

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

RGB color model

#969E8E color RGB value is (150,158,142).

  • red value is 150;
  • green value is 158;
  • blue value is 142.
RGB:
(150,158,142)
(59%,62%,56%)

RGB channels and saturation

R 150 of 255 = 59%
G 158 of 255 = 62%
B 142 of 255 = 56%

150
158
142

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

Portions of RGB colors in percentages

R + G + B =
150 + 158 + 142 = 450 (100%)
R 150 of 450 ~ 33.33%
G 158 of 450 ~ 35.11%
B 142 of 450 ~ 31.56%

%33.33
%35.11
%31.56

CMYK color model

#969E8E color CMYK value is (5,0,10,38).

  • cyan value is 5.06%
  • magenta value is 0.00%
  • yellow value is 10.13%
  • key color value is 38.04%
CMYK:
(5,0,10,38)
C5M0Y10K38 
(5%,0%,10%,38%)
(0.05/0.00/0.10/0.38)	

CMYK percentages

%5.06
%0
%10.13
%38.04

Codes

Color #969E8E in popluar color models

969E8E
RGB150158142
HSL90°7.62%58.82%
HSB/HSV90°10.13%61.96%
CMYK5.06%0.00%10.13%
38.04%

Color #969E8E in popluar number systems.

HEX969E8E
Decimal150158142
Binary100101101001111010001110
Octal226236216

Shades and tints

Shades of #969E8E

#969E8E
(150,158,142)
#899082
(137,144,130)
#7C8276
(124,130,118)
#6F746A
(111,116,106)
#62665E
(98,102,94)
#555852
(85,88,82)
#484A46
(72,74,70)
#3B3C3A
(59,60,58)
#2E2E2E
(46,46,46)
#212022
(33,32,34)
#141216
(20,18,22)
#000000
(0,0,0)

Tints of #969E8E

#969E8E
(150,158,142)
#9FA698
(159,166,152)
#A8AEA2
(168,174,162)
#B1B6AC
(177,182,172)
#BABEB6
(186,190,182)
#C3C6C0
(195,198,192)
#CCCECA
(204,206,202)
#D5D6D4
(213,214,212)
#DEDEDE
(222,222,222)
#E7E6E8
(231,230,232)
#F0EEF2
(240,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #969E8E color. Also use rgb(150,158,142) instead hex code.

Text Font Color

.myTextColor { color: #969E8E; }

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

This text font color is #969E8E.


Background Color

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

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

This div background color is #969E8E.


Border color

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

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

This div border color is #969E8E.


Opacity

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

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

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

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

This text has shadow with #969E8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #969E8E on black background.


Color preview on white background

This text has color #969E8E on white background.



Black color preview on #969E8E background

This text has black color on #969E8E background.


White color preview on #969E8E background

This text has white color on #969E8E background.