COLOR #969E77

HEX: #969E77
RGB: (150,158,119)

Color info

#969E77 contains red, green and blue colors in about the same proportion. Web safe color of #969E77 is #999966 (or #996).

RGB color model

#969E77 color RGB value is (150,158,119).

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

RGB channels and saturation

R 150 of 255 = 59%
G 158 of 255 = 62%
B 119 of 255 = 47%

150
158
119

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

Portions of RGB colors in percentages

R + G + B =
150 + 158 + 119 = 427 (100%)
R 150 of 427 ~ 35.13%
G 158 of 427 ~ 37%
B 119 of 427 ~ 27.87%

%35.13
%37
%27.87

CMYK color model

#969E77 color CMYK value is (5,0,25,38).

  • cyan value is 5.06%
  • magenta value is 0.00%
  • yellow value is 24.68%
  • key color value is 38.04%
CMYK:
(5,0,25,38)
C5M0Y25K38 
(5%,0%,25%,38%)
(0.05/0.00/0.25/0.38)	

CMYK percentages

%5.06
%0
%24.68
%38.04

Codes

Color #969E77 in popluar color models

969E77
RGB150158119
HSL72°16.74%54.31%
HSB/HSV72°24.68%61.96%
CMYK5.06%0.00%24.68%
38.04%

Color #969E77 in popluar number systems.

HEX969E77
Decimal150158119
Binary10010110100111101110111
Octal226236167

Shades and tints

Shades of #969E77

#969E77
(150,158,119)
#89906D
(137,144,109)
#7C8263
(124,130,99)
#6F7459
(111,116,89)
#62664F
(98,102,79)
#555845
(85,88,69)
#484A3B
(72,74,59)
#3B3C31
(59,60,49)
#2E2E27
(46,46,39)
#21201D
(33,32,29)
#141213
(20,18,19)
#000000
(0,0,0)

Tints of #969E77

#969E77
(150,158,119)
#9FA683
(159,166,131)
#A8AE8F
(168,174,143)
#B1B69B
(177,182,155)
#BABEA7
(186,190,167)
#C3C6B3
(195,198,179)
#CCCEBF
(204,206,191)
#D5D6CB
(213,214,203)
#DEDED7
(222,222,215)
#E7E6E3
(231,230,227)
#F0EEEF
(240,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #969E77; }

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

This text font color is #969E77.


Background Color

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

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

This div background color is #969E77.


Border color

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

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

This div border color is #969E77.


Opacity

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

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

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

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

This text has shadow with #969E77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #969E77 on black background.


Color preview on white background

This text has color #969E77 on white background.



Black color preview on #969E77 background

This text has black color on #969E77 background.


White color preview on #969E77 background

This text has white color on #969E77 background.