COLOR #988EBC

HEX: #988EBC
RGB: (152,142,188)

Color info

#988EBC contains red, green and blue colors in about the same proportion. Web safe color of #988EBC is #9999CC (or #99C).

RGB color model

#988EBC color RGB value is (152,142,188).

  • red value is 152;
  • green value is 142;
  • blue value is 188.
RGB:
(152,142,188)
(60%,56%,74%)

RGB channels and saturation

R 152 of 255 = 60%
G 142 of 255 = 56%
B 188 of 255 = 74%

152
142
188

R + G + B ~ 63%. #988EBC is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 142 + 188 = 482 (100%)
R 152 of 482 ~ 31.54%
G 142 of 482 ~ 29.46%
B 188 of 482 ~ 39%

%31.54
%29.46
%39

CMYK color model

#988EBC color CMYK value is (19,24,0,26).

  • cyan value is 19.15%
  • magenta value is 24.47%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(19,24,0,26)
C19M24Y0K26 
(19%,24%,0%,26%)
(0.19/0.24/0.00/0.26)	

CMYK percentages

%19.15
%24.47
%0
%26.27

Codes

Color #988EBC in popluar color models

988EBC
RGB152142188
HSL253°25.56%64.71%
HSB/HSV253°24.47%73.73%
CMYK19.15%24.47%0.00%
26.27%

Color #988EBC in popluar number systems.

HEX988EBC
Decimal152142188
Binary100110001000111010111100
Octal230216274

Shades and tints

Shades of #988EBC

#988EBC
(152,142,188)
#8B82AB
(139,130,171)
#7E769A
(126,118,154)
#716A89
(113,106,137)
#645E78
(100,94,120)
#575267
(87,82,103)
#4A4656
(74,70,86)
#3D3A45
(61,58,69)
#302E34
(48,46,52)
#232223
(35,34,35)
#161612
(22,22,18)
#000000
(0,0,0)

Tints of #988EBC

#988EBC
(152,142,188)
#A198C2
(161,152,194)
#AAA2C8
(170,162,200)
#B3ACCE
(179,172,206)
#BCB6D4
(188,182,212)
#C5C0DA
(197,192,218)
#CECAE0
(206,202,224)
#D7D4E6
(215,212,230)
#E0DEEC
(224,222,236)
#E9E8F2
(233,232,242)
#F2F2F8
(242,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #988EBC; }

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

This text font color is #988EBC.


Background Color

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

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

This div background color is #988EBC.


Border color

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

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

This div border color is #988EBC.


Opacity

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

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

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

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

This text has shadow with #988EBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #988EBC on black background.


Color preview on white background

This text has color #988EBC on white background.



Black color preview on #988EBC background

This text has black color on #988EBC background.


White color preview on #988EBC background

This text has white color on #988EBC background.