COLOR #969E7C

HEX: #969E7C
RGB: (150,158,124)

Color info

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

RGB color model

#969E7C color RGB value is (150,158,124).

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

RGB channels and saturation

R 150 of 255 = 59%
G 158 of 255 = 62%
B 124 of 255 = 49%

150
158
124

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

Portions of RGB colors in percentages

R + G + B =
150 + 158 + 124 = 432 (100%)
R 150 of 432 ~ 34.72%
G 158 of 432 ~ 36.57%
B 124 of 432 ~ 28.7%

%34.72
%36.57
%28.7

CMYK color model

#969E7C color CMYK value is (5,0,22,38).

  • cyan value is 5.06%
  • magenta value is 0.00%
  • yellow value is 21.52%
  • key color value is 38.04%
CMYK:
(5,0,22,38)
C5M0Y22K38 
(5%,0%,22%,38%)
(0.05/0.00/0.22/0.38)	

CMYK percentages

%5.06
%0
%21.52
%38.04

Codes

Color #969E7C in popluar color models

969E7C
RGB150158124
HSL74°14.91%55.29%
HSB/HSV74°21.52%61.96%
CMYK5.06%0.00%21.52%
38.04%

Color #969E7C in popluar number systems.

HEX969E7C
Decimal150158124
Binary10010110100111101111100
Octal226236174

Shades and tints

Shades of #969E7C

#969E7C
(150,158,124)
#899071
(137,144,113)
#7C8266
(124,130,102)
#6F745B
(111,116,91)
#626650
(98,102,80)
#555845
(85,88,69)
#484A3A
(72,74,58)
#3B3C2F
(59,60,47)
#2E2E24
(46,46,36)
#212019
(33,32,25)
#14120E
(20,18,14)
#000000
(0,0,0)

Tints of #969E7C

#969E7C
(150,158,124)
#9FA687
(159,166,135)
#A8AE92
(168,174,146)
#B1B69D
(177,182,157)
#BABEA8
(186,190,168)
#C3C6B3
(195,198,179)
#CCCEBE
(204,206,190)
#D5D6C9
(213,214,201)
#DEDED4
(222,222,212)
#E7E6DF
(231,230,223)
#F0EEEA
(240,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #969E7C; }

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

This text font color is #969E7C.


Background Color

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

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

This div background color is #969E7C.


Border color

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

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

This div border color is #969E7C.


Opacity

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

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

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

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

This text has shadow with #969E7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #969E7C on black background.


Color preview on white background

This text has color #969E7C on white background.



Black color preview on #969E7C background

This text has black color on #969E7C background.


White color preview on #969E7C background

This text has white color on #969E7C background.