COLOR #997396

HEX: #997396
RGB: (153,115,150)

Renk bilgisi

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

RGB renk modeli

#997396 color RGB value is (153,115,150).

  • kırmız ton 153;
  • yeşil ton 115;
  • mavi ton 150.
RGB:
(153,115,150)
(60%,45%,59%)

RGB bağlantıları ve doygunluk

R 153 of 255 = 60%
G 115 of 255 = 45%
B 150 of 255 = 59%

153
115
150

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

Yüzdelerle RGB renk parçaları

R + G + B =
153 + 115 + 150 = 418 (100%)
R 153 of 418 ~ 36.6%
G 115 of 418 ~ 27.51%
B 150 of 418 ~ 35.89%

%36.6
%27.51
%35.89

CMYK RENK MODELİ

#997396 rengi CMYK tonu (0,25,2,40).

  • camgöbeği tonu 0.00%
  • eflatun tonu 24.84%
  • sarı tonu 1.96%
  • ana renk tonu 40.00%
CMYK:
(0,25,2,40)
C0M25Y2K40 
(0%,25%,2%,40%)
(0.00/0.25/0.02/0.40)	

CMYK yüzdeleri

%0
%24.84
%1.96
%40

Codes

Color #997396 in popluar color models

997396
RGB153115150
HSL305°15.70%52.55%
HSB/HSV305°24.84%60.00%
CMYK0.00%24.84%1.96%
40.00%

Color #997396 in popluar number systems.

HEX997396
Decimal153115150
Binary10011001111001110010110
Octal231163226

Shades and tints

Shades of #997396

#997396
(153,115,150)
#8C6989
(140,105,137)
#7F5F7C
(127,95,124)
#72556F
(114,85,111)
#654B62
(101,75,98)
#584155
(88,65,85)
#4B3748
(75,55,72)
#3E2D3B
(62,45,59)
#31232E
(49,35,46)
#241921
(36,25,33)
#170F14
(23,15,20)
#000000
(0,0,0)

Tints of #997396

#997396
(153,115,150)
#A27F9F
(162,127,159)
#AB8BA8
(171,139,168)
#B497B1
(180,151,177)
#BDA3BA
(189,163,186)
#C6AFC3
(198,175,195)
#CFBBCC
(207,187,204)
#D8C7D5
(216,199,213)
#E1D3DE
(225,211,222)
#EADFE7
(234,223,231)
#F3EBF0
(243,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #997396; }

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

This text font color is #997396.


Background Color

.myBgColor { background-color: #997396; }

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

This div background color is #997396.


Border color

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

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

This div border color is #997396.


Opacity

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

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

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

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

This text has shadow with #997396 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #997396 on black background.


Color preview on white background

This text has color #997396 on white background.



Black color preview on #997396 background

This text has black color on #997396 background.


White color preview on #997396 background

This text has white color on #997396 background.