COLOR #989DBF

HEX: #989DBF
RGB: (152,157,191)

Color info

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

RGB color model

#989DBF color RGB value is (152,157,191).

  • red value is 152;
  • green value is 157;
  • blue value is 191.
RGB:
(152,157,191)
(60%,62%,75%)

RGB channels and saturation

R 152 of 255 = 60%
G 157 of 255 = 62%
B 191 of 255 = 75%

152
157
191

R + G + B ~ 66%. #989DBF is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 157 + 191 = 500 (100%)
R 152 of 500 ~ 30.4%
G 157 of 500 ~ 31.4%
B 191 of 500 ~ 38.2%

%30.4
%31.4
%38.2

CMYK color model

#989DBF color CMYK value is (20,18,0,25).

  • cyan value is 20.42%
  • magenta value is 17.80%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(20,18,0,25)
C20M18Y0K25 
(20%,18%,0%,25%)
(0.20/0.18/0.00/0.25)	

CMYK percentages

%20.42
%17.8
%0
%25.1

Codes

Color #989DBF in popluar color models

989DBF
RGB152157191
HSL232°23.35%67.25%
HSB/HSV232°20.42%74.90%
CMYK20.42%17.80%0.00%
25.10%

Color #989DBF in popluar number systems.

HEX989DBF
Decimal152157191
Binary100110001001110110111111
Octal230235277

Shades and tints

Shades of #989DBF

#989DBF
(152,157,191)
#8B8FAE
(139,143,174)
#7E819D
(126,129,157)
#71738C
(113,115,140)
#64657B
(100,101,123)
#57576A
(87,87,106)
#4A4959
(74,73,89)
#3D3B48
(61,59,72)
#302D37
(48,45,55)
#231F26
(35,31,38)
#161115
(22,17,21)
#000000
(0,0,0)

Tints of #989DBF

#989DBF
(152,157,191)
#A1A5C4
(161,165,196)
#AAADC9
(170,173,201)
#B3B5CE
(179,181,206)
#BCBDD3
(188,189,211)
#C5C5D8
(197,197,216)
#CECDDD
(206,205,221)
#D7D5E2
(215,213,226)
#E0DDE7
(224,221,231)
#E9E5EC
(233,229,236)
#F2EDF1
(242,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #989DBF color. Also use rgb(152,157,191) instead hex code.

Text Font Color

.myTextColor { color: #989DBF; }

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

This text font color is #989DBF.


Background Color

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

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

This div background color is #989DBF.


Border color

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

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

This div border color is #989DBF.


Opacity

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

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

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

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

This text has shadow with #989DBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #989DBF on black background.


Color preview on white background

This text has color #989DBF on white background.



Black color preview on #989DBF background

This text has black color on #989DBF background.


White color preview on #989DBF background

This text has white color on #989DBF background.