COLOR #988EAB

HEX: #988EAB
RGB: (152,142,171)

Renk bilgisi

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

RGB renk modeli

#988EAB color RGB value is (152,142,171).

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

RGB bağlantıları ve doygunluk

R 152 of 255 = 60%
G 142 of 255 = 56%
B 171 of 255 = 67%

152
142
171

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

Yüzdelerle RGB renk parçaları

R + G + B =
152 + 142 + 171 = 465 (100%)
R 152 of 465 ~ 32.69%
G 142 of 465 ~ 30.54%
B 171 of 465 ~ 36.77%

%32.69
%30.54
%36.77

CMYK RENK MODELİ

#988EAB rengi CMYK tonu (11,17,0,33).

  • camgöbeği tonu 11.11%
  • eflatun tonu 16.96%
  • sarı tonu 0.00%
  • ana renk tonu 32.94%
CMYK:
(11,17,0,33)
C11M17Y0K33 
(11%,17%,0%,33%)
(0.11/0.17/0.00/0.33)	

CMYK yüzdeleri

%11.11
%16.96
%0
%32.94

Codes

Color #988EAB in popluar color models

988EAB
RGB152142171
HSL261°14.72%61.37%
HSB/HSV261°16.96%67.06%
CMYK11.11%16.96%0.00%
32.94%

Color #988EAB in popluar number systems.

HEX988EAB
Decimal152142171
Binary100110001000111010101011
Octal230216253

Shades and tints

Shades of #988EAB

#988EAB
(152,142,171)
#8B829C
(139,130,156)
#7E768D
(126,118,141)
#716A7E
(113,106,126)
#645E6F
(100,94,111)
#575260
(87,82,96)
#4A4651
(74,70,81)
#3D3A42
(61,58,66)
#302E33
(48,46,51)
#232224
(35,34,36)
#161615
(22,22,21)
#000000
(0,0,0)

Tints of #988EAB

#988EAB
(152,142,171)
#A198B2
(161,152,178)
#AAA2B9
(170,162,185)
#B3ACC0
(179,172,192)
#BCB6C7
(188,182,199)
#C5C0CE
(197,192,206)
#CECAD5
(206,202,213)
#D7D4DC
(215,212,220)
#E0DEE3
(224,222,227)
#E9E8EA
(233,232,234)
#F2F2F1
(242,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #988EAB; }

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

This text font color is #988EAB.


Background Color

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

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

This div background color is #988EAB.


Border color

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

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

This div border color is #988EAB.


Opacity

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

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

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

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

This text has shadow with #988EAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #988EAB on black background.


Color preview on white background

This text has color #988EAB on white background.



Black color preview on #988EAB background

This text has black color on #988EAB background.


White color preview on #988EAB background

This text has white color on #988EAB background.