COLOR #988BC6

HEX: #988BC6 RGB: (152,139,198)

Color info

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

RGB color model

#988BC6 color RGB value is (152,139,198).

RGB: (152,139,198) (60%, 55%, 78%)

RGB channels and saturation

R 152 of 255 = 60%
G 139 of 255 = 55%
B 198 of 255 = 78%

152
139
198

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

Portions of RGB colors in percentages

R + G + B = 152 + 139 + 198 = 489 (100%)
R 152 of 489 ~ 31.08%
G 139 of 489 ~ 28.43%
B 198 of 489 ~ 40.49'%

%31.08
%28.43
%40.49

CMYK color model

#988BC6 color CMYK value is (23,30,0,22).

  • cyan value is 23.23%
  • magenta value is 29.80%
  • yellow value is 0.00%
  • key color value is 22.35%

CMYK: (23,30,0,22)
C23M30Y0K22 (23%, 30%, 0%, 22%)
(0.23 / 0.30 / 0.00 / 0.22)

CMYK percentages

%23.23
%29.8
%0
%22.35

Codes

Color #988BC6 in popluar color models

98 8B C6
RGB 152 139 198
HSL 253° 34.10% 66.08%
HSB/HSV 253° 29.80% 77.65%
CMYK 23.23% 29.80% 0.00%
22.35%

Color #988BC6 in popluar number systems.

HEX 98 8B C6
Decimal 152 139 198
Binary 10011000 10001011 11000110
Octal 230 213 306

Shades and tints

Shades of #988BC6

#988BC6
(152,139,198)
#8B7FB4
(139,127,180)
#7E73A2
(126,115,162)
#716790
(113,103,144)
#645B7E
(100,91,126)
#574F6C
(87,79,108)
#4A435A
(74,67,90)
#3D3748
(61,55,72)
#302B36
(48,43,54)
#231F24
(35,31,36)
#161312
(22,19,18)
#000000
(0,0,0)

Tints of #988BC6

#988BC6
(152,139,198)
#A195CB
(161,149,203)
#AA9FD0
(170,159,208)
#B3A9D5
(179,169,213)
#BCB3DA
(188,179,218)
#C5BDDF
(197,189,223)
#CEC7E4
(206,199,228)
#D7D1E9
(215,209,233)
#E0DBEE
(224,219,238)
#E9E5F3
(233,229,243)
#F2EFF8
(242,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #988BC6 color. Also use rgb(152,139,198) instead hex code.

Text Font Color

.myTextColor { color: #988BC6; }

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

This text font color is #988BC6.

Background Color

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

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

This div background color is #988BC6.

Border color

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

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

This div border color is #988BC6.

Opacity

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

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

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

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

This text has shadow with #988BC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #988BC6.

Preview

Color preview on black background

This text has color #988BC6 on black background.


Color preview on white background

This text has color #988BC6 on white background.


Black color preview on #988BC6 background

This text has black color on #988BC6 background.


White color preview on #988BC6 background

This text has white color on #988BC6 background.


Related colors

Complementary color

Complementary color for #hex is #677439.


I love getcolorcode.com

Triadic colors

1 #C6988B and #8BC698 with #988BC6 are triadic colors.

2 #C68B98 and #8B98C6 with #988BC6 are triadic colors.