COLOR #988497

HEX: #988497
RGB: (152,132,151)

Renk bilgisi

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

RGB renk modeli

#988497 color RGB value is (152,132,151).

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

RGB bağlantıları ve doygunluk

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

152
132
151

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

Yüzdelerle RGB renk parçaları

R + G + B =
152 + 132 + 151 = 435 (100%)
R 152 of 435 ~ 34.94%
G 132 of 435 ~ 30.34%
B 151 of 435 ~ 34.71%

%34.94
%30.34
%34.71

CMYK RENK MODELİ

#988497 rengi CMYK tonu (0,13,1,40).

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

CMYK yüzdeleri

%0
%13.16
%0.66
%40.39

Codes

Color #988497 in popluar color models

988497
RGB152132151
HSL303°8.85%55.69%
HSB/HSV303°13.16%59.61%
CMYK0.00%13.16%0.66%
40.39%

Color #988497 in popluar number systems.

HEX988497
Decimal152132151
Binary100110001000010010010111
Octal230204227

Shades and tints

Shades of #988497

#988497
(152,132,151)
#8B788A
(139,120,138)
#7E6C7D
(126,108,125)
#716070
(113,96,112)
#645463
(100,84,99)
#574856
(87,72,86)
#4A3C49
(74,60,73)
#3D303C
(61,48,60)
#30242F
(48,36,47)
#231822
(35,24,34)
#160C15
(22,12,21)
#000000
(0,0,0)

Tints of #988497

#988497
(152,132,151)
#A18FA0
(161,143,160)
#AA9AA9
(170,154,169)
#B3A5B2
(179,165,178)
#BCB0BB
(188,176,187)
#C5BBC4
(197,187,196)
#CEC6CD
(206,198,205)
#D7D1D6
(215,209,214)
#E0DCDF
(224,220,223)
#E9E7E8
(233,231,232)
#F2F2F1
(242,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #988497; }

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

This text font color is #988497.


Background Color

.myBgColor { background-color: #988497; }

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

This div background color is #988497.


Border color

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

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

This div border color is #988497.


Opacity

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

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

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

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

This text has shadow with #988497 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #988497 on black background.


Color preview on white background

This text has color #988497 on white background.



Black color preview on #988497 background

This text has black color on #988497 background.


White color preview on #988497 background

This text has white color on #988497 background.