COLOR #997388

HEX: #997388
RGB: (153,115,136)

Renk bilgisi

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

RGB renk modeli

#997388 color RGB value is (153,115,136).

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

RGB bağlantıları ve doygunluk

R 153 of 255 = 60%
G 115 of 255 = 45%
B 136 of 255 = 53%

153
115
136

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

Yüzdelerle RGB renk parçaları

R + G + B =
153 + 115 + 136 = 404 (100%)
R 153 of 404 ~ 37.87%
G 115 of 404 ~ 28.47%
B 136 of 404 ~ 33.66%

%37.87
%28.47
%33.66

CMYK RENK MODELİ

#997388 rengi CMYK tonu (0,25,11,40).

  • camgöbeği tonu 0.00%
  • eflatun tonu 24.84%
  • sarı tonu 11.11%
  • ana renk tonu 40.00%
CMYK:
(0,25,11,40)
C0M25Y11K40 
(0%,25%,11%,40%)
(0.00/0.25/0.11/0.40)	

CMYK yüzdeleri

%0
%24.84
%11.11
%40

Codes

Color #997388 in popluar color models

997388
RGB153115136
HSL327°15.70%52.55%
HSB/HSV327°24.84%60.00%
CMYK0.00%24.84%11.11%
40.00%

Color #997388 in popluar number systems.

HEX997388
Decimal153115136
Binary10011001111001110001000
Octal231163210

Shades and tints

Shades of #997388

#997388
(153,115,136)
#8C697C
(140,105,124)
#7F5F70
(127,95,112)
#725564
(114,85,100)
#654B58
(101,75,88)
#58414C
(88,65,76)
#4B3740
(75,55,64)
#3E2D34
(62,45,52)
#312328
(49,35,40)
#24191C
(36,25,28)
#170F10
(23,15,16)
#000000
(0,0,0)

Tints of #997388

#997388
(153,115,136)
#A27F92
(162,127,146)
#AB8B9C
(171,139,156)
#B497A6
(180,151,166)
#BDA3B0
(189,163,176)
#C6AFBA
(198,175,186)
#CFBBC4
(207,187,196)
#D8C7CE
(216,199,206)
#E1D3D8
(225,211,216)
#EADFE2
(234,223,226)
#F3EBEC
(243,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #997388; }

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

This text font color is #997388.


Background Color

.myBgColor { background-color: #997388; }

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

This div background color is #997388.


Border color

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

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

This div border color is #997388.


Opacity

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

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

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

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

This text has shadow with #997388 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #997388 on black background.


Color preview on white background

This text has color #997388 on white background.



Black color preview on #997388 background

This text has black color on #997388 background.


White color preview on #997388 background

This text has white color on #997388 background.