COLOR #988498

HEX: #988498
RGB: (152,132,152)

Renk bilgisi

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

RGB renk modeli

#988498 color RGB value is (152,132,152).

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

RGB bağlantıları ve doygunluk

R 152 of 255 = 60%
G 132 of 255 = 52%
B 152 of 255 = 60%

152
132
152

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

Yüzdelerle RGB renk parçaları

R + G + B =
152 + 132 + 152 = 436 (100%)
R 152 of 436 ~ 34.86%
G 132 of 436 ~ 30.28%
B 152 of 436 ~ 34.86%

%34.86
%30.28
%34.86

CMYK RENK MODELİ

#988498 rengi CMYK tonu (0,13,0,40).

  • camgöbeği tonu 0.00%
  • eflatun tonu 13.16%
  • sarı tonu 0.00%
  • ana renk tonu 40.39%
CMYK:
(0,13,0,40)
C0M13Y0K40 
(0%,13%,0%,40%)
(0.00/0.13/0.00/0.40)	

CMYK yüzdeleri

%0
%13.16
%0
%40.39

Codes

Color #988498 in popluar color models

988498
RGB152132152
HSL300°8.85%55.69%
HSB/HSV300°13.16%59.61%
CMYK0.00%13.16%0.00%
40.39%

Color #988498 in popluar number systems.

HEX988498
Decimal152132152
Binary100110001000010010011000
Octal230204230

Shades and tints

Shades of #988498

#988498
(152,132,152)
#8B788B
(139,120,139)
#7E6C7E
(126,108,126)
#716071
(113,96,113)
#645464
(100,84,100)
#574857
(87,72,87)
#4A3C4A
(74,60,74)
#3D303D
(61,48,61)
#302430
(48,36,48)
#231823
(35,24,35)
#160C16
(22,12,22)
#000000
(0,0,0)

Tints of #988498

#988498
(152,132,152)
#A18FA1
(161,143,161)
#AA9AAA
(170,154,170)
#B3A5B3
(179,165,179)
#BCB0BC
(188,176,188)
#C5BBC5
(197,187,197)
#CEC6CE
(206,198,206)
#D7D1D7
(215,209,215)
#E0DCE0
(224,220,224)
#E9E7E9
(233,231,233)
#F2F2F2
(242,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #988498 color. Also use rgb(152,132,152) instead hex code.

Text Font Color

.myTextColor { color: #988498; }

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

This text font color is #988498.


Background Color

.myBgColor { background-color: #988498; }

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

This div background color is #988498.


Border color

.myBorderColor { border: 1px solid #988498; }

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

This div border color is #988498.


Opacity

.myOpacity80 { color: #988498; opacity: 0.8; }

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

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

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

This text has shadow with #988498 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #988498 on black background.


Color preview on white background

This text has color #988498 on white background.



Black color preview on #988498 background

This text has black color on #988498 background.


White color preview on #988498 background

This text has white color on #988498 background.