COLOR #7984BE

HEX: #7984BE
RGB: (121,132,190)

Color info

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

RGB color model

#7984BE color RGB value is (121,132,190).

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

RGB channels and saturation

R 121 of 255 = 47%
G 132 of 255 = 52%
B 190 of 255 = 75%

121
132
190

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

Portions of RGB colors in percentages

R + G + B =
121 + 132 + 190 = 443 (100%)
R 121 of 443 ~ 27.31%
G 132 of 443 ~ 29.8%
B 190 of 443 ~ 42.89%

%27.31
%29.8
%42.89

CMYK color model

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

  • cyan value is 36.32%
  • magenta value is 30.53%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(36,31,0,25)
C36M31Y0K25 
(36%,31%,0%,25%)
(0.36/0.31/0.00/0.25)	

CMYK percentages

%36.32
%30.53
%0
%25.49

Codes

Color #7984BE in popluar color models

7984BE
RGB121132190
HSL230°34.67%60.98%
HSB/HSV230°36.32%74.51%
CMYK36.32%30.53%0.00%
25.49%

Color #7984BE in popluar number systems.

HEX7984BE
Decimal121132190
Binary11110011000010010111110
Octal171204276

Shades and tints

Shades of #7984BE

#7984BE
(121,132,190)
#6E78AD
(110,120,173)
#636C9C
(99,108,156)
#58608B
(88,96,139)
#4D547A
(77,84,122)
#424869
(66,72,105)
#373C58
(55,60,88)
#2C3047
(44,48,71)
#212436
(33,36,54)
#161825
(22,24,37)
#0B0C14
(11,12,20)
#000000
(0,0,0)

Tints of #7984BE

#7984BE
(121,132,190)
#858FC3
(133,143,195)
#919AC8
(145,154,200)
#9DA5CD
(157,165,205)
#A9B0D2
(169,176,210)
#B5BBD7
(181,187,215)
#C1C6DC
(193,198,220)
#CDD1E1
(205,209,225)
#D9DCE6
(217,220,230)
#E5E7EB
(229,231,235)
#F1F2F0
(241,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7984BE; }

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

This text font color is #7984BE.


Background Color

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

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

This div background color is #7984BE.


Border color

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

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

This div border color is #7984BE.


Opacity

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

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

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

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

This text has shadow with #7984BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7984BE on black background.


Color preview on white background

This text has color #7984BE on white background.



Black color preview on #7984BE background

This text has black color on #7984BE background.


White color preview on #7984BE background

This text has white color on #7984BE background.