COLOR #988990

HEX: #988990
RGB: (152,137,144)

Renk bilgisi

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

RGB renk modeli

#988990 color RGB value is (152,137,144).

  • kırmız ton 152;
  • yeşil ton 137;
  • mavi ton 144.
RGB:
(152,137,144)
(60%,54%,56%)

RGB bağlantıları ve doygunluk

R 152 of 255 = 60%
G 137 of 255 = 54%
B 144 of 255 = 56%

152
137
144

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

Yüzdelerle RGB renk parçaları

R + G + B =
152 + 137 + 144 = 433 (100%)
R 152 of 433 ~ 35.1%
G 137 of 433 ~ 31.64%
B 144 of 433 ~ 33.26%

%35.1
%31.64
%33.26

CMYK RENK MODELİ

#988990 rengi CMYK tonu (0,10,5,40).

  • camgöbeği tonu 0.00%
  • eflatun tonu 9.87%
  • sarı tonu 5.26%
  • ana renk tonu 40.39%
CMYK:
(0,10,5,40)
C0M10Y5K40 
(0%,10%,5%,40%)
(0.00/0.10/0.05/0.40)	

CMYK yüzdeleri

%0
%9.87
%5.26
%40.39

Codes

Color #988990 in popluar color models

988990
RGB152137144
HSL332°6.79%56.67%
HSB/HSV332°9.87%59.61%
CMYK0.00%9.87%5.26%
40.39%

Color #988990 in popluar number systems.

HEX988990
Decimal152137144
Binary100110001000100110010000
Octal230211220

Shades and tints

Shades of #988990

#988990
(152,137,144)
#8B7D83
(139,125,131)
#7E7176
(126,113,118)
#716569
(113,101,105)
#64595C
(100,89,92)
#574D4F
(87,77,79)
#4A4142
(74,65,66)
#3D3535
(61,53,53)
#302928
(48,41,40)
#231D1B
(35,29,27)
#16110E
(22,17,14)
#000000
(0,0,0)

Tints of #988990

#988990
(152,137,144)
#A1939A
(161,147,154)
#AA9DA4
(170,157,164)
#B3A7AE
(179,167,174)
#BCB1B8
(188,177,184)
#C5BBC2
(197,187,194)
#CEC5CC
(206,197,204)
#D7CFD6
(215,207,214)
#E0D9E0
(224,217,224)
#E9E3EA
(233,227,234)
#F2EDF4
(242,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #988990; }

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

This text font color is #988990.


Background Color

.myBgColor { background-color: #988990; }

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

This div background color is #988990.


Border color

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

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

This div border color is #988990.


Opacity

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

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

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

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

This text has shadow with #988990 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #988990 on black background.


Color preview on white background

This text has color #988990 on white background.



Black color preview on #988990 background

This text has black color on #988990 background.


White color preview on #988990 background

This text has white color on #988990 background.