COLOR #988B8D

HEX: #988B8D
RGB: (152,139,141)

Renk bilgisi

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

RGB renk modeli

#988B8D color RGB value is (152,139,141).

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

RGB bağlantıları ve doygunluk

R 152 of 255 = 60%
G 139 of 255 = 55%
B 141 of 255 = 55%

152
139
141

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

Yüzdelerle RGB renk parçaları

R + G + B =
152 + 139 + 141 = 432 (100%)
R 152 of 432 ~ 35.19%
G 139 of 432 ~ 32.18%
B 141 of 432 ~ 32.64%

%35.19
%32.18
%32.64

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%0
%8.55
%7.24
%40.39

Codes

Color #988B8D in popluar color models

988B8D
RGB152139141
HSL351°5.94%57.06%
HSB/HSV351°8.55%59.61%
CMYK0.00%8.55%7.24%
40.39%

Color #988B8D in popluar number systems.

HEX988B8D
Decimal152139141
Binary100110001000101110001101
Octal230213215

Shades and tints

Shades of #988B8D

#988B8D
(152,139,141)
#8B7F81
(139,127,129)
#7E7375
(126,115,117)
#716769
(113,103,105)
#645B5D
(100,91,93)
#574F51
(87,79,81)
#4A4345
(74,67,69)
#3D3739
(61,55,57)
#302B2D
(48,43,45)
#231F21
(35,31,33)
#161315
(22,19,21)
#000000
(0,0,0)

Tints of #988B8D

#988B8D
(152,139,141)
#A19597
(161,149,151)
#AA9FA1
(170,159,161)
#B3A9AB
(179,169,171)
#BCB3B5
(188,179,181)
#C5BDBF
(197,189,191)
#CEC7C9
(206,199,201)
#D7D1D3
(215,209,211)
#E0DBDD
(224,219,221)
#E9E5E7
(233,229,231)
#F2EFF1
(242,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #988B8D; }

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

This text font color is #988B8D.


Background Color

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

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

This div background color is #988B8D.


Border color

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

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

This div border color is #988B8D.


Opacity

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

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

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

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

This text has shadow with #988B8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #988B8D on black background.


Color preview on white background

This text has color #988B8D on white background.



Black color preview on #988B8D background

This text has black color on #988B8D background.


White color preview on #988B8D background

This text has white color on #988B8D background.