COLOR #988B9D

HEX: #988B9D
RGB: (152,139,157)

Renk bilgisi

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

RGB renk modeli

#988B9D color RGB value is (152,139,157).

  • kırmız ton 152;
  • yeşil ton 139;
  • mavi ton 157.
RGB:
(152,139,157)
(60%,55%,62%)

RGB bağlantıları ve doygunluk

R 152 of 255 = 60%
G 139 of 255 = 55%
B 157 of 255 = 62%

152
139
157

R + G + B ~ 59%. #988B9D is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
152 + 139 + 157 = 448 (100%)
R 152 of 448 ~ 33.93%
G 139 of 448 ~ 31.03%
B 157 of 448 ~ 35.04%

%33.93
%31.03
%35.04

CMYK RENK MODELİ

#988B9D rengi CMYK tonu (3,11,0,38).

  • camgöbeği tonu 3.18%
  • eflatun tonu 11.46%
  • sarı tonu 0.00%
  • ana renk tonu 38.43%
CMYK:
(3,11,0,38)
C3M11Y0K38 
(3%,11%,0%,38%)
(0.03/0.11/0.00/0.38)	

CMYK yüzdeleri

%3.18
%11.46
%0
%38.43

Codes

Color #988B9D in popluar color models

988B9D
RGB152139157
HSL283°8.41%58.04%
HSB/HSV283°11.46%61.57%
CMYK3.18%11.46%0.00%
38.43%

Color #988B9D in popluar number systems.

HEX988B9D
Decimal152139157
Binary100110001000101110011101
Octal230213235

Shades and tints

Shades of #988B9D

#988B9D
(152,139,157)
#8B7F8F
(139,127,143)
#7E7381
(126,115,129)
#716773
(113,103,115)
#645B65
(100,91,101)
#574F57
(87,79,87)
#4A4349
(74,67,73)
#3D373B
(61,55,59)
#302B2D
(48,43,45)
#231F1F
(35,31,31)
#161311
(22,19,17)
#000000
(0,0,0)

Tints of #988B9D

#988B9D
(152,139,157)
#A195A5
(161,149,165)
#AA9FAD
(170,159,173)
#B3A9B5
(179,169,181)
#BCB3BD
(188,179,189)
#C5BDC5
(197,189,197)
#CEC7CD
(206,199,205)
#D7D1D5
(215,209,213)
#E0DBDD
(224,219,221)
#E9E5E5
(233,229,229)
#F2EFED
(242,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #988B9D color. Also use rgb(152,139,157) instead hex code.

Text Font Color

.myTextColor { color: #988B9D; }

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

This text font color is #988B9D.


Background Color

.myBgColor { background-color: #988B9D; }

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

This div background color is #988B9D.


Border color

.myBorderColor { border: 1px solid #988B9D; }

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

This div border color is #988B9D.


Opacity

.myOpacity80 { color: #988B9D; opacity: 0.8; }

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

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

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

This text has shadow with #988B9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #988B9D on black background.


Color preview on white background

This text has color #988B9D on white background.



Black color preview on #988B9D background

This text has black color on #988B9D background.


White color preview on #988B9D background

This text has white color on #988B9D background.