COLOR #989BD7

HEX: #989BD7
RGB: (152,155,215)

Color info

#989BD7 contains mainly blue color. Web safe color of #989BD7 is #9999CC (or #99C).

RGB color model

#989BD7 color RGB value is (152,155,215).

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

RGB channels and saturation

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

152
155
215

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

Portions of RGB colors in percentages

R + G + B =
152 + 155 + 215 = 522 (100%)
R 152 of 522 ~ 29.12%
G 155 of 522 ~ 29.69%
B 215 of 522 ~ 41.19%

%29.12
%29.69
%41.19

CMYK color model

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

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

CMYK percentages

%29.3
%27.91
%0
%15.69

Codes

Color #989BD7 in popluar color models

989BD7
RGB152155215
HSL237°44.06%71.96%
HSB/HSV237°29.30%84.31%
CMYK29.30%27.91%0.00%
15.69%

Color #989BD7 in popluar number systems.

HEX989BD7
Decimal152155215
Binary100110001001101111010111
Octal230233327

Shades and tints

Shades of #989BD7

#989BD7
(152,155,215)
#8B8DC4
(139,141,196)
#7E7FB1
(126,127,177)
#71719E
(113,113,158)
#64638B
(100,99,139)
#575578
(87,85,120)
#4A4765
(74,71,101)
#3D3952
(61,57,82)
#302B3F
(48,43,63)
#231D2C
(35,29,44)
#160F19
(22,15,25)
#000000
(0,0,0)

Tints of #989BD7

#989BD7
(152,155,215)
#A1A4DA
(161,164,218)
#AAADDD
(170,173,221)
#B3B6E0
(179,182,224)
#BCBFE3
(188,191,227)
#C5C8E6
(197,200,230)
#CED1E9
(206,209,233)
#D7DAEC
(215,218,236)
#E0E3EF
(224,227,239)
#E9ECF2
(233,236,242)
#F2F5F5
(242,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #989BD7; }

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

This text font color is #989BD7.


Background Color

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

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

This div background color is #989BD7.


Border color

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

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

This div border color is #989BD7.


Opacity

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

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

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

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

This text has shadow with #989BD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #989BD7 on black background.


Color preview on white background

This text has color #989BD7 on white background.



Black color preview on #989BD7 background

This text has black color on #989BD7 background.


White color preview on #989BD7 background

This text has white color on #989BD7 background.