COLOR #988CC8

HEX: #988CC8
RGB: (152,140,200)

Color info

#988CC8 contains mainly red and blue colors. Web safe color of #988CC8 is #9999CC (or #99C).

RGB color model

#988CC8 color RGB value is (152,140,200).

  • red value is 152;
  • green value is 140;
  • blue value is 200.
RGB:
(152,140,200)
(60%,55%,78%)

RGB channels and saturation

R 152 of 255 = 60%
G 140 of 255 = 55%
B 200 of 255 = 78%

152
140
200

R + G + B ~ 64%. #988CC8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 140 + 200 = 492 (100%)
R 152 of 492 ~ 30.89%
G 140 of 492 ~ 28.46%
B 200 of 492 ~ 40.65%

%30.89
%28.46
%40.65

CMYK color model

#988CC8 color CMYK value is (24,30,0,22).

  • cyan value is 24.00%
  • magenta value is 30.00%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(24,30,0,22)
C24M30Y0K22 
(24%,30%,0%,22%)
(0.24/0.30/0.00/0.22)	

CMYK percentages

%24
%30
%0
%21.57

Codes

Color #988CC8 in popluar color models

988CC8
RGB152140200
HSL252°35.29%66.67%
HSB/HSV252°30.00%78.43%
CMYK24.00%30.00%0.00%
21.57%

Color #988CC8 in popluar number systems.

HEX988CC8
Decimal152140200
Binary100110001000110011001000
Octal230214310

Shades and tints

Shades of #988CC8

#988CC8
(152,140,200)
#8B80B6
(139,128,182)
#7E74A4
(126,116,164)
#716892
(113,104,146)
#645C80
(100,92,128)
#57506E
(87,80,110)
#4A445C
(74,68,92)
#3D384A
(61,56,74)
#302C38
(48,44,56)
#232026
(35,32,38)
#161414
(22,20,20)
#000000
(0,0,0)

Tints of #988CC8

#988CC8
(152,140,200)
#A196CD
(161,150,205)
#AAA0D2
(170,160,210)
#B3AAD7
(179,170,215)
#BCB4DC
(188,180,220)
#C5BEE1
(197,190,225)
#CEC8E6
(206,200,230)
#D7D2EB
(215,210,235)
#E0DCF0
(224,220,240)
#E9E6F5
(233,230,245)
#F2F0FA
(242,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #988CC8; }

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

This text font color is #988CC8.


Background Color

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

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

This div background color is #988CC8.


Border color

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

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

This div border color is #988CC8.


Opacity

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

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

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

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

This text has shadow with #988CC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #988CC8 on black background.


Color preview on white background

This text has color #988CC8 on white background.



Black color preview on #988CC8 background

This text has black color on #988CC8 background.


White color preview on #988CC8 background

This text has white color on #988CC8 background.