COLOR #988D87

HEX: #988D87
RGB: (152,141,135)

Renk bilgisi

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

RGB renk modeli

#988D87 color RGB value is (152,141,135).

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

RGB bağlantıları ve doygunluk

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

152
141
135

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

Yüzdelerle RGB renk parçaları

R + G + B =
152 + 141 + 135 = 428 (100%)
R 152 of 428 ~ 35.51%
G 141 of 428 ~ 32.94%
B 135 of 428 ~ 31.54%

%35.51
%32.94
%31.54

CMYK RENK MODELİ

#988D87 rengi CMYK tonu (0,7,11,40).

  • camgöbeği tonu 0.00%
  • eflatun tonu 7.24%
  • sarı tonu 11.18%
  • ana renk tonu 40.39%
CMYK:
(0,7,11,40)
C0M7Y11K40 
(0%,7%,11%,40%)
(0.00/0.07/0.11/0.40)	

CMYK yüzdeleri

%0
%7.24
%11.18
%40.39

Codes

Color #988D87 in popluar color models

988D87
RGB152141135
HSL21°7.62%56.27%
HSB/HSV21°11.18%59.61%
CMYK0.00%7.24%11.18%
40.39%

Color #988D87 in popluar number systems.

HEX988D87
Decimal152141135
Binary100110001000110110000111
Octal230215207

Shades and tints

Shades of #988D87

#988D87
(152,141,135)
#8B817B
(139,129,123)
#7E756F
(126,117,111)
#716963
(113,105,99)
#645D57
(100,93,87)
#57514B
(87,81,75)
#4A453F
(74,69,63)
#3D3933
(61,57,51)
#302D27
(48,45,39)
#23211B
(35,33,27)
#16150F
(22,21,15)
#000000
(0,0,0)

Tints of #988D87

#988D87
(152,141,135)
#A19791
(161,151,145)
#AAA19B
(170,161,155)
#B3ABA5
(179,171,165)
#BCB5AF
(188,181,175)
#C5BFB9
(197,191,185)
#CEC9C3
(206,201,195)
#D7D3CD
(215,211,205)
#E0DDD7
(224,221,215)
#E9E7E1
(233,231,225)
#F2F1EB
(242,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #988D87; }

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

This text font color is #988D87.


Background Color

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

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

This div background color is #988D87.


Border color

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

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

This div border color is #988D87.


Opacity

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

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

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

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

This text has shadow with #988D87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #988D87 on black background.


Color preview on white background

This text has color #988D87 on white background.



Black color preview on #988D87 background

This text has black color on #988D87 background.


White color preview on #988D87 background

This text has white color on #988D87 background.