COLOR #7986DA

HEX: #7986DA
RGB: (121,134,218)

Color info

#7986DA contains mainly blue color. Web safe color of #7986DA is #6699CC (or #69C).

RGB color model

#7986DA color RGB value is (121,134,218).

  • red value is 121;
  • green value is 134;
  • blue value is 218.
RGB:
(121,134,218)
(47%,53%,85%)

RGB channels and saturation

R 121 of 255 = 47%
G 134 of 255 = 53%
B 218 of 255 = 85%

121
134
218

R + G + B ~ 62%. #7986DA is quite light color.

Portions of RGB colors in percentages

R + G + B =
121 + 134 + 218 = 473 (100%)
R 121 of 473 ~ 25.58%
G 134 of 473 ~ 28.33%
B 218 of 473 ~ 46.09%

%25.58
%28.33
%46.09

CMYK color model

#7986DA color CMYK value is (44,39,0,15).

  • cyan value is 44.50%
  • magenta value is 38.53%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(44,39,0,15)
C44M39Y0K15 
(44%,39%,0%,15%)
(0.44/0.39/0.00/0.15)	

CMYK percentages

%44.5
%38.53
%0
%14.51

Codes

Color #7986DA in popluar color models

7986DA
RGB121134218
HSL232°56.73%66.47%
HSB/HSV232°44.50%85.49%
CMYK44.50%38.53%0.00%
14.51%

Color #7986DA in popluar number systems.

HEX7986DA
Decimal121134218
Binary11110011000011011011010
Octal171206332

Shades and tints

Shades of #7986DA

#7986DA
(121,134,218)
#6E7AC7
(110,122,199)
#636EB4
(99,110,180)
#5862A1
(88,98,161)
#4D568E
(77,86,142)
#424A7B
(66,74,123)
#373E68
(55,62,104)
#2C3255
(44,50,85)
#212642
(33,38,66)
#161A2F
(22,26,47)
#0B0E1C
(11,14,28)
#000000
(0,0,0)

Tints of #7986DA

#7986DA
(121,134,218)
#8591DD
(133,145,221)
#919CE0
(145,156,224)
#9DA7E3
(157,167,227)
#A9B2E6
(169,178,230)
#B5BDE9
(181,189,233)
#C1C8EC
(193,200,236)
#CDD3EF
(205,211,239)
#D9DEF2
(217,222,242)
#E5E9F5
(229,233,245)
#F1F4F8
(241,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7986DA; }

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

This text font color is #7986DA.


Background Color

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

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

This div background color is #7986DA.


Border color

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

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

This div border color is #7986DA.


Opacity

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

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

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

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

This text has shadow with #7986DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7986DA on black background.


Color preview on white background

This text has color #7986DA on white background.



Black color preview on #7986DA background

This text has black color on #7986DA background.


White color preview on #7986DA background

This text has white color on #7986DA background.