COLOR #988D81

HEX: #988D81
RGB: (152,141,129)

Renk bilgisi

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

RGB renk modeli

#988D81 color RGB value is (152,141,129).

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

RGB bağlantıları ve doygunluk

R 152 of 255 = 60%
G 141 of 255 = 55%
B 129 of 255 = 51%

152
141
129

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

Yüzdelerle RGB renk parçaları

R + G + B =
152 + 141 + 129 = 422 (100%)
R 152 of 422 ~ 36.02%
G 141 of 422 ~ 33.41%
B 129 of 422 ~ 30.57%

%36.02
%33.41
%30.57

CMYK RENK MODELİ

#988D81 rengi CMYK tonu (0,7,15,40).

  • camgöbeği tonu 0.00%
  • eflatun tonu 7.24%
  • sarı tonu 15.13%
  • ana renk tonu 40.39%
CMYK:
(0,7,15,40)
C0M7Y15K40 
(0%,7%,15%,40%)
(0.00/0.07/0.15/0.40)	

CMYK yüzdeleri

%0
%7.24
%15.13
%40.39

Codes

Color #988D81 in popluar color models

988D81
RGB152141129
HSL31°10.04%55.10%
HSB/HSV31°15.13%59.61%
CMYK0.00%7.24%15.13%
40.39%

Color #988D81 in popluar number systems.

HEX988D81
Decimal152141129
Binary100110001000110110000001
Octal230215201

Shades and tints

Shades of #988D81

#988D81
(152,141,129)
#8B8176
(139,129,118)
#7E756B
(126,117,107)
#716960
(113,105,96)
#645D55
(100,93,85)
#57514A
(87,81,74)
#4A453F
(74,69,63)
#3D3934
(61,57,52)
#302D29
(48,45,41)
#23211E
(35,33,30)
#161513
(22,21,19)
#000000
(0,0,0)

Tints of #988D81

#988D81
(152,141,129)
#A1978C
(161,151,140)
#AAA197
(170,161,151)
#B3ABA2
(179,171,162)
#BCB5AD
(188,181,173)
#C5BFB8
(197,191,184)
#CEC9C3
(206,201,195)
#D7D3CE
(215,211,206)
#E0DDD9
(224,221,217)
#E9E7E4
(233,231,228)
#F2F1EF
(242,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #988D81; }

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

This text font color is #988D81.


Background Color

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

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

This div background color is #988D81.


Border color

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

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

This div border color is #988D81.


Opacity

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

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

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

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

This text has shadow with #988D81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #988D81 on black background.


Color preview on white background

This text has color #988D81 on white background.



Black color preview on #988D81 background

This text has black color on #988D81 background.


White color preview on #988D81 background

This text has white color on #988D81 background.