COLOR #969E66

HEX: #969E66
RGB: (150,158,102)

Color info

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

RGB color model

#969E66 color RGB value is (150,158,102).

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

RGB channels and saturation

R 150 of 255 = 59%
G 158 of 255 = 62%
B 102 of 255 = 40%

150
158
102

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

Portions of RGB colors in percentages

R + G + B =
150 + 158 + 102 = 410 (100%)
R 150 of 410 ~ 36.59%
G 158 of 410 ~ 38.54%
B 102 of 410 ~ 24.88%

%36.59
%38.54
%24.88

CMYK color model

#969E66 color CMYK value is (5,0,35,38).

  • cyan value is 5.06%
  • magenta value is 0.00%
  • yellow value is 35.44%
  • key color value is 38.04%
CMYK:
(5,0,35,38)
C5M0Y35K38 
(5%,0%,35%,38%)
(0.05/0.00/0.35/0.38)	

CMYK percentages

%5.06
%0
%35.44
%38.04

Codes

Color #969E66 in popluar color models

969E66
RGB150158102
HSL69°22.40%50.98%
HSB/HSV69°35.44%61.96%
CMYK5.06%0.00%35.44%
38.04%

Color #969E66 in popluar number systems.

HEX969E66
Decimal150158102
Binary10010110100111101100110
Octal226236146

Shades and tints

Shades of #969E66

#969E66
(150,158,102)
#89905D
(137,144,93)
#7C8254
(124,130,84)
#6F744B
(111,116,75)
#626642
(98,102,66)
#555839
(85,88,57)
#484A30
(72,74,48)
#3B3C27
(59,60,39)
#2E2E1E
(46,46,30)
#212015
(33,32,21)
#14120C
(20,18,12)
#000000
(0,0,0)

Tints of #969E66

#969E66
(150,158,102)
#9FA673
(159,166,115)
#A8AE80
(168,174,128)
#B1B68D
(177,182,141)
#BABE9A
(186,190,154)
#C3C6A7
(195,198,167)
#CCCEB4
(204,206,180)
#D5D6C1
(213,214,193)
#DEDECE
(222,222,206)
#E7E6DB
(231,230,219)
#F0EEE8
(240,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #969E66; }

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

This text font color is #969E66.


Background Color

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

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

This div background color is #969E66.


Border color

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

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

This div border color is #969E66.


Opacity

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

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

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

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

This text has shadow with #969E66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #969E66 on black background.


Color preview on white background

This text has color #969E66 on white background.



Black color preview on #969E66 background

This text has black color on #969E66 background.


White color preview on #969E66 background

This text has white color on #969E66 background.