COLOR #988FC7

HEX: #988FC7
RGB: (152,143,199)

Color info

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

RGB color model

#988FC7 color RGB value is (152,143,199).

  • red value is 152;
  • green value is 143;
  • blue value is 199.
RGB:
(152,143,199)
(60%,56%,78%)

RGB channels and saturation

R 152 of 255 = 60%
G 143 of 255 = 56%
B 199 of 255 = 78%

152
143
199

R + G + B ~ 65%. #988FC7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 143 + 199 = 494 (100%)
R 152 of 494 ~ 30.77%
G 143 of 494 ~ 28.95%
B 199 of 494 ~ 40.28%

%30.77
%28.95
%40.28

CMYK color model

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

  • cyan value is 23.62%
  • magenta value is 28.14%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(24,28,0,22)
C24M28Y0K22 
(24%,28%,0%,22%)
(0.24/0.28/0.00/0.22)	

CMYK percentages

%23.62
%28.14
%0
%21.96

Codes

Color #988FC7 in popluar color models

988FC7
RGB152143199
HSL250°33.33%67.06%
HSB/HSV250°28.14%78.04%
CMYK23.62%28.14%0.00%
21.96%

Color #988FC7 in popluar number systems.

HEX988FC7
Decimal152143199
Binary100110001000111111000111
Octal230217307

Shades and tints

Shades of #988FC7

#988FC7
(152,143,199)
#8B82B5
(139,130,181)
#7E75A3
(126,117,163)
#716891
(113,104,145)
#645B7F
(100,91,127)
#574E6D
(87,78,109)
#4A415B
(74,65,91)
#3D3449
(61,52,73)
#302737
(48,39,55)
#231A25
(35,26,37)
#160D13
(22,13,19)
#000000
(0,0,0)

Tints of #988FC7

#988FC7
(152,143,199)
#A199CC
(161,153,204)
#AAA3D1
(170,163,209)
#B3ADD6
(179,173,214)
#BCB7DB
(188,183,219)
#C5C1E0
(197,193,224)
#CECBE5
(206,203,229)
#D7D5EA
(215,213,234)
#E0DFEF
(224,223,239)
#E9E9F4
(233,233,244)
#F2F3F9
(242,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #988FC7 color. Also use rgb(152,143,199) instead hex code.

Text Font Color

.myTextColor { color: #988FC7; }

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

This text font color is #988FC7.


Background Color

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

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

This div background color is #988FC7.


Border color

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

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

This div border color is #988FC7.


Opacity

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

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

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

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

This text has shadow with #988FC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #988FC7 on black background.


Color preview on white background

This text has color #988FC7 on white background.



Black color preview on #988FC7 background

This text has black color on #988FC7 background.


White color preview on #988FC7 background

This text has white color on #988FC7 background.