COLOR #988C87

HEX: #988C87
RGB: (152,140,135)

Renk bilgisi

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

RGB renk modeli

#988C87 color RGB value is (152,140,135).

  • kırmız ton 152;
  • yeşil ton 140;
  • mavi ton 135.
RGB:
(152,140,135)
(60%,55%,53%)

RGB bağlantıları ve doygunluk

R 152 of 255 = 60%
G 140 of 255 = 55%
B 135 of 255 = 53%

152
140
135

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

Yüzdelerle RGB renk parçaları

R + G + B =
152 + 140 + 135 = 427 (100%)
R 152 of 427 ~ 35.6%
G 140 of 427 ~ 32.79%
B 135 of 427 ~ 31.62%

%35.6
%32.79
%31.62

CMYK RENK MODELİ

#988C87 rengi CMYK tonu (0,8,11,40).

  • camgöbeği tonu 0.00%
  • eflatun tonu 7.89%
  • sarı tonu 11.18%
  • ana renk tonu 40.39%
CMYK:
(0,8,11,40)
C0M8Y11K40 
(0%,8%,11%,40%)
(0.00/0.08/0.11/0.40)	

CMYK yüzdeleri

%0
%7.89
%11.18
%40.39

Codes

Color #988C87 in popluar color models

988C87
RGB152140135
HSL18°7.62%56.27%
HSB/HSV18°11.18%59.61%
CMYK0.00%7.89%11.18%
40.39%

Color #988C87 in popluar number systems.

HEX988C87
Decimal152140135
Binary100110001000110010000111
Octal230214207

Shades and tints

Shades of #988C87

#988C87
(152,140,135)
#8B807B
(139,128,123)
#7E746F
(126,116,111)
#716863
(113,104,99)
#645C57
(100,92,87)
#57504B
(87,80,75)
#4A443F
(74,68,63)
#3D3833
(61,56,51)
#302C27
(48,44,39)
#23201B
(35,32,27)
#16140F
(22,20,15)
#000000
(0,0,0)

Tints of #988C87

#988C87
(152,140,135)
#A19691
(161,150,145)
#AAA09B
(170,160,155)
#B3AAA5
(179,170,165)
#BCB4AF
(188,180,175)
#C5BEB9
(197,190,185)
#CEC8C3
(206,200,195)
#D7D2CD
(215,210,205)
#E0DCD7
(224,220,215)
#E9E6E1
(233,230,225)
#F2F0EB
(242,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #988C87 color. Also use rgb(152,140,135) instead hex code.

Text Font Color

.myTextColor { color: #988C87; }

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

This text font color is #988C87.


Background Color

.myBgColor { background-color: #988C87; }

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

This div background color is #988C87.


Border color

.myBorderColor { border: 1px solid #988C87; }

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

This div border color is #988C87.


Opacity

.myOpacity80 { color: #988C87; opacity: 0.8; }

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

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

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

This text has shadow with #988C87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #988C87 on black background.


Color preview on white background

This text has color #988C87 on white background.



Black color preview on #988C87 background

This text has black color on #988C87 background.


White color preview on #988C87 background

This text has white color on #988C87 background.