COLOR #998987

HEX: #998987
RGB: (153,137,135)

Renk bilgisi

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

RGB renk modeli

#998987 color RGB value is (153,137,135).

  • kırmız ton 153;
  • yeşil ton 137;
  • mavi ton 135.
RGB:
(153,137,135)
(60%,54%,53%)

RGB bağlantıları ve doygunluk

R 153 of 255 = 60%
G 137 of 255 = 54%
B 135 of 255 = 53%

153
137
135

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

Yüzdelerle RGB renk parçaları

R + G + B =
153 + 137 + 135 = 425 (100%)
R 153 of 425 ~ 36%
G 137 of 425 ~ 32.24%
B 135 of 425 ~ 31.76%

%36
%32.24
%31.76

CMYK RENK MODELİ

#998987 rengi CMYK tonu (0,10,12,40).

  • camgöbeği tonu 0.00%
  • eflatun tonu 10.46%
  • sarı tonu 11.76%
  • ana renk tonu 40.00%
CMYK:
(0,10,12,40)
C0M10Y12K40 
(0%,10%,12%,40%)
(0.00/0.10/0.12/0.40)	

CMYK yüzdeleri

%0
%10.46
%11.76
%40

Codes

Color #998987 in popluar color models

998987
RGB153137135
HSL8.11%56.47%
HSB/HSV11.76%60.00%
CMYK0.00%10.46%11.76%
40.00%

Color #998987 in popluar number systems.

HEX998987
Decimal153137135
Binary100110011000100110000111
Octal231211207

Shades and tints

Shades of #998987

#998987
(153,137,135)
#8C7D7B
(140,125,123)
#7F716F
(127,113,111)
#726563
(114,101,99)
#655957
(101,89,87)
#584D4B
(88,77,75)
#4B413F
(75,65,63)
#3E3533
(62,53,51)
#312927
(49,41,39)
#241D1B
(36,29,27)
#17110F
(23,17,15)
#000000
(0,0,0)

Tints of #998987

#998987
(153,137,135)
#A29391
(162,147,145)
#AB9D9B
(171,157,155)
#B4A7A5
(180,167,165)
#BDB1AF
(189,177,175)
#C6BBB9
(198,187,185)
#CFC5C3
(207,197,195)
#D8CFCD
(216,207,205)
#E1D9D7
(225,217,215)
#EAE3E1
(234,227,225)
#F3EDEB
(243,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #998987 color. Also use rgb(153,137,135) instead hex code.

Text Font Color

.myTextColor { color: #998987; }

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

This text font color is #998987.


Background Color

.myBgColor { background-color: #998987; }

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

This div background color is #998987.


Border color

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

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

This div border color is #998987.


Opacity

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

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

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

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

This text has shadow with #998987 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #998987 on black background.


Color preview on white background

This text has color #998987 on white background.



Black color preview on #998987 background

This text has black color on #998987 background.


White color preview on #998987 background

This text has white color on #998987 background.