COLOR #988CC1

HEX: #988CC1
RGB: (152,140,193)

Color info

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

RGB color model

#988CC1 color RGB value is (152,140,193).

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

RGB channels and saturation

R 152 of 255 = 60%
G 140 of 255 = 55%
B 193 of 255 = 76%

152
140
193

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

Portions of RGB colors in percentages

R + G + B =
152 + 140 + 193 = 485 (100%)
R 152 of 485 ~ 31.34%
G 140 of 485 ~ 28.87%
B 193 of 485 ~ 39.79%

%31.34
%28.87
%39.79

CMYK color model

#988CC1 color CMYK value is (21,27,0,24).

  • cyan value is 21.24%
  • magenta value is 27.46%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(21,27,0,24)
C21M27Y0K24 
(21%,27%,0%,24%)
(0.21/0.27/0.00/0.24)	

CMYK percentages

%21.24
%27.46
%0
%24.31

Codes

Color #988CC1 in popluar color models

988CC1
RGB152140193
HSL254°29.94%65.29%
HSB/HSV254°27.46%75.69%
CMYK21.24%27.46%0.00%
24.31%

Color #988CC1 in popluar number systems.

HEX988CC1
Decimal152140193
Binary100110001000110011000001
Octal230214301

Shades and tints

Shades of #988CC1

#988CC1
(152,140,193)
#8B80B0
(139,128,176)
#7E749F
(126,116,159)
#71688E
(113,104,142)
#645C7D
(100,92,125)
#57506C
(87,80,108)
#4A445B
(74,68,91)
#3D384A
(61,56,74)
#302C39
(48,44,57)
#232028
(35,32,40)
#161417
(22,20,23)
#000000
(0,0,0)

Tints of #988CC1

#988CC1
(152,140,193)
#A196C6
(161,150,198)
#AAA0CB
(170,160,203)
#B3AAD0
(179,170,208)
#BCB4D5
(188,180,213)
#C5BEDA
(197,190,218)
#CEC8DF
(206,200,223)
#D7D2E4
(215,210,228)
#E0DCE9
(224,220,233)
#E9E6EE
(233,230,238)
#F2F0F3
(242,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #988CC1; }

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

This text font color is #988CC1.


Background Color

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

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

This div background color is #988CC1.


Border color

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

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

This div border color is #988CC1.


Opacity

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

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

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

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

This text has shadow with #988CC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #988CC1 on black background.


Color preview on white background

This text has color #988CC1 on white background.



Black color preview on #988CC1 background

This text has black color on #988CC1 background.


White color preview on #988CC1 background

This text has white color on #988CC1 background.