COLOR #988096

HEX: #988096
RGB: (152,128,150)

Renk bilgisi

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

RGB renk modeli

#988096 color RGB value is (152,128,150).

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

RGB bağlantıları ve doygunluk

R 152 of 255 = 60%
G 128 of 255 = 50%
B 150 of 255 = 59%

152
128
150

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

Yüzdelerle RGB renk parçaları

R + G + B =
152 + 128 + 150 = 430 (100%)
R 152 of 430 ~ 35.35%
G 128 of 430 ~ 29.77%
B 150 of 430 ~ 34.88%

%35.35
%29.77
%34.88

CMYK RENK MODELİ

#988096 rengi CMYK tonu (0,16,1,40).

  • camgöbeği tonu 0.00%
  • eflatun tonu 15.79%
  • sarı tonu 1.32%
  • ana renk tonu 40.39%
CMYK:
(0,16,1,40)
C0M16Y1K40 
(0%,16%,1%,40%)
(0.00/0.16/0.01/0.40)	

CMYK yüzdeleri

%0
%15.79
%1.32
%40.39

Codes

Color #988096 in popluar color models

988096
RGB152128150
HSL305°10.43%54.90%
HSB/HSV305°15.79%59.61%
CMYK0.00%15.79%1.32%
40.39%

Color #988096 in popluar number systems.

HEX988096
Decimal152128150
Binary100110001000000010010110
Octal230200226

Shades and tints

Shades of #988096

#988096
(152,128,150)
#8B7589
(139,117,137)
#7E6A7C
(126,106,124)
#715F6F
(113,95,111)
#645462
(100,84,98)
#574955
(87,73,85)
#4A3E48
(74,62,72)
#3D333B
(61,51,59)
#30282E
(48,40,46)
#231D21
(35,29,33)
#161214
(22,18,20)
#000000
(0,0,0)

Tints of #988096

#988096
(152,128,150)
#A18B9F
(161,139,159)
#AA96A8
(170,150,168)
#B3A1B1
(179,161,177)
#BCACBA
(188,172,186)
#C5B7C3
(197,183,195)
#CEC2CC
(206,194,204)
#D7CDD5
(215,205,213)
#E0D8DE
(224,216,222)
#E9E3E7
(233,227,231)
#F2EEF0
(242,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #988096; }

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

This text font color is #988096.


Background Color

.myBgColor { background-color: #988096; }

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

This div background color is #988096.


Border color

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

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

This div border color is #988096.


Opacity

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

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

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

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

This text has shadow with #988096 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #988096 on black background.


Color preview on white background

This text has color #988096 on white background.



Black color preview on #988096 background

This text has black color on #988096 background.


White color preview on #988096 background

This text has white color on #988096 background.