COLOR #969C76

HEX: #969C76
RGB: (150,156,118)

Renk bilgisi

#969C76 contains red, green and blue colors in about the same proportion. #969C76 ‘ nin web güvenlik rengi #999966 (ya da #996) dir.

RGB renk modeli

#969C76 color RGB value is (150,156,118).

  • kırmız ton 150;
  • yeşil ton 156;
  • mavi ton 118.
RGB:
(150,156,118)
(59%,61%,46%)

RGB bağlantıları ve doygunluk

R 150 of 255 = 59%
G 156 of 255 = 61%
B 118 of 255 = 46%

150
156
118

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

Yüzdelerle RGB renk parçaları

R + G + B =
150 + 156 + 118 = 424 (100%)
R 150 of 424 ~ 35.38%
G 156 of 424 ~ 36.79%
B 118 of 424 ~ 27.83%

%35.38
%36.79
%27.83

CMYK RENK MODELİ

#969C76 rengi CMYK tonu (4,0,24,39).

  • camgöbeği tonu 3.85%
  • eflatun tonu 0.00%
  • sarı tonu 24.36%
  • ana renk tonu 38.82%
CMYK:
(4,0,24,39)
C4M0Y24K39 
(4%,0%,24%,39%)
(0.04/0.00/0.24/0.39)	

CMYK yüzdeleri

%3.85
%0
%24.36
%38.82

Codes

Color #969C76 in popluar color models

969C76
RGB150156118
HSL69°16.10%53.73%
HSB/HSV69°24.36%61.18%
CMYK3.85%0.00%24.36%
38.82%

Color #969C76 in popluar number systems.

HEX969C76
Decimal150156118
Binary10010110100111001110110
Octal226234166

Shades and tints

Shades of #969C76

#969C76
(150,156,118)
#898E6C
(137,142,108)
#7C8062
(124,128,98)
#6F7258
(111,114,88)
#62644E
(98,100,78)
#555644
(85,86,68)
#48483A
(72,72,58)
#3B3A30
(59,58,48)
#2E2C26
(46,44,38)
#211E1C
(33,30,28)
#141012
(20,16,18)
#000000
(0,0,0)

Tints of #969C76

#969C76
(150,156,118)
#9FA582
(159,165,130)
#A8AE8E
(168,174,142)
#B1B79A
(177,183,154)
#BAC0A6
(186,192,166)
#C3C9B2
(195,201,178)
#CCD2BE
(204,210,190)
#D5DBCA
(213,219,202)
#DEE4D6
(222,228,214)
#E7EDE2
(231,237,226)
#F0F6EE
(240,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #969C76 color. Also use rgb(150,156,118) instead hex code.

Text Font Color

.myTextColor { color: #969C76; }

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

This text font color is #969C76.


Background Color

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

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

This div background color is #969C76.


Border color

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

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

This div border color is #969C76.


Opacity

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

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

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

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

This text has shadow with #969C76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #969C76 on black background.


Color preview on white background

This text has color #969C76 on white background.



Black color preview on #969C76 background

This text has black color on #969C76 background.


White color preview on #969C76 background

This text has white color on #969C76 background.