COLOR #997F80

HEX: #997F80
RGB: (153,127,128)

Renk bilgisi

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

RGB renk modeli

#997F80 color RGB value is (153,127,128).

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

RGB bağlantıları ve doygunluk

R 153 of 255 = 60%
G 127 of 255 = 50%
B 128 of 255 = 50%

153
127
128

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

Yüzdelerle RGB renk parçaları

R + G + B =
153 + 127 + 128 = 408 (100%)
R 153 of 408 ~ 37.5%
G 127 of 408 ~ 31.13%
B 128 of 408 ~ 31.37%

%37.5
%31.13
%31.37

CMYK RENK MODELİ

#997F80 rengi CMYK tonu (0,17,16,40).

  • camgöbeği tonu 0.00%
  • eflatun tonu 16.99%
  • sarı tonu 16.34%
  • ana renk tonu 40.00%
CMYK:
(0,17,16,40)
C0M17Y16K40 
(0%,17%,16%,40%)
(0.00/0.17/0.16/0.40)	

CMYK yüzdeleri

%0
%16.99
%16.34
%40

Codes

Color #997F80 in popluar color models

997F80
RGB153127128
HSL358°11.30%54.90%
HSB/HSV358°16.99%60.00%
CMYK0.00%16.99%16.34%
40.00%

Color #997F80 in popluar number systems.

HEX997F80
Decimal153127128
Binary10011001111111110000000
Octal231177200

Shades and tints

Shades of #997F80

#997F80
(153,127,128)
#8C7475
(140,116,117)
#7F696A
(127,105,106)
#725E5F
(114,94,95)
#655354
(101,83,84)
#584849
(88,72,73)
#4B3D3E
(75,61,62)
#3E3233
(62,50,51)
#312728
(49,39,40)
#241C1D
(36,28,29)
#171112
(23,17,18)
#000000
(0,0,0)

Tints of #997F80

#997F80
(153,127,128)
#A28A8B
(162,138,139)
#AB9596
(171,149,150)
#B4A0A1
(180,160,161)
#BDABAC
(189,171,172)
#C6B6B7
(198,182,183)
#CFC1C2
(207,193,194)
#D8CCCD
(216,204,205)
#E1D7D8
(225,215,216)
#EAE2E3
(234,226,227)
#F3EDEE
(243,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #997F80; }

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

This text font color is #997F80.


Background Color

.myBgColor { background-color: #997F80; }

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

This div background color is #997F80.


Border color

.myBorderColor { border: 1px solid #997F80; }

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

This div border color is #997F80.


Opacity

.myOpacity80 { color: #997F80; opacity: 0.8; }

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

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

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

This text has shadow with #997F80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #997F80 on black background.


Color preview on white background

This text has color #997F80 on white background.



Black color preview on #997F80 background

This text has black color on #997F80 background.


White color preview on #997F80 background

This text has white color on #997F80 background.