COLOR #988C9E

HEX: #988C9E
RGB: (152,140,158)

Renk bilgisi

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

RGB renk modeli

#988C9E color RGB value is (152,140,158).

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

RGB bağlantıları ve doygunluk

R 152 of 255 = 60%
G 140 of 255 = 55%
B 158 of 255 = 62%

152
140
158

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

Yüzdelerle RGB renk parçaları

R + G + B =
152 + 140 + 158 = 450 (100%)
R 152 of 450 ~ 33.78%
G 140 of 450 ~ 31.11%
B 158 of 450 ~ 35.11%

%33.78
%31.11
%35.11

CMYK RENK MODELİ

#988C9E rengi CMYK tonu (4,11,0,38).

  • camgöbeği tonu 3.80%
  • eflatun tonu 11.39%
  • sarı tonu 0.00%
  • ana renk tonu 38.04%
CMYK:
(4,11,0,38)
C4M11Y0K38 
(4%,11%,0%,38%)
(0.04/0.11/0.00/0.38)	

CMYK yüzdeleri

%3.8
%11.39
%0
%38.04

Codes

Color #988C9E in popluar color models

988C9E
RGB152140158
HSL280°8.49%58.43%
HSB/HSV280°11.39%61.96%
CMYK3.80%11.39%0.00%
38.04%

Color #988C9E in popluar number systems.

HEX988C9E
Decimal152140158
Binary100110001000110010011110
Octal230214236

Shades and tints

Shades of #988C9E

#988C9E
(152,140,158)
#8B8090
(139,128,144)
#7E7482
(126,116,130)
#716874
(113,104,116)
#645C66
(100,92,102)
#575058
(87,80,88)
#4A444A
(74,68,74)
#3D383C
(61,56,60)
#302C2E
(48,44,46)
#232020
(35,32,32)
#161412
(22,20,18)
#000000
(0,0,0)

Tints of #988C9E

#988C9E
(152,140,158)
#A196A6
(161,150,166)
#AAA0AE
(170,160,174)
#B3AAB6
(179,170,182)
#BCB4BE
(188,180,190)
#C5BEC6
(197,190,198)
#CEC8CE
(206,200,206)
#D7D2D6
(215,210,214)
#E0DCDE
(224,220,222)
#E9E6E6
(233,230,230)
#F2F0EE
(242,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #988C9E color. Also use rgb(152,140,158) instead hex code.

Text Font Color

.myTextColor { color: #988C9E; }

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

This text font color is #988C9E.


Background Color

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

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

This div background color is #988C9E.


Border color

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

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

This div border color is #988C9E.


Opacity

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

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

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

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

This text has shadow with #988C9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #988C9E on black background.


Color preview on white background

This text has color #988C9E on white background.



Black color preview on #988C9E background

This text has black color on #988C9E background.


White color preview on #988C9E background

This text has white color on #988C9E background.