COLOR #989CD6

HEX: #989CD6
RGB: (152,156,214)

Color info

#989CD6 contains mainly green and blue colors. Web safe color of #989CD6 is #9999CC (or #99C).

RGB color model

#989CD6 color RGB value is (152,156,214).

  • red value is 152;
  • green value is 156;
  • blue value is 214.
RGB:
(152,156,214)
(60%,61%,84%)

RGB channels and saturation

R 152 of 255 = 60%
G 156 of 255 = 61%
B 214 of 255 = 84%

152
156
214

R + G + B ~ 68%. #989CD6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 156 + 214 = 522 (100%)
R 152 of 522 ~ 29.12%
G 156 of 522 ~ 29.89%
B 214 of 522 ~ 41%

%29.12
%29.89
%41

CMYK color model

#989CD6 color CMYK value is (29,27,0,16).

  • cyan value is 28.97%
  • magenta value is 27.10%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(29,27,0,16)
C29M27Y0K16 
(29%,27%,0%,16%)
(0.29/0.27/0.00/0.16)	

CMYK percentages

%28.97
%27.1
%0
%16.08

Codes

Color #989CD6 in popluar color models

989CD6
RGB152156214
HSL236°43.06%71.76%
HSB/HSV236°28.97%83.92%
CMYK28.97%27.10%0.00%
16.08%

Color #989CD6 in popluar number systems.

HEX989CD6
Decimal152156214
Binary100110001001110011010110
Octal230234326

Shades and tints

Shades of #989CD6

#989CD6
(152,156,214)
#8B8EC3
(139,142,195)
#7E80B0
(126,128,176)
#71729D
(113,114,157)
#64648A
(100,100,138)
#575677
(87,86,119)
#4A4864
(74,72,100)
#3D3A51
(61,58,81)
#302C3E
(48,44,62)
#231E2B
(35,30,43)
#161018
(22,16,24)
#000000
(0,0,0)

Tints of #989CD6

#989CD6
(152,156,214)
#A1A5D9
(161,165,217)
#AAAEDC
(170,174,220)
#B3B7DF
(179,183,223)
#BCC0E2
(188,192,226)
#C5C9E5
(197,201,229)
#CED2E8
(206,210,232)
#D7DBEB
(215,219,235)
#E0E4EE
(224,228,238)
#E9EDF1
(233,237,241)
#F2F6F4
(242,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #989CD6 color. Also use rgb(152,156,214) instead hex code.

Text Font Color

.myTextColor { color: #989CD6; }

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

This text font color is #989CD6.


Background Color

.myBgColor { background-color: #989CD6; }

<div style="background-color:#989CD6">Inner text</div>

This div background color is #989CD6.


Border color

.myBorderColor { border: 1px solid #989CD6; }

<div style="border:3px solid #989CD6">Div</div>

This div border color is #989CD6.


Opacity

.myOpacity80 { color: #989CD6; opacity: 0.8; }

<p style="color:#989CD6;opacity:0.8;">80%</p>

Text with #989CD6 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 #989CD6;}

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

This text has shadow with #989CD6 color.

.textShadow {text-shadow: 3px 3px 1px #989CD6, 3px 3px 1px red;}

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

This text has shadow with #989CD6 primary color and red secondary color.


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

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

This text has shadow with #989CD6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #989CD6 on black background.


Color preview on white background

This text has color #989CD6 on white background.



Black color preview on #989CD6 background

This text has black color on #989CD6 background.


White color preview on #989CD6 background

This text has white color on #989CD6 background.