COLOR #969E89

HEX: #969E89 RGB: (150,158,137)

Color info

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

RGB color model

#969E89 color RGB value is (150,158,137).

RGB: (150,158,137) (59%, 62%, 54%)

RGB channels and saturation

R 150 of 255 = 59%
G 158 of 255 = 62%
B 137 of 255 = 54%

150
158
137

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

Portions of RGB colors in percentages

R + G + B = 150 + 158 + 137 = 445 (100%)
R 150 of 445 ~ 33.71%
G 158 of 445 ~ 35.51%
B 137 of 445 ~ 30.79'%

%33.71
%35.51
%30.79

CMYK color model

#969E89 color CMYK value is (5,0,13,38).

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

CMYK: (5,0,13,38)
C5M0Y13K38 (5%, 0%, 13%, 38%)
(0.05 / 0.00 / 0.13 / 0.38)

CMYK percentages

%5.06
%0
%13.29
%38.04

Codes

Color #969E89 in popluar color models

96 9E 89
RGB 150 158 137
HSL 83° 9.77% 57.84%
HSB/HSV 83° 13.29% 61.96%
CMYK 5.06% 0.00% 13.29%
38.04%

Color #969E89 in popluar number systems.

HEX 96 9E 89
Decimal 150 158 137
Binary 10010110 10011110 10001001
Octal 226 236 211

Shades and tints

Shades of #969E89

#969E89
(150,158,137)
#89907D
(137,144,125)
#7C8271
(124,130,113)
#6F7465
(111,116,101)
#626659
(98,102,89)
#55584D
(85,88,77)
#484A41
(72,74,65)
#3B3C35
(59,60,53)
#2E2E29
(46,46,41)
#21201D
(33,32,29)
#141211
(20,18,17)
#000000
(0,0,0)

Tints of #969E89

#969E89
(150,158,137)
#9FA693
(159,166,147)
#A8AE9D
(168,174,157)
#B1B6A7
(177,182,167)
#BABEB1
(186,190,177)
#C3C6BB
(195,198,187)
#CCCEC5
(204,206,197)
#D5D6CF
(213,214,207)
#DEDED9
(222,222,217)
#E7E6E3
(231,230,227)
#F0EEED
(240,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #969E89; }

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

This text font color is #969E89.

Background Color

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

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

This div background color is #969E89.

Border color

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

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

This div border color is #969E89.

Opacity

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

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

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

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

This text has shadow with #969E89 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #969E89.

Preview

Color preview on black background

This text has color #969E89 on black background.


Color preview on white background

This text has color #969E89 on white background.


Black color preview on #969E89 background

This text has black color on #969E89 background.


White color preview on #969E89 background

This text has white color on #969E89 background.


Related colors

Complementary color

Complementary color for #hex is #696176.


I love getcolorcode.com

Triadic colors

1 #89969E and #9E8996 with #969E89 are triadic colors.

2 #899E96 and #9E9689 with #969E89 are triadic colors.