COLOR #989BC6

HEX: #989BC6 RGB: (152,155,198)

Color info

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

RGB color model

#989BC6 color RGB value is (152,155,198).

RGB: (152,155,198) (60%, 61%, 78%)

RGB channels and saturation

R 152 of 255 = 60%
G 155 of 255 = 61%
B 198 of 255 = 78%

152
155
198

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

Portions of RGB colors in percentages

R + G + B = 152 + 155 + 198 = 505 (100%)
R 152 of 505 ~ 30.1%
G 155 of 505 ~ 30.69%
B 198 of 505 ~ 39.21'%

%30.1
%30.69
%39.21

CMYK color model

#989BC6 color CMYK value is (23,22,0,22).

  • cyan value is 23.23%
  • magenta value is 21.72%
  • yellow value is 0.00%
  • key color value is 22.35%

CMYK: (23,22,0,22)
C23M22Y0K22 (23%, 22%, 0%, 22%)
(0.23 / 0.22 / 0.00 / 0.22)

CMYK percentages

%23.23
%21.72
%0
%22.35

Codes

Color #989BC6 in popluar color models

98 9B C6
RGB 152 155 198
HSL 236° 28.75% 68.63%
HSB/HSV 236° 23.23% 77.65%
CMYK 23.23% 21.72% 0.00%
22.35%

Color #989BC6 in popluar number systems.

HEX 98 9B C6
Decimal 152 155 198
Binary 10011000 10011011 11000110
Octal 230 233 306

Shades and tints

Shades of #989BC6

#989BC6
(152,155,198)
#8B8DB4
(139,141,180)
#7E7FA2
(126,127,162)
#717190
(113,113,144)
#64637E
(100,99,126)
#57556C
(87,85,108)
#4A475A
(74,71,90)
#3D3948
(61,57,72)
#302B36
(48,43,54)
#231D24
(35,29,36)
#160F12
(22,15,18)
#000000
(0,0,0)

Tints of #989BC6

#989BC6
(152,155,198)
#A1A4CB
(161,164,203)
#AAADD0
(170,173,208)
#B3B6D5
(179,182,213)
#BCBFDA
(188,191,218)
#C5C8DF
(197,200,223)
#CED1E4
(206,209,228)
#D7DAE9
(215,218,233)
#E0E3EE
(224,227,238)
#E9ECF3
(233,236,243)
#F2F5F8
(242,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #989BC6; }

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

This text font color is #989BC6.

Background Color

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

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

This div background color is #989BC6.

Border color

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

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

This div border color is #989BC6.

Opacity

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

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

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

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

This text has shadow with #989BC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #989BC6.

Preview

Color preview on black background

This text has color #989BC6 on black background.


Color preview on white background

This text has color #989BC6 on white background.


Black color preview on #989BC6 background

This text has black color on #989BC6 background.


White color preview on #989BC6 background

This text has white color on #989BC6 background.


Related colors

Complementary color

Complementary color for #hex is #676439.


I love getcolorcode.com

Triadic colors

1 #C6989B and #9BC698 with #989BC6 are triadic colors.

2 #C69B98 and #9B98C6 with #989BC6 are triadic colors.