COLOR #979980

HEX: #979980
RGB: (151,153,128)

Renk bilgisi

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

RGB renk modeli

#979980 color RGB value is (151,153,128).

  • kırmız ton 151;
  • yeşil ton 153;
  • mavi ton 128.
RGB:
(151,153,128)
(59%,60%,50%)

RGB bağlantıları ve doygunluk

R 151 of 255 = 59%
G 153 of 255 = 60%
B 128 of 255 = 50%

151
153
128

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

Yüzdelerle RGB renk parçaları

R + G + B =
151 + 153 + 128 = 432 (100%)
R 151 of 432 ~ 34.95%
G 153 of 432 ~ 35.42%
B 128 of 432 ~ 29.63%

%34.95
%35.42
%29.63

CMYK RENK MODELİ

#979980 rengi CMYK tonu (1,0,16,40).

  • camgöbeği tonu 1.31%
  • eflatun tonu 0.00%
  • sarı tonu 16.34%
  • ana renk tonu 40.00%
CMYK:
(1,0,16,40)
C1M0Y16K40 
(1%,0%,16%,40%)
(0.01/0.00/0.16/0.40)	

CMYK yüzdeleri

%1.31
%0
%16.34
%40

Codes

Color #979980 in popluar color models

979980
RGB151153128
HSL65°10.92%55.10%
HSB/HSV65°16.34%60.00%
CMYK1.31%0.00%16.34%
40.00%

Color #979980 in popluar number systems.

HEX979980
Decimal151153128
Binary100101111001100110000000
Octal227231200

Shades and tints

Shades of #979980

#979980
(151,153,128)
#8A8C75
(138,140,117)
#7D7F6A
(125,127,106)
#70725F
(112,114,95)
#636554
(99,101,84)
#565849
(86,88,73)
#494B3E
(73,75,62)
#3C3E33
(60,62,51)
#2F3128
(47,49,40)
#22241D
(34,36,29)
#151712
(21,23,18)
#000000
(0,0,0)

Tints of #979980

#979980
(151,153,128)
#A0A28B
(160,162,139)
#A9AB96
(169,171,150)
#B2B4A1
(178,180,161)
#BBBDAC
(187,189,172)
#C4C6B7
(196,198,183)
#CDCFC2
(205,207,194)
#D6D8CD
(214,216,205)
#DFE1D8
(223,225,216)
#E8EAE3
(232,234,227)
#F1F3EE
(241,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #979980 color. Also use rgb(151,153,128) instead hex code.

Text Font Color

.myTextColor { color: #979980; }

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

This text font color is #979980.


Background Color

.myBgColor { background-color: #979980; }

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

This div background color is #979980.


Border color

.myBorderColor { border: 1px solid #979980; }

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

This div border color is #979980.


Opacity

.myOpacity80 { color: #979980; opacity: 0.8; }

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

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

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

This text has shadow with #979980 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #979980 on black background.


Color preview on white background

This text has color #979980 on white background.



Black color preview on #979980 background

This text has black color on #979980 background.


White color preview on #979980 background

This text has white color on #979980 background.