COLOR #988088

HEX: #988088
RGB: (152,128,136)

Renk bilgisi

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

RGB renk modeli

#988088 color RGB value is (152,128,136).

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

RGB bağlantıları ve doygunluk

R 152 of 255 = 60%
G 128 of 255 = 50%
B 136 of 255 = 53%

152
128
136

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

Yüzdelerle RGB renk parçaları

R + G + B =
152 + 128 + 136 = 416 (100%)
R 152 of 416 ~ 36.54%
G 128 of 416 ~ 30.77%
B 136 of 416 ~ 32.69%

%36.54
%30.77
%32.69

CMYK RENK MODELİ

#988088 rengi CMYK tonu (0,16,11,40).

  • camgöbeği tonu 0.00%
  • eflatun tonu 15.79%
  • sarı tonu 10.53%
  • ana renk tonu 40.39%
CMYK:
(0,16,11,40)
C0M16Y11K40 
(0%,16%,11%,40%)
(0.00/0.16/0.11/0.40)	

CMYK yüzdeleri

%0
%15.79
%10.53
%40.39

Codes

Color #988088 in popluar color models

988088
RGB152128136
HSL340°10.43%54.90%
HSB/HSV340°15.79%59.61%
CMYK0.00%15.79%10.53%
40.39%

Color #988088 in popluar number systems.

HEX988088
Decimal152128136
Binary100110001000000010001000
Octal230200210

Shades and tints

Shades of #988088

#988088
(152,128,136)
#8B757C
(139,117,124)
#7E6A70
(126,106,112)
#715F64
(113,95,100)
#645458
(100,84,88)
#57494C
(87,73,76)
#4A3E40
(74,62,64)
#3D3334
(61,51,52)
#302828
(48,40,40)
#231D1C
(35,29,28)
#161210
(22,18,16)
#000000
(0,0,0)

Tints of #988088

#988088
(152,128,136)
#A18B92
(161,139,146)
#AA969C
(170,150,156)
#B3A1A6
(179,161,166)
#BCACB0
(188,172,176)
#C5B7BA
(197,183,186)
#CEC2C4
(206,194,196)
#D7CDCE
(215,205,206)
#E0D8D8
(224,216,216)
#E9E3E2
(233,227,226)
#F2EEEC
(242,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #988088; }

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

This text font color is #988088.


Background Color

.myBgColor { background-color: #988088; }

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

This div background color is #988088.


Border color

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

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

This div border color is #988088.


Opacity

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

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

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

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

This text has shadow with #988088 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #988088 on black background.


Color preview on white background

This text has color #988088 on white background.



Black color preview on #988088 background

This text has black color on #988088 background.


White color preview on #988088 background

This text has white color on #988088 background.