COLOR #989ECB

HEX: #989ECB
RGB: (152,158,203)

Color info

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

RGB color model

#989ECB color RGB value is (152,158,203).

  • red value is 152;
  • green value is 158;
  • blue value is 203.
RGB:
(152,158,203)
(60%,62%,80%)

RGB channels and saturation

R 152 of 255 = 60%
G 158 of 255 = 62%
B 203 of 255 = 80%

152
158
203

R + G + B ~ 67%. #989ECB is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 158 + 203 = 513 (100%)
R 152 of 513 ~ 29.63%
G 158 of 513 ~ 30.8%
B 203 of 513 ~ 39.57%

%29.63
%30.8
%39.57

CMYK color model

#989ECB color CMYK value is (25,22,0,20).

  • cyan value is 25.12%
  • magenta value is 22.17%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(25,22,0,20)
C25M22Y0K20 
(25%,22%,0%,20%)
(0.25/0.22/0.00/0.20)	

CMYK percentages

%25.12
%22.17
%0
%20.39

Codes

Color #989ECB in popluar color models

989ECB
RGB152158203
HSL233°32.90%69.61%
HSB/HSV233°25.12%79.61%
CMYK25.12%22.17%0.00%
20.39%

Color #989ECB in popluar number systems.

HEX989ECB
Decimal152158203
Binary100110001001111011001011
Octal230236313

Shades and tints

Shades of #989ECB

#989ECB
(152,158,203)
#8B90B9
(139,144,185)
#7E82A7
(126,130,167)
#717495
(113,116,149)
#646683
(100,102,131)
#575871
(87,88,113)
#4A4A5F
(74,74,95)
#3D3C4D
(61,60,77)
#302E3B
(48,46,59)
#232029
(35,32,41)
#161217
(22,18,23)
#000000
(0,0,0)

Tints of #989ECB

#989ECB
(152,158,203)
#A1A6CF
(161,166,207)
#AAAED3
(170,174,211)
#B3B6D7
(179,182,215)
#BCBEDB
(188,190,219)
#C5C6DF
(197,198,223)
#CECEE3
(206,206,227)
#D7D6E7
(215,214,231)
#E0DEEB
(224,222,235)
#E9E6EF
(233,230,239)
#F2EEF3
(242,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #989ECB color. Also use rgb(152,158,203) instead hex code.

Text Font Color

.myTextColor { color: #989ECB; }

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

This text font color is #989ECB.


Background Color

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

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

This div background color is #989ECB.


Border color

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

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

This div border color is #989ECB.


Opacity

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

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

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

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

This text has shadow with #989ECB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #989ECB on black background.


Color preview on white background

This text has color #989ECB on white background.



Black color preview on #989ECB background

This text has black color on #989ECB background.


White color preview on #989ECB background

This text has white color on #989ECB background.