COLOR #7986BA

HEX: #7986BA RGB: (121,134,186)

Color info

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

RGB color model

#7986BA color RGB value is (121,134,186).

RGB: (121,134,186) (47%, 53%, 73%)

RGB channels and saturation

R 121 of 255 = 47%
G 134 of 255 = 53%
B 186 of 255 = 73%

121
134
186

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

Portions of RGB colors in percentages

R + G + B = 121 + 134 + 186 = 441 (100%)
R 121 of 441 ~ 27.44%
G 134 of 441 ~ 30.39%
B 186 of 441 ~ 42.18'%

%27.44
%30.39
%42.18

CMYK color model

#7986BA color CMYK value is (35,28,0,27).

  • cyan value is 34.95%
  • magenta value is 27.96%
  • yellow value is 0.00%
  • key color value is 27.06%

CMYK: (35,28,0,27)
C35M28Y0K27 (35%, 28%, 0%, 27%)
(0.35 / 0.28 / 0.00 / 0.27)

CMYK percentages

%34.95
%27.96
%0
%27.06

Codes

Color #7986BA in popluar color models

79 86 BA
RGB 121 134 186
HSL 228° 32.02% 60.20%
HSB/HSV 228° 34.95% 72.94%
CMYK 34.95% 27.96% 0.00%
27.06%

Color #7986BA in popluar number systems.

HEX 79 86 BA
Decimal 121 134 186
Binary 1111001 10000110 10111010
Octal 171 206 272

Shades and tints

Shades of #7986BA

#7986BA
(121,134,186)
#6E7AAA
(110,122,170)
#636E9A
(99,110,154)
#58628A
(88,98,138)
#4D567A
(77,86,122)
#424A6A
(66,74,106)
#373E5A
(55,62,90)
#2C324A
(44,50,74)
#21263A
(33,38,58)
#161A2A
(22,26,42)
#0B0E1A
(11,14,26)
#000000
(0,0,0)

Tints of #7986BA

#7986BA
(121,134,186)
#8591C0
(133,145,192)
#919CC6
(145,156,198)
#9DA7CC
(157,167,204)
#A9B2D2
(169,178,210)
#B5BDD8
(181,189,216)
#C1C8DE
(193,200,222)
#CDD3E4
(205,211,228)
#D9DEEA
(217,222,234)
#E5E9F0
(229,233,240)
#F1F4F6
(241,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7986BA color. Also use rgb(121,134,186) instead hex code.

Text Font Color

.myTextColor { color: #7986BA; }

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

This text font color is #7986BA.

Background Color

.myBgColor { background-color: #7986BA; }

<div style="background-color:#7986BA">Inner text</div>

This div background color is #7986BA.

Border color

.myBorderColor { border: 1px solid #7986BA; }

<div style="border:3px solid #7986BA">Div</div>

This div border color is #7986BA.

Opacity

.myOpacity80 { color: #7986BA; opacity: 0.8; }

<p style="color:#7986BA;opacity:0.8;">80%</p>

Text with #7986BA 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 #7986BA;}

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

This text has shadow with #7986BA color.


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

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

This text has shadow with #7986BA primary color and red secondary color.


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

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

This text has shadow with #7986BA and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7986BA.

Preview

Color preview on black background

This text has color #7986BA on black background.


Color preview on white background

This text has color #7986BA on white background.


Black color preview on #7986BA background

This text has black color on #7986BA background.


White color preview on #7986BA background

This text has white color on #7986BA background.


Related colors

Complementary color

Complementary color for #hex is #867945.


I love getcolorcode.com

Triadic colors

1 #BA7986 and #86BA79 with #7986BA are triadic colors.

2 #BA8679 and #8679BA with #7986BA are triadic colors.