COLOR #988BAB

HEX: #988BAB
RGB: (152,139,171)

Renk bilgisi

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

RGB renk modeli

#988BAB color RGB value is (152,139,171).

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

RGB bağlantıları ve doygunluk

R 152 of 255 = 60%
G 139 of 255 = 55%
B 171 of 255 = 67%

152
139
171

R + G + B ~ 61%. #988BAB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
152 + 139 + 171 = 462 (100%)
R 152 of 462 ~ 32.9%
G 139 of 462 ~ 30.09%
B 171 of 462 ~ 37.01%

%32.9
%30.09
%37.01

CMYK RENK MODELİ

#988BAB rengi CMYK tonu (11,19,0,33).

  • camgöbeği tonu 11.11%
  • eflatun tonu 18.71%
  • sarı tonu 0.00%
  • ana renk tonu 32.94%
CMYK:
(11,19,0,33)
C11M19Y0K33 
(11%,19%,0%,33%)
(0.11/0.19/0.00/0.33)	

CMYK yüzdeleri

%11.11
%18.71
%0
%32.94

Codes

Color #988BAB in popluar color models

988BAB
RGB152139171
HSL264°16.00%60.78%
HSB/HSV264°18.71%67.06%
CMYK11.11%18.71%0.00%
32.94%

Color #988BAB in popluar number systems.

HEX988BAB
Decimal152139171
Binary100110001000101110101011
Octal230213253

Shades and tints

Shades of #988BAB

#988BAB
(152,139,171)
#8B7F9C
(139,127,156)
#7E738D
(126,115,141)
#71677E
(113,103,126)
#645B6F
(100,91,111)
#574F60
(87,79,96)
#4A4351
(74,67,81)
#3D3742
(61,55,66)
#302B33
(48,43,51)
#231F24
(35,31,36)
#161315
(22,19,21)
#000000
(0,0,0)

Tints of #988BAB

#988BAB
(152,139,171)
#A195B2
(161,149,178)
#AA9FB9
(170,159,185)
#B3A9C0
(179,169,192)
#BCB3C7
(188,179,199)
#C5BDCE
(197,189,206)
#CEC7D5
(206,199,213)
#D7D1DC
(215,209,220)
#E0DBE3
(224,219,227)
#E9E5EA
(233,229,234)
#F2EFF1
(242,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #988BAB; }

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

This text font color is #988BAB.


Background Color

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

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

This div background color is #988BAB.


Border color

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

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

This div border color is #988BAB.


Opacity

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

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

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

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

This text has shadow with #988BAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #988BAB on black background.


Color preview on white background

This text has color #988BAB on white background.



Black color preview on #988BAB background

This text has black color on #988BAB background.


White color preview on #988BAB background

This text has white color on #988BAB background.