COLOR #988EB4

HEX: #988EB4
RGB: (152,142,180)

Renk bilgisi

#988EB4 contains red, green and blue colors in about the same proportion. #988EB4 ‘ nin web güvenlik rengi #9999CC (ya da #99C) dir.

RGB renk modeli

#988EB4 color RGB value is (152,142,180).

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

RGB bağlantıları ve doygunluk

R 152 of 255 = 60%
G 142 of 255 = 56%
B 180 of 255 = 71%

152
142
180

R + G + B ~ 62%. #988EB4 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
152 + 142 + 180 = 474 (100%)
R 152 of 474 ~ 32.07%
G 142 of 474 ~ 29.96%
B 180 of 474 ~ 37.97%

%32.07
%29.96
%37.97

CMYK RENK MODELİ

#988EB4 rengi CMYK tonu (16,21,0,29).

  • camgöbeği tonu 15.56%
  • eflatun tonu 21.11%
  • sarı tonu 0.00%
  • ana renk tonu 29.41%
CMYK:
(16,21,0,29)
C16M21Y0K29 
(16%,21%,0%,29%)
(0.16/0.21/0.00/0.29)	

CMYK yüzdeleri

%15.56
%21.11
%0
%29.41

Codes

Color #988EB4 in popluar color models

988EB4
RGB152142180
HSL256°20.21%63.14%
HSB/HSV256°21.11%70.59%
CMYK15.56%21.11%0.00%
29.41%

Color #988EB4 in popluar number systems.

HEX988EB4
Decimal152142180
Binary100110001000111010110100
Octal230216264

Shades and tints

Shades of #988EB4

#988EB4
(152,142,180)
#8B82A4
(139,130,164)
#7E7694
(126,118,148)
#716A84
(113,106,132)
#645E74
(100,94,116)
#575264
(87,82,100)
#4A4654
(74,70,84)
#3D3A44
(61,58,68)
#302E34
(48,46,52)
#232224
(35,34,36)
#161614
(22,22,20)
#000000
(0,0,0)

Tints of #988EB4

#988EB4
(152,142,180)
#A198BA
(161,152,186)
#AAA2C0
(170,162,192)
#B3ACC6
(179,172,198)
#BCB6CC
(188,182,204)
#C5C0D2
(197,192,210)
#CECAD8
(206,202,216)
#D7D4DE
(215,212,222)
#E0DEE4
(224,222,228)
#E9E8EA
(233,232,234)
#F2F2F0
(242,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #988EB4; }

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

This text font color is #988EB4.


Background Color

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

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

This div background color is #988EB4.


Border color

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

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

This div border color is #988EB4.


Opacity

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

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

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

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

This text has shadow with #988EB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #988EB4 on black background.


Color preview on white background

This text has color #988EB4 on white background.



Black color preview on #988EB4 background

This text has black color on #988EB4 background.


White color preview on #988EB4 background

This text has white color on #988EB4 background.