COLOR #7989B6

HEX: #7989B6
RGB: (121,137,182)

Color info

#7989B6 contains mainly green and blue colors. Web safe color of #7989B6 is #6699CC (or #69C).

RGB color model

#7989B6 color RGB value is (121,137,182).

  • red value is 121;
  • green value is 137;
  • blue value is 182.
RGB:
(121,137,182)
(47%,54%,71%)

RGB channels and saturation

R 121 of 255 = 47%
G 137 of 255 = 54%
B 182 of 255 = 71%

121
137
182

R + G + B ~ 57%. #7989B6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
121 + 137 + 182 = 440 (100%)
R 121 of 440 ~ 27.5%
G 137 of 440 ~ 31.14%
B 182 of 440 ~ 41.36%

%27.5
%31.14
%41.36

CMYK color model

#7989B6 color CMYK value is (34,25,0,29).

  • cyan value is 33.52%
  • magenta value is 24.73%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(34,25,0,29)
C34M25Y0K29 
(34%,25%,0%,29%)
(0.34/0.25/0.00/0.29)	

CMYK percentages

%33.52
%24.73
%0
%28.63

Codes

Color #7989B6 in popluar color models

7989B6
RGB121137182
HSL224°29.47%59.41%
HSB/HSV224°33.52%71.37%
CMYK33.52%24.73%0.00%
28.63%

Color #7989B6 in popluar number systems.

HEX7989B6
Decimal121137182
Binary11110011000100110110110
Octal171211266

Shades and tints

Shades of #7989B6

#7989B6
(121,137,182)
#6E7DA6
(110,125,166)
#637196
(99,113,150)
#586586
(88,101,134)
#4D5976
(77,89,118)
#424D66
(66,77,102)
#374156
(55,65,86)
#2C3546
(44,53,70)
#212936
(33,41,54)
#161D26
(22,29,38)
#0B1116
(11,17,22)
#000000
(0,0,0)

Tints of #7989B6

#7989B6
(121,137,182)
#8593BC
(133,147,188)
#919DC2
(145,157,194)
#9DA7C8
(157,167,200)
#A9B1CE
(169,177,206)
#B5BBD4
(181,187,212)
#C1C5DA
(193,197,218)
#CDCFE0
(205,207,224)
#D9D9E6
(217,217,230)
#E5E3EC
(229,227,236)
#F1EDF2
(241,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7989B6 color. Also use rgb(121,137,182) instead hex code.

Text Font Color

.myTextColor { color: #7989B6; }

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

This text font color is #7989B6.


Background Color

.myBgColor { background-color: #7989B6; }

<div style="background-color:#7989B6">Inner text</div>

This div background color is #7989B6.


Border color

.myBorderColor { border: 1px solid #7989B6; }

<div style="border:3px solid #7989B6">Div</div>

This div border color is #7989B6.


Opacity

.myOpacity80 { color: #7989B6; opacity: 0.8; }

<p style="color:#7989B6;opacity:0.8;">80%</p>

Text with #7989B6 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 #7989B6;}

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

This text has shadow with #7989B6 color.

.textShadow {text-shadow: 3px 3px 1px #7989B6, 3px 3px 1px red;}

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

This text has shadow with #7989B6 primary color and red secondary color.


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

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

This text has shadow with #7989B6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7989B6 on black background.


Color preview on white background

This text has color #7989B6 on white background.



Black color preview on #7989B6 background

This text has black color on #7989B6 background.


White color preview on #7989B6 background

This text has white color on #7989B6 background.