COLOR #988BD2

HEX: #988BD2 RGB: (152,139,210)

Color info

#988BD2 contains mainly red and blue colors. Web safe color of #988BD2 is #9999CC (or #99C).

RGB color model

#988BD2 color RGB value is (152,139,210).

RGB: (152,139,210) (60%, 55%, 82%)

RGB channels and saturation

R 152 of 255 = 60%
G 139 of 255 = 55%
B 210 of 255 = 82%

152
139
210

R + G + B ~ 66%. #988BD2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 152 + 139 + 210 = 501 (100%)
R 152 of 501 ~ 30.34%
G 139 of 501 ~ 27.74%
B 210 of 501 ~ 41.92'%

%30.34
%27.74
%41.92

CMYK color model

#988BD2 color CMYK value is (28,34,0,18).

  • cyan value is 27.62%
  • magenta value is 33.81%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK: (28,34,0,18) C28M34Y0K18 (28%,34%,0%,18%) (0.28/0.34/0.00/0.18) 

CMYK percentages

%27.62
%33.81
%0
%17.65

Codes

Color #988BD2 in popluar color models

98 8B D2
RGB 152 139 210
HSL 251° 44.10% 68.43%
HSB/HSV 251° 33.81% 82.35%
CMYK 27.62% 33.81% 0.00%
17.65%

Color #988BD2 in popluar number systems.

HEX 98 8B D2
Decimal 152 139 210
Binary 10011000 10001011 11010010
Octal 230 213 322

Shades and tints

Shades of #988BD2

#988BD2
(152,139,210)
#8B7FBF
(139,127,191)
#7E73AC
(126,115,172)
#716799
(113,103,153)
#645B86
(100,91,134)
#574F73
(87,79,115)
#4A4360
(74,67,96)
#3D374D
(61,55,77)
#302B3A
(48,43,58)
#231F27
(35,31,39)
#161314
(22,19,20)
#000000
(0,0,0)

Tints of #988BD2

#988BD2
(152,139,210)
#A195D6
(161,149,214)
#AA9FDA
(170,159,218)
#B3A9DE
(179,169,222)
#BCB3E2
(188,179,226)
#C5BDE6
(197,189,230)
#CEC7EA
(206,199,234)
#D7D1EE
(215,209,238)
#E0DBF2
(224,219,242)
#E9E5F6
(233,229,246)
#F2EFFA
(242,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #988BD2; }

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

This text font color is #988BD2.

Background Color

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

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

This div background color is #988BD2.

Border color

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

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

This div border color is #988BD2.

Opacity

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

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

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

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

This text has shadow with #988BD2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #988BD2.

Preview

Color preview on black background

This text has color #988BD2 on black background.


Color preview on white background

This text has color #988BD2 on white background.


Black color preview on #988BD2 background

This text has black color on #988BD2 background.


White color preview on #988BD2 background

This text has white color on #988BD2 background.


Related colors

Complementary color

Complementary color for #hex is #67742D.


I love getcolorcode.com

Triadic colors

1 #D2988B and #8BD298 with #988BD2 are triadic colors.

2 #D28B98 and #8B98D2 with #988BD2 are triadic colors.