COLOR #998A80

HEX: #998A80
RGB: (153,138,128)

Renk bilgisi

#998A80 contains red, green and blue colors in about the same proportion. #998A80 ‘ nin web güvenlik rengi #999966 (ya da #996) dir.

RGB renk modeli

#998A80 color RGB value is (153,138,128).

  • kırmız ton 153;
  • yeşil ton 138;
  • mavi ton 128.
RGB:
(153,138,128)
(60%,54%,50%)

RGB bağlantıları ve doygunluk

R 153 of 255 = 60%
G 138 of 255 = 54%
B 128 of 255 = 50%

153
138
128

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

Yüzdelerle RGB renk parçaları

R + G + B =
153 + 138 + 128 = 419 (100%)
R 153 of 419 ~ 36.52%
G 138 of 419 ~ 32.94%
B 128 of 419 ~ 30.55%

%36.52
%32.94
%30.55

CMYK RENK MODELİ

#998A80 rengi CMYK tonu (0,10,16,40).

  • camgöbeği tonu 0.00%
  • eflatun tonu 9.80%
  • sarı tonu 16.34%
  • ana renk tonu 40.00%
CMYK:
(0,10,16,40)
C0M10Y16K40 
(0%,10%,16%,40%)
(0.00/0.10/0.16/0.40)	

CMYK yüzdeleri

%0
%9.8
%16.34
%40

Codes

Color #998A80 in popluar color models

998A80
RGB153138128
HSL24°10.92%55.10%
HSB/HSV24°16.34%60.00%
CMYK0.00%9.80%16.34%
40.00%

Color #998A80 in popluar number systems.

HEX998A80
Decimal153138128
Binary100110011000101010000000
Octal231212200

Shades and tints

Shades of #998A80

#998A80
(153,138,128)
#8C7E75
(140,126,117)
#7F726A
(127,114,106)
#72665F
(114,102,95)
#655A54
(101,90,84)
#584E49
(88,78,73)
#4B423E
(75,66,62)
#3E3633
(62,54,51)
#312A28
(49,42,40)
#241E1D
(36,30,29)
#171212
(23,18,18)
#000000
(0,0,0)

Tints of #998A80

#998A80
(153,138,128)
#A2948B
(162,148,139)
#AB9E96
(171,158,150)
#B4A8A1
(180,168,161)
#BDB2AC
(189,178,172)
#C6BCB7
(198,188,183)
#CFC6C2
(207,198,194)
#D8D0CD
(216,208,205)
#E1DAD8
(225,218,216)
#EAE4E3
(234,228,227)
#F3EEEE
(243,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #998A80 color. Also use rgb(153,138,128) instead hex code.

Text Font Color

.myTextColor { color: #998A80; }

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

This text font color is #998A80.


Background Color

.myBgColor { background-color: #998A80; }

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

This div background color is #998A80.


Border color

.myBorderColor { border: 1px solid #998A80; }

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

This div border color is #998A80.


Opacity

.myOpacity80 { color: #998A80; opacity: 0.8; }

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

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

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

This text has shadow with #998A80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #998A80 on black background.


Color preview on white background

This text has color #998A80 on white background.



Black color preview on #998A80 background

This text has black color on #998A80 background.


White color preview on #998A80 background

This text has white color on #998A80 background.