COLOR #988D8A

HEX: #988D8A
RGB: (152,141,138)

Renk bilgisi

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

RGB renk modeli

#988D8A color RGB value is (152,141,138).

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

RGB bağlantıları ve doygunluk

R 152 of 255 = 60%
G 141 of 255 = 55%
B 138 of 255 = 54%

152
141
138

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

Yüzdelerle RGB renk parçaları

R + G + B =
152 + 141 + 138 = 431 (100%)
R 152 of 431 ~ 35.27%
G 141 of 431 ~ 32.71%
B 138 of 431 ~ 32.02%

%35.27
%32.71
%32.02

CMYK RENK MODELİ

#988D8A rengi CMYK tonu (0,7,9,40).

  • camgöbeği tonu 0.00%
  • eflatun tonu 7.24%
  • sarı tonu 9.21%
  • ana renk tonu 40.39%
CMYK:
(0,7,9,40)
C0M7Y9K40 
(0%,7%,9%,40%)
(0.00/0.07/0.09/0.40)	

CMYK yüzdeleri

%0
%7.24
%9.21
%40.39

Codes

Color #988D8A in popluar color models

988D8A
RGB152141138
HSL13°6.36%56.86%
HSB/HSV13°9.21%59.61%
CMYK0.00%7.24%9.21%
40.39%

Color #988D8A in popluar number systems.

HEX988D8A
Decimal152141138
Binary100110001000110110001010
Octal230215212

Shades and tints

Shades of #988D8A

#988D8A
(152,141,138)
#8B817E
(139,129,126)
#7E7572
(126,117,114)
#716966
(113,105,102)
#645D5A
(100,93,90)
#57514E
(87,81,78)
#4A4542
(74,69,66)
#3D3936
(61,57,54)
#302D2A
(48,45,42)
#23211E
(35,33,30)
#161512
(22,21,18)
#000000
(0,0,0)

Tints of #988D8A

#988D8A
(152,141,138)
#A19794
(161,151,148)
#AAA19E
(170,161,158)
#B3ABA8
(179,171,168)
#BCB5B2
(188,181,178)
#C5BFBC
(197,191,188)
#CEC9C6
(206,201,198)
#D7D3D0
(215,211,208)
#E0DDDA
(224,221,218)
#E9E7E4
(233,231,228)
#F2F1EE
(242,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #988D8A; }

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

This text font color is #988D8A.


Background Color

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

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

This div background color is #988D8A.


Border color

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

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

This div border color is #988D8A.


Opacity

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

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

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

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

This text has shadow with #988D8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #988D8A on black background.


Color preview on white background

This text has color #988D8A on white background.



Black color preview on #988D8A background

This text has black color on #988D8A background.


White color preview on #988D8A background

This text has white color on #988D8A background.