COLOR #969E8F

HEX: #969E8F RGB: (150,158,143)

Color info

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

RGB color model

#969E8F color RGB value is (150,158,143).

RGB: (150,158,143) (59%, 62%, 56%)

RGB channels and saturation

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

150
158
143

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

Portions of RGB colors in percentages

R + G + B = 150 + 158 + 143 = 451 (100%)
R 150 of 451 ~ 33.26%
G 158 of 451 ~ 35.03%
B 143 of 451 ~ 31.71'%

%33.26
%35.03
%31.71

CMYK color model

#969E8F color CMYK value is (5,0,9,38).

  • cyan value is 5.06%
  • magenta value is 0.00%
  • yellow value is 9.49%
  • key color value is 38.04%

CMYK: (5,0,9,38)
C5M0Y9K38 (5%, 0%, 9%, 38%)
(0.05 / 0.00 / 0.09 / 0.38)

CMYK percentages

%5.06
%0
%9.49
%38.04

Codes

Color #969E8F in popluar color models

96 9E 8F
RGB 150 158 143
HSL 92° 7.18% 59.02%
HSB/HSV 92° 9.49% 61.96%
CMYK 5.06% 0.00% 9.49%
38.04%

Color #969E8F in popluar number systems.

HEX 96 9E 8F
Decimal 150 158 143
Binary 10010110 10011110 10001111
Octal 226 236 217

Shades and tints

Shades of #969E8F

#969E8F
(150,158,143)
#899082
(137,144,130)
#7C8275
(124,130,117)
#6F7468
(111,116,104)
#62665B
(98,102,91)
#55584E
(85,88,78)
#484A41
(72,74,65)
#3B3C34
(59,60,52)
#2E2E27
(46,46,39)
#21201A
(33,32,26)
#14120D
(20,18,13)
#000000
(0,0,0)

Tints of #969E8F

#969E8F
(150,158,143)
#9FA699
(159,166,153)
#A8AEA3
(168,174,163)
#B1B6AD
(177,182,173)
#BABEB7
(186,190,183)
#C3C6C1
(195,198,193)
#CCCECB
(204,206,203)
#D5D6D5
(213,214,213)
#DEDEDF
(222,222,223)
#E7E6E9
(231,230,233)
#F0EEF3
(240,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #969E8F; }

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

This text font color is #969E8F.

Background Color

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

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

This div background color is #969E8F.

Border color

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

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

This div border color is #969E8F.

Opacity

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

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

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

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

This text has shadow with #969E8F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #969E8F.

Preview

Color preview on black background

This text has color #969E8F on black background.


Color preview on white background

This text has color #969E8F on white background.


Black color preview on #969E8F background

This text has black color on #969E8F background.


White color preview on #969E8F background

This text has white color on #969E8F background.


Related colors

Complementary color

Complementary color for #hex is #696170.


I love getcolorcode.com

Triadic colors

1 #8F969E and #9E8F96 with #969E8F are triadic colors.

2 #8F9E96 and #9E968F with #969E8F are triadic colors.