COLOR #988DC7

HEX: #988DC7 RGB: (152,141,199)

Color info

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

RGB color model

#988DC7 color RGB value is (152,141,199).

RGB: (152,141,199) (60%, 55%, 78%)

RGB channels and saturation

R 152 of 255 = 60%
G 141 of 255 = 55%
B 199 of 255 = 78%

152
141
199

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

Portions of RGB colors in percentages

R + G + B = 152 + 141 + 199 = 492 (100%)
R 152 of 492 ~ 30.89%
G 141 of 492 ~ 28.66%
B 199 of 492 ~ 40.45'%

%30.89
%28.66
%40.45

CMYK color model

#988DC7 color CMYK value is (24,29,0,22).

  • cyan value is 23.62%
  • magenta value is 29.15%
  • yellow value is 0.00%
  • key color value is 21.96%

CMYK: (24,29,0,22)
C24M29Y0K22 (24%, 29%, 0%, 22%)
(0.24 / 0.29 / 0.00 / 0.22)

CMYK percentages

%23.62
%29.15
%0
%21.96

Codes

Color #988DC7 in popluar color models

98 8D C7
RGB 152 141 199
HSL 251° 34.12% 66.67%
HSB/HSV 251° 29.15% 78.04%
CMYK 23.62% 29.15% 0.00%
21.96%

Color #988DC7 in popluar number systems.

HEX 98 8D C7
Decimal 152 141 199
Binary 10011000 10001101 11000111
Octal 230 215 307

Shades and tints

Shades of #988DC7

#988DC7
(152,141,199)
#8B81B5
(139,129,181)
#7E75A3
(126,117,163)
#716991
(113,105,145)
#645D7F
(100,93,127)
#57516D
(87,81,109)
#4A455B
(74,69,91)
#3D3949
(61,57,73)
#302D37
(48,45,55)
#232125
(35,33,37)
#161513
(22,21,19)
#000000
(0,0,0)

Tints of #988DC7

#988DC7
(152,141,199)
#A197CC
(161,151,204)
#AAA1D1
(170,161,209)
#B3ABD6
(179,171,214)
#BCB5DB
(188,181,219)
#C5BFE0
(197,191,224)
#CEC9E5
(206,201,229)
#D7D3EA
(215,211,234)
#E0DDEF
(224,221,239)
#E9E7F4
(233,231,244)
#F2F1F9
(242,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #988DC7; }

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

This text font color is #988DC7.

Background Color

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

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

This div background color is #988DC7.

Border color

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

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

This div border color is #988DC7.

Opacity

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

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

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

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

This text has shadow with #988DC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #988DC7.

Preview

Color preview on black background

This text has color #988DC7 on black background.


Color preview on white background

This text has color #988DC7 on white background.


Black color preview on #988DC7 background

This text has black color on #988DC7 background.


White color preview on #988DC7 background

This text has white color on #988DC7 background.


Related colors

Complementary color

Complementary color for #hex is #677238.


I love getcolorcode.com

Triadic colors

1 #C7988D and #8DC798 with #988DC7 are triadic colors.

2 #C78D98 and #8D98C7 with #988DC7 are triadic colors.