COLOR #997F84

HEX: #997F84
RGB: (153,127,132)

Renk bilgisi

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

RGB renk modeli

#997F84 color RGB value is (153,127,132).

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

RGB bağlantıları ve doygunluk

R 153 of 255 = 60%
G 127 of 255 = 50%
B 132 of 255 = 52%

153
127
132

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

Yüzdelerle RGB renk parçaları

R + G + B =
153 + 127 + 132 = 412 (100%)
R 153 of 412 ~ 37.14%
G 127 of 412 ~ 30.83%
B 132 of 412 ~ 32.04%

%37.14
%30.83
%32.04

CMYK RENK MODELİ

#997F84 rengi CMYK tonu (0,17,14,40).

  • camgöbeği tonu 0.00%
  • eflatun tonu 16.99%
  • sarı tonu 13.73%
  • ana renk tonu 40.00%
CMYK:
(0,17,14,40)
C0M17Y14K40 
(0%,17%,14%,40%)
(0.00/0.17/0.14/0.40)	

CMYK yüzdeleri

%0
%16.99
%13.73
%40

Codes

Color #997F84 in popluar color models

997F84
RGB153127132
HSL348°11.30%54.90%
HSB/HSV348°16.99%60.00%
CMYK0.00%16.99%13.73%
40.00%

Color #997F84 in popluar number systems.

HEX997F84
Decimal153127132
Binary10011001111111110000100
Octal231177204

Shades and tints

Shades of #997F84

#997F84
(153,127,132)
#8C7478
(140,116,120)
#7F696C
(127,105,108)
#725E60
(114,94,96)
#655354
(101,83,84)
#584848
(88,72,72)
#4B3D3C
(75,61,60)
#3E3230
(62,50,48)
#312724
(49,39,36)
#241C18
(36,28,24)
#17110C
(23,17,12)
#000000
(0,0,0)

Tints of #997F84

#997F84
(153,127,132)
#A28A8F
(162,138,143)
#AB959A
(171,149,154)
#B4A0A5
(180,160,165)
#BDABB0
(189,171,176)
#C6B6BB
(198,182,187)
#CFC1C6
(207,193,198)
#D8CCD1
(216,204,209)
#E1D7DC
(225,215,220)
#EAE2E7
(234,226,231)
#F3EDF2
(243,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #997F84; }

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

This text font color is #997F84.


Background Color

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

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

This div background color is #997F84.


Border color

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

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

This div border color is #997F84.


Opacity

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

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

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

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

This text has shadow with #997F84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #997F84 on black background.


Color preview on white background

This text has color #997F84 on white background.



Black color preview on #997F84 background

This text has black color on #997F84 background.


White color preview on #997F84 background

This text has white color on #997F84 background.