COLOR #988CC3

HEX: #988CC3
RGB: (152,140,195)

Color info

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

RGB color model

#988CC3 color RGB value is (152,140,195).

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

RGB channels and saturation

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

152
140
195

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

Portions of RGB colors in percentages

R + G + B =
152 + 140 + 195 = 487 (100%)
R 152 of 487 ~ 31.21%
G 140 of 487 ~ 28.75%
B 195 of 487 ~ 40.04%

%31.21
%28.75
%40.04

CMYK color model

#988CC3 color CMYK value is (22,28,0,24).

  • cyan value is 22.05%
  • magenta value is 28.21%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(22,28,0,24)
C22M28Y0K24 
(22%,28%,0%,24%)
(0.22/0.28/0.00/0.24)	

CMYK percentages

%22.05
%28.21
%0
%23.53

Codes

Color #988CC3 in popluar color models

988CC3
RGB152140195
HSL253°31.43%65.69%
HSB/HSV253°28.21%76.47%
CMYK22.05%28.21%0.00%
23.53%

Color #988CC3 in popluar number systems.

HEX988CC3
Decimal152140195
Binary100110001000110011000011
Octal230214303

Shades and tints

Shades of #988CC3

#988CC3
(152,140,195)
#8B80B2
(139,128,178)
#7E74A1
(126,116,161)
#716890
(113,104,144)
#645C7F
(100,92,127)
#57506E
(87,80,110)
#4A445D
(74,68,93)
#3D384C
(61,56,76)
#302C3B
(48,44,59)
#23202A
(35,32,42)
#161419
(22,20,25)
#000000
(0,0,0)

Tints of #988CC3

#988CC3
(152,140,195)
#A196C8
(161,150,200)
#AAA0CD
(170,160,205)
#B3AAD2
(179,170,210)
#BCB4D7
(188,180,215)
#C5BEDC
(197,190,220)
#CEC8E1
(206,200,225)
#D7D2E6
(215,210,230)
#E0DCEB
(224,220,235)
#E9E6F0
(233,230,240)
#F2F0F5
(242,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #988CC3; }

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

This text font color is #988CC3.


Background Color

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

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

This div background color is #988CC3.


Border color

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

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

This div border color is #988CC3.


Opacity

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

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

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

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

This text has shadow with #988CC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #988CC3 on black background.


Color preview on white background

This text has color #988CC3 on white background.



Black color preview on #988CC3 background

This text has black color on #988CC3 background.


White color preview on #988CC3 background

This text has white color on #988CC3 background.