COLOR #998D80

HEX: #998D80 RGB: (153,141,128)

Renk bilgisi

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

RGB renk modeli

#998D80 color RGB value is (153,141,128).

RGB: (153,141,128) (60%, 55%, 50%)

RGB bağlantıları ve doygunluk

R 153 of 255 = 60%
G 141 of 255 = 55%
B 128 of 255 = 50%

153
141
128

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

Yüzdelerle RGB renk parçaları

R + G + B = 153 + 141 + 128 = 422 (100%)
R 153 of 422 ~ 36.26%
G 141 of 422 ~ 33.41%
B 128 of 422 ~ 30.33'%

%36.26
%33.41
%30.33

CMYK RENK MODELİ

#998D80 rengi CMYK tonu (0,8,16,40).

  • camgöbeği tonu 0.00%
  • eflatun tonu 7.84%
  • sarı tonu 16.34%
  • ana renk tonu 40.00%

CMYK: (0,8,16,40)
C0M8Y16K40 (0%, 8%, 16%, 40%)
(0.00 / 0.08 / 0.16 / 0.40)

CMYK yüzdeleri

%0
%7.84
%16.34
%40

Codes

Color #998D80 in popluar color models

99 8D 80
RGB 153 141 128
HSL 31° 10.92% 55.10%
HSB/HSV 31° 16.34% 60.00%
CMYK 0.00% 7.84% 16.34%
40.00%

Color #998D80 in popluar number systems.

HEX 99 8D 80
Decimal 153 141 128
Binary 10011001 10001101 10000000
Octal 231 215 200

Shades and tints

Shades of #998D80

#998D80
(153,141,128)
#8C8175
(140,129,117)
#7F756A
(127,117,106)
#72695F
(114,105,95)
#655D54
(101,93,84)
#585149
(88,81,73)
#4B453E
(75,69,62)
#3E3933
(62,57,51)
#312D28
(49,45,40)
#24211D
(36,33,29)
#171512
(23,21,18)
#000000
(0,0,0)

Tints of #998D80

#998D80
(153,141,128)
#A2978B
(162,151,139)
#ABA196
(171,161,150)
#B4ABA1
(180,171,161)
#BDB5AC
(189,181,172)
#C6BFB7
(198,191,183)
#CFC9C2
(207,201,194)
#D8D3CD
(216,211,205)
#E1DDD8
(225,221,216)
#EAE7E3
(234,231,227)
#F3F1EE
(243,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #998D80; }

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

This text font color is #998D80.

Background Color

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

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

This div background color is #998D80.

Border color

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

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

This div border color is #998D80.

Opacity

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

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

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

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

This text has shadow with #998D80 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #998D80.

Preview

Color preview on black background

This text has color #998D80 on black background.


Color preview on white background

This text has color #998D80 on white background.


Black color preview on #998D80 background

This text has black color on #998D80 background.


White color preview on #998D80 background

This text has white color on #998D80 background.


Related colors

Complementary color

Complementary color for #hex is #66727F.


I love getcolorcode.com

Triadic colors

1 #80998D and #8D8099 with #998D80 are triadic colors.

2 #808D99 and #8D9980 with #998D80 are triadic colors.