COLOR #988F96

HEX: #988F96
RGB: (152,143,150)

Renk bilgisi

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

RGB renk modeli

#988F96 color RGB value is (152,143,150).

  • kırmız ton 152;
  • yeşil ton 143;
  • mavi ton 150.
RGB:
(152,143,150)
(60%,56%,59%)

RGB bağlantıları ve doygunluk

R 152 of 255 = 60%
G 143 of 255 = 56%
B 150 of 255 = 59%

152
143
150

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

Yüzdelerle RGB renk parçaları

R + G + B =
152 + 143 + 150 = 445 (100%)
R 152 of 445 ~ 34.16%
G 143 of 445 ~ 32.13%
B 150 of 445 ~ 33.71%

%34.16
%32.13
%33.71

CMYK RENK MODELİ

#988F96 rengi CMYK tonu (0,6,1,40).

  • camgöbeği tonu 0.00%
  • eflatun tonu 5.92%
  • sarı tonu 1.32%
  • ana renk tonu 40.39%
CMYK:
(0,6,1,40)
C0M6Y1K40 
(0%,6%,1%,40%)
(0.00/0.06/0.01/0.40)	

CMYK yüzdeleri

%0
%5.92
%1.32
%40.39

Codes

Color #988F96 in popluar color models

988F96
RGB152143150
HSL313°4.19%57.84%
HSB/HSV313°5.92%59.61%
CMYK0.00%5.92%1.32%
40.39%

Color #988F96 in popluar number systems.

HEX988F96
Decimal152143150
Binary100110001000111110010110
Octal230217226

Shades and tints

Shades of #988F96

#988F96
(152,143,150)
#8B8289
(139,130,137)
#7E757C
(126,117,124)
#71686F
(113,104,111)
#645B62
(100,91,98)
#574E55
(87,78,85)
#4A4148
(74,65,72)
#3D343B
(61,52,59)
#30272E
(48,39,46)
#231A21
(35,26,33)
#160D14
(22,13,20)
#000000
(0,0,0)

Tints of #988F96

#988F96
(152,143,150)
#A1999F
(161,153,159)
#AAA3A8
(170,163,168)
#B3ADB1
(179,173,177)
#BCB7BA
(188,183,186)
#C5C1C3
(197,193,195)
#CECBCC
(206,203,204)
#D7D5D5
(215,213,213)
#E0DFDE
(224,223,222)
#E9E9E7
(233,233,231)
#F2F3F0
(242,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #988F96 color. Also use rgb(152,143,150) instead hex code.

Text Font Color

.myTextColor { color: #988F96; }

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

This text font color is #988F96.


Background Color

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

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

This div background color is #988F96.


Border color

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

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

This div border color is #988F96.


Opacity

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

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

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

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

This text has shadow with #988F96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #988F96 on black background.


Color preview on white background

This text has color #988F96 on white background.



Black color preview on #988F96 background

This text has black color on #988F96 background.


White color preview on #988F96 background

This text has white color on #988F96 background.