COLOR #96A980

HEX: #96A980
RGB: (150,169,128)

Renk bilgisi

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

RGB renk modeli

#96A980 color RGB value is (150,169,128).

  • kırmız ton 150;
  • yeşil ton 169;
  • mavi ton 128.
RGB:
(150,169,128)
(59%,66%,50%)

RGB bağlantıları ve doygunluk

R 150 of 255 = 59%
G 169 of 255 = 66%
B 128 of 255 = 50%

150
169
128

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

Yüzdelerle RGB renk parçaları

R + G + B =
150 + 169 + 128 = 447 (100%)
R 150 of 447 ~ 33.56%
G 169 of 447 ~ 37.81%
B 128 of 447 ~ 28.64%

%33.56
%37.81
%28.64

CMYK RENK MODELİ

#96A980 rengi CMYK tonu (11,0,24,34).

  • camgöbeği tonu 11.24%
  • eflatun tonu 0.00%
  • sarı tonu 24.26%
  • ana renk tonu 33.73%
CMYK:
(11,0,24,34)
C11M0Y24K34 
(11%,0%,24%,34%)
(0.11/0.00/0.24/0.34)	

CMYK yüzdeleri

%11.24
%0
%24.26
%33.73

Codes

Color #96A980 in popluar color models

96A980
RGB150169128
HSL88°19.25%58.24%
HSB/HSV88°24.26%66.27%
CMYK11.24%0.00%24.26%
33.73%

Color #96A980 in popluar number systems.

HEX96A980
Decimal150169128
Binary100101101010100110000000
Octal226251200

Shades and tints

Shades of #96A980

#96A980
(150,169,128)
#899A75
(137,154,117)
#7C8B6A
(124,139,106)
#6F7C5F
(111,124,95)
#626D54
(98,109,84)
#555E49
(85,94,73)
#484F3E
(72,79,62)
#3B4033
(59,64,51)
#2E3128
(46,49,40)
#21221D
(33,34,29)
#141312
(20,19,18)
#000000
(0,0,0)

Tints of #96A980

#96A980
(150,169,128)
#9FB08B
(159,176,139)
#A8B796
(168,183,150)
#B1BEA1
(177,190,161)
#BAC5AC
(186,197,172)
#C3CCB7
(195,204,183)
#CCD3C2
(204,211,194)
#D5DACD
(213,218,205)
#DEE1D8
(222,225,216)
#E7E8E3
(231,232,227)
#F0EFEE
(240,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96A980 color. Also use rgb(150,169,128) instead hex code.

Text Font Color

.myTextColor { color: #96A980; }

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

This text font color is #96A980.


Background Color

.myBgColor { background-color: #96A980; }

<div style="background-color:#96A980">Inner text</div>

This div background color is #96A980.


Border color

.myBorderColor { border: 1px solid #96A980; }

<div style="border:3px solid #96A980">Div</div>

This div border color is #96A980.


Opacity

.myOpacity80 { color: #96A980; opacity: 0.8; }

<p style="color:#96A980;opacity:0.8;">80%</p>

Text with #96A980 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 #96A980;}

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

This text has shadow with #96A980 color.

.textShadow {text-shadow: 3px 3px 1px #96A980, 3px 3px 1px red;}

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

This text has shadow with #96A980 primary color and red secondary color.


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

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

This text has shadow with #96A980 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96A980 on black background.


Color preview on white background

This text has color #96A980 on white background.



Black color preview on #96A980 background

This text has black color on #96A980 background.


White color preview on #96A980 background

This text has white color on #96A980 background.