COLOR #998596

HEX: #998596
RGB: (153,133,150)

Renk bilgisi

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

RGB renk modeli

#998596 color RGB value is (153,133,150).

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

RGB bağlantıları ve doygunluk

R 153 of 255 = 60%
G 133 of 255 = 52%
B 150 of 255 = 59%

153
133
150

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

Yüzdelerle RGB renk parçaları

R + G + B =
153 + 133 + 150 = 436 (100%)
R 153 of 436 ~ 35.09%
G 133 of 436 ~ 30.5%
B 150 of 436 ~ 34.4%

%35.09
%30.5
%34.4

CMYK RENK MODELİ

#998596 rengi CMYK tonu (0,13,2,40).

  • camgöbeği tonu 0.00%
  • eflatun tonu 13.07%
  • sarı tonu 1.96%
  • ana renk tonu 40.00%
CMYK:
(0,13,2,40)
C0M13Y2K40 
(0%,13%,2%,40%)
(0.00/0.13/0.02/0.40)	

CMYK yüzdeleri

%0
%13.07
%1.96
%40

Codes

Color #998596 in popluar color models

998596
RGB153133150
HSL309°8.93%56.08%
HSB/HSV309°13.07%60.00%
CMYK0.00%13.07%1.96%
40.00%

Color #998596 in popluar number systems.

HEX998596
Decimal153133150
Binary100110011000010110010110
Octal231205226

Shades and tints

Shades of #998596

#998596
(153,133,150)
#8C7989
(140,121,137)
#7F6D7C
(127,109,124)
#72616F
(114,97,111)
#655562
(101,85,98)
#584955
(88,73,85)
#4B3D48
(75,61,72)
#3E313B
(62,49,59)
#31252E
(49,37,46)
#241921
(36,25,33)
#170D14
(23,13,20)
#000000
(0,0,0)

Tints of #998596

#998596
(153,133,150)
#A2909F
(162,144,159)
#AB9BA8
(171,155,168)
#B4A6B1
(180,166,177)
#BDB1BA
(189,177,186)
#C6BCC3
(198,188,195)
#CFC7CC
(207,199,204)
#D8D2D5
(216,210,213)
#E1DDDE
(225,221,222)
#EAE8E7
(234,232,231)
#F3F3F0
(243,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #998596; }

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

This text font color is #998596.


Background Color

.myBgColor { background-color: #998596; }

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

This div background color is #998596.


Border color

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

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

This div border color is #998596.


Opacity

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

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

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

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

This text has shadow with #998596 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #998596 on black background.


Color preview on white background

This text has color #998596 on white background.



Black color preview on #998596 background

This text has black color on #998596 background.


White color preview on #998596 background

This text has white color on #998596 background.