COLOR #997A80

HEX: #997A80
RGB: (153,122,128)

Renk bilgisi

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

RGB renk modeli

#997A80 color RGB value is (153,122,128).

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

RGB bağlantıları ve doygunluk

R 153 of 255 = 60%
G 122 of 255 = 48%
B 128 of 255 = 50%

153
122
128

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

Yüzdelerle RGB renk parçaları

R + G + B =
153 + 122 + 128 = 403 (100%)
R 153 of 403 ~ 37.97%
G 122 of 403 ~ 30.27%
B 128 of 403 ~ 31.76%

%37.97
%30.27
%31.76

CMYK RENK MODELİ

#997A80 rengi CMYK tonu (0,20,16,40).

  • camgöbeği tonu 0.00%
  • eflatun tonu 20.26%
  • sarı tonu 16.34%
  • ana renk tonu 40.00%
CMYK:
(0,20,16,40)
C0M20Y16K40 
(0%,20%,16%,40%)
(0.00/0.20/0.16/0.40)	

CMYK yüzdeleri

%0
%20.26
%16.34
%40

Codes

Color #997A80 in popluar color models

997A80
RGB153122128
HSL348°13.19%53.92%
HSB/HSV348°20.26%60.00%
CMYK0.00%20.26%16.34%
40.00%

Color #997A80 in popluar number systems.

HEX997A80
Decimal153122128
Binary10011001111101010000000
Octal231172200

Shades and tints

Shades of #997A80

#997A80
(153,122,128)
#8C6F75
(140,111,117)
#7F646A
(127,100,106)
#72595F
(114,89,95)
#654E54
(101,78,84)
#584349
(88,67,73)
#4B383E
(75,56,62)
#3E2D33
(62,45,51)
#312228
(49,34,40)
#24171D
(36,23,29)
#170C12
(23,12,18)
#000000
(0,0,0)

Tints of #997A80

#997A80
(153,122,128)
#A2868B
(162,134,139)
#AB9296
(171,146,150)
#B49EA1
(180,158,161)
#BDAAAC
(189,170,172)
#C6B6B7
(198,182,183)
#CFC2C2
(207,194,194)
#D8CECD
(216,206,205)
#E1DAD8
(225,218,216)
#EAE6E3
(234,230,227)
#F3F2EE
(243,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #997A80; }

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

This text font color is #997A80.


Background Color

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

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

This div background color is #997A80.


Border color

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

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

This div border color is #997A80.


Opacity

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

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

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

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

This text has shadow with #997A80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #997A80 on black background.


Color preview on white background

This text has color #997A80 on white background.



Black color preview on #997A80 background

This text has black color on #997A80 background.


White color preview on #997A80 background

This text has white color on #997A80 background.