COLOR #997F66

HEX: #997F66
RGB: (153,127,102)

Renk bilgisi

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

RGB renk modeli

#997F66 color RGB value is (153,127,102).

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

RGB bağlantıları ve doygunluk

R 153 of 255 = 60%
G 127 of 255 = 50%
B 102 of 255 = 40%

153
127
102

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

Yüzdelerle RGB renk parçaları

R + G + B =
153 + 127 + 102 = 382 (100%)
R 153 of 382 ~ 40.05%
G 127 of 382 ~ 33.25%
B 102 of 382 ~ 26.7%

%40.05
%33.25
%26.7

CMYK RENK MODELİ

#997F66 rengi CMYK tonu (0,17,33,40).

  • camgöbeği tonu 0.00%
  • eflatun tonu 16.99%
  • sarı tonu 33.33%
  • ana renk tonu 40.00%
CMYK:
(0,17,33,40)
C0M17Y33K40 
(0%,17%,33%,40%)
(0.00/0.17/0.33/0.40)	

CMYK yüzdeleri

%0
%16.99
%33.33
%40

Codes

Color #997F66 in popluar color models

997F66
RGB153127102
HSL29°20.00%50.00%
HSB/HSV29°33.33%60.00%
CMYK0.00%16.99%33.33%
40.00%

Color #997F66 in popluar number systems.

HEX997F66
Decimal153127102
Binary1001100111111111100110
Octal231177146

Shades and tints

Shades of #997F66

#997F66
(153,127,102)
#8C745D
(140,116,93)
#7F6954
(127,105,84)
#725E4B
(114,94,75)
#655342
(101,83,66)
#584839
(88,72,57)
#4B3D30
(75,61,48)
#3E3227
(62,50,39)
#31271E
(49,39,30)
#241C15
(36,28,21)
#17110C
(23,17,12)
#000000
(0,0,0)

Tints of #997F66

#997F66
(153,127,102)
#A28A73
(162,138,115)
#AB9580
(171,149,128)
#B4A08D
(180,160,141)
#BDAB9A
(189,171,154)
#C6B6A7
(198,182,167)
#CFC1B4
(207,193,180)
#D8CCC1
(216,204,193)
#E1D7CE
(225,215,206)
#EAE2DB
(234,226,219)
#F3EDE8
(243,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #997F66; }

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

This text font color is #997F66.


Background Color

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

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

This div background color is #997F66.


Border color

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

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

This div border color is #997F66.


Opacity

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

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

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

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

This text has shadow with #997F66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #997F66 on black background.


Color preview on white background

This text has color #997F66 on white background.



Black color preview on #997F66 background

This text has black color on #997F66 background.


White color preview on #997F66 background

This text has white color on #997F66 background.