COLOR #968080

HEX: #968080 RGB: (150,128,128)

Renk bilgisi

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

RGB renk modeli

#968080 color RGB value is (150,128,128).

RGB: (150,128,128) (59%, 50%, 50%)

RGB bağlantıları ve doygunluk

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

150
128
128

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

Yüzdelerle RGB renk parçaları

R + G + B = 150 + 128 + 128 = 406 (100%)
R 150 of 406 ~ 36.95%
G 128 of 406 ~ 31.53%
B 128 of 406 ~ 31.53'%

%36.95
%31.53
%31.53

CMYK RENK MODELİ

#968080 rengi CMYK tonu (0,15,15,41).

  • camgöbeği tonu 0.00%
  • eflatun tonu 14.67%
  • sarı tonu 14.67%
  • ana renk tonu 41.18%

CMYK: (0,15,15,41)
C0M15Y15K41 (0%, 15%, 15%, 41%)
(0.00 / 0.15 / 0.15 / 0.41)

CMYK yüzdeleri

%0
%14.67
%14.67
%41.18

Codes

Color #968080 in popluar color models

96 80 80
RGB 150 128 128
HSL 9.48% 54.51%
HSB/HSV 14.67% 58.82%
CMYK 0.00% 14.67% 14.67%
41.18%

Color #968080 in popluar number systems.

HEX 96 80 80
Decimal 150 128 128
Binary 10010110 10000000 10000000
Octal 226 200 200

Shades and tints

Shades of #968080

#968080
(150,128,128)
#897575
(137,117,117)
#7C6A6A
(124,106,106)
#6F5F5F
(111,95,95)
#625454
(98,84,84)
#554949
(85,73,73)
#483E3E
(72,62,62)
#3B3333
(59,51,51)
#2E2828
(46,40,40)
#211D1D
(33,29,29)
#141212
(20,18,18)
#000000
(0,0,0)

Tints of #968080

#968080
(150,128,128)
#9F8B8B
(159,139,139)
#A89696
(168,150,150)
#B1A1A1
(177,161,161)
#BAACAC
(186,172,172)
#C3B7B7
(195,183,183)
#CCC2C2
(204,194,194)
#D5CDCD
(213,205,205)
#DED8D8
(222,216,216)
#E7E3E3
(231,227,227)
#F0EEEE
(240,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #968080; }

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

This text font color is #968080.

Background Color

.myBgColor { background-color: #968080; }

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

This div background color is #968080.

Border color

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

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

This div border color is #968080.

Opacity

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

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

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

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

This text has shadow with #968080 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #968080.

Preview

Color preview on black background

This text has color #968080 on black background.


Color preview on white background

This text has color #968080 on white background.


Black color preview on #968080 background

This text has black color on #968080 background.


White color preview on #968080 background

This text has white color on #968080 background.


Related colors

Complementary color

Complementary color for #hex is #697F7F.


I love getcolorcode.com