COLOR #988CAB

HEX: #988CAB
RGB: (152,140,171)

Renk bilgisi

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

RGB renk modeli

#988CAB color RGB value is (152,140,171).

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

RGB bağlantıları ve doygunluk

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

152
140
171

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

Yüzdelerle RGB renk parçaları

R + G + B =
152 + 140 + 171 = 463 (100%)
R 152 of 463 ~ 32.83%
G 140 of 463 ~ 30.24%
B 171 of 463 ~ 36.93%

%32.83
%30.24
%36.93

CMYK RENK MODELİ

#988CAB rengi CMYK tonu (11,18,0,33).

  • camgöbeği tonu 11.11%
  • eflatun tonu 18.13%
  • sarı tonu 0.00%
  • ana renk tonu 32.94%
CMYK:
(11,18,0,33)
C11M18Y0K33 
(11%,18%,0%,33%)
(0.11/0.18/0.00/0.33)	

CMYK yüzdeleri

%11.11
%18.13
%0
%32.94

Codes

Color #988CAB in popluar color models

988CAB
RGB152140171
HSL263°15.58%60.98%
HSB/HSV263°18.13%67.06%
CMYK11.11%18.13%0.00%
32.94%

Color #988CAB in popluar number systems.

HEX988CAB
Decimal152140171
Binary100110001000110010101011
Octal230214253

Shades and tints

Shades of #988CAB

#988CAB
(152,140,171)
#8B809C
(139,128,156)
#7E748D
(126,116,141)
#71687E
(113,104,126)
#645C6F
(100,92,111)
#575060
(87,80,96)
#4A4451
(74,68,81)
#3D3842
(61,56,66)
#302C33
(48,44,51)
#232024
(35,32,36)
#161415
(22,20,21)
#000000
(0,0,0)

Tints of #988CAB

#988CAB
(152,140,171)
#A196B2
(161,150,178)
#AAA0B9
(170,160,185)
#B3AAC0
(179,170,192)
#BCB4C7
(188,180,199)
#C5BECE
(197,190,206)
#CEC8D5
(206,200,213)
#D7D2DC
(215,210,220)
#E0DCE3
(224,220,227)
#E9E6EA
(233,230,234)
#F2F0F1
(242,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #988CAB; }

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

This text font color is #988CAB.


Background Color

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

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

This div background color is #988CAB.


Border color

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

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

This div border color is #988CAB.


Opacity

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

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

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

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

This text has shadow with #988CAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #988CAB on black background.


Color preview on white background

This text has color #988CAB on white background.



Black color preview on #988CAB background

This text has black color on #988CAB background.


White color preview on #988CAB background

This text has white color on #988CAB background.