COLOR #988FC0

HEX: #988FC0 RGB: (152,143,192)

Color info

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

RGB color model

#988FC0 color RGB value is (152,143,192).

RGB: (152,143,192) (60%, 56%, 75%)

RGB channels and saturation

R 152 of 255 = 60%
G 143 of 255 = 56%
B 192 of 255 = 75%

152
143
192

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

Portions of RGB colors in percentages

R + G + B = 152 + 143 + 192 = 487 (100%)
R 152 of 487 ~ 31.21%
G 143 of 487 ~ 29.36%
B 192 of 487 ~ 39.43'%

%31.21
%29.36
%39.43

CMYK color model

#988FC0 color CMYK value is (21,26,0,25).

  • cyan value is 20.83%
  • magenta value is 25.52%
  • yellow value is 0.00%
  • key color value is 24.71%

CMYK: (21,26,0,25)
C21M26Y0K25 (21%, 26%, 0%, 25%)
(0.21 / 0.26 / 0.00 / 0.25)

CMYK percentages

%20.83
%25.52
%0
%24.71

Codes

Color #988FC0 in popluar color models

98 8F C0
RGB 152 143 192
HSL 251° 28.00% 65.69%
HSB/HSV 251° 25.52% 75.29%
CMYK 20.83% 25.52% 0.00%
24.71%

Color #988FC0 in popluar number systems.

HEX 98 8F C0
Decimal 152 143 192
Binary 10011000 10001111 11000000
Octal 230 217 300

Shades and tints

Shades of #988FC0

#988FC0
(152,143,192)
#8B82AF
(139,130,175)
#7E759E
(126,117,158)
#71688D
(113,104,141)
#645B7C
(100,91,124)
#574E6B
(87,78,107)
#4A415A
(74,65,90)
#3D3449
(61,52,73)
#302738
(48,39,56)
#231A27
(35,26,39)
#160D16
(22,13,22)
#000000
(0,0,0)

Tints of #988FC0

#988FC0
(152,143,192)
#A199C5
(161,153,197)
#AAA3CA
(170,163,202)
#B3ADCF
(179,173,207)
#BCB7D4
(188,183,212)
#C5C1D9
(197,193,217)
#CECBDE
(206,203,222)
#D7D5E3
(215,213,227)
#E0DFE8
(224,223,232)
#E9E9ED
(233,233,237)
#F2F3F2
(242,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #988FC0; }

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

This text font color is #988FC0.

Background Color

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

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

This div background color is #988FC0.

Border color

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

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

This div border color is #988FC0.

Opacity

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

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

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

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

This text has shadow with #988FC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #988FC0.

Preview

Color preview on black background

This text has color #988FC0 on black background.


Color preview on white background

This text has color #988FC0 on white background.


Black color preview on #988FC0 background

This text has black color on #988FC0 background.


White color preview on #988FC0 background

This text has white color on #988FC0 background.


Related colors

Complementary color

Complementary color for #hex is #67703F.


I love getcolorcode.com

Triadic colors

1 #C0988F and #8FC098 with #988FC0 are triadic colors.

2 #C08F98 and #8F98C0 with #988FC0 are triadic colors.