COLOR #7984B0

HEX: #7984B0
RGB: (121,132,176)

Color info

#7984B0 contains red, green and blue colors in about the same proportion. Web safe color of #7984B0 is #669999 (or #699).

RGB color model

#7984B0 color RGB value is (121,132,176).

  • red value is 121;
  • green value is 132;
  • blue value is 176.
RGB:
(121,132,176)
(47%,52%,69%)

RGB channels and saturation

R 121 of 255 = 47%
G 132 of 255 = 52%
B 176 of 255 = 69%

121
132
176

R + G + B ~ 56%. #7984B0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
121 + 132 + 176 = 429 (100%)
R 121 of 429 ~ 28.21%
G 132 of 429 ~ 30.77%
B 176 of 429 ~ 41.03%

%28.21
%30.77
%41.03

CMYK color model

#7984B0 color CMYK value is (31,25,0,31).

  • cyan value is 31.25%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(31,25,0,31)
C31M25Y0K31 
(31%,25%,0%,31%)
(0.31/0.25/0.00/0.31)	

CMYK percentages

%31.25
%25
%0
%30.98

Codes

Color #7984B0 in popluar color models

7984B0
RGB121132176
HSL228°25.82%58.24%
HSB/HSV228°31.25%69.02%
CMYK31.25%25.00%0.00%
30.98%

Color #7984B0 in popluar number systems.

HEX7984B0
Decimal121132176
Binary11110011000010010110000
Octal171204260

Shades and tints

Shades of #7984B0

#7984B0
(121,132,176)
#6E78A0
(110,120,160)
#636C90
(99,108,144)
#586080
(88,96,128)
#4D5470
(77,84,112)
#424860
(66,72,96)
#373C50
(55,60,80)
#2C3040
(44,48,64)
#212430
(33,36,48)
#161820
(22,24,32)
#0B0C10
(11,12,16)
#000000
(0,0,0)

Tints of #7984B0

#7984B0
(121,132,176)
#858FB7
(133,143,183)
#919ABE
(145,154,190)
#9DA5C5
(157,165,197)
#A9B0CC
(169,176,204)
#B5BBD3
(181,187,211)
#C1C6DA
(193,198,218)
#CDD1E1
(205,209,225)
#D9DCE8
(217,220,232)
#E5E7EF
(229,231,239)
#F1F2F6
(241,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7984B0 color. Also use rgb(121,132,176) instead hex code.

Text Font Color

.myTextColor { color: #7984B0; }

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

This text font color is #7984B0.


Background Color

.myBgColor { background-color: #7984B0; }

<div style="background-color:#7984B0">Inner text</div>

This div background color is #7984B0.


Border color

.myBorderColor { border: 1px solid #7984B0; }

<div style="border:3px solid #7984B0">Div</div>

This div border color is #7984B0.


Opacity

.myOpacity80 { color: #7984B0; opacity: 0.8; }

<p style="color:#7984B0;opacity:0.8;">80%</p>

Text with #7984B0 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 #7984B0;}

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

This text has shadow with #7984B0 color.

.textShadow {text-shadow: 3px 3px 1px #7984B0, 3px 3px 1px red;}

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

This text has shadow with #7984B0 primary color and red secondary color.


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

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

This text has shadow with #7984B0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7984B0 on black background.


Color preview on white background

This text has color #7984B0 on white background.



Black color preview on #7984B0 background

This text has black color on #7984B0 background.


White color preview on #7984B0 background

This text has white color on #7984B0 background.