COLOR #989BD6

HEX: #989BD6
RGB: (152,155,214)

Color info

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

RGB color model

#989BD6 color RGB value is (152,155,214).

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

RGB channels and saturation

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

152
155
214

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

Portions of RGB colors in percentages

R + G + B =
152 + 155 + 214 = 521 (100%)
R 152 of 521 ~ 29.17%
G 155 of 521 ~ 29.75%
B 214 of 521 ~ 41.07%

%29.17
%29.75
%41.07

CMYK color model

#989BD6 color CMYK value is (29,28,0,16).

  • cyan value is 28.97%
  • magenta value is 27.57%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(29,28,0,16)
C29M28Y0K16 
(29%,28%,0%,16%)
(0.29/0.28/0.00/0.16)	

CMYK percentages

%28.97
%27.57
%0
%16.08

Codes

Color #989BD6 in popluar color models

989BD6
RGB152155214
HSL237°43.06%71.76%
HSB/HSV237°28.97%83.92%
CMYK28.97%27.57%0.00%
16.08%

Color #989BD6 in popluar number systems.

HEX989BD6
Decimal152155214
Binary100110001001101111010110
Octal230233326

Shades and tints

Shades of #989BD6

#989BD6
(152,155,214)
#8B8DC3
(139,141,195)
#7E7FB0
(126,127,176)
#71719D
(113,113,157)
#64638A
(100,99,138)
#575577
(87,85,119)
#4A4764
(74,71,100)
#3D3951
(61,57,81)
#302B3E
(48,43,62)
#231D2B
(35,29,43)
#160F18
(22,15,24)
#000000
(0,0,0)

Tints of #989BD6

#989BD6
(152,155,214)
#A1A4D9
(161,164,217)
#AAADDC
(170,173,220)
#B3B6DF
(179,182,223)
#BCBFE2
(188,191,226)
#C5C8E5
(197,200,229)
#CED1E8
(206,209,232)
#D7DAEB
(215,218,235)
#E0E3EE
(224,227,238)
#E9ECF1
(233,236,241)
#F2F5F4
(242,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #989BD6; }

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

This text font color is #989BD6.


Background Color

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

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

This div background color is #989BD6.


Border color

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

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

This div border color is #989BD6.


Opacity

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

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

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

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

This text has shadow with #989BD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #989BD6 on black background.


Color preview on white background

This text has color #989BD6 on white background.



Black color preview on #989BD6 background

This text has black color on #989BD6 background.


White color preview on #989BD6 background

This text has white color on #989BD6 background.