COLOR #7E9DD2

HEX: #7E9DD2 RGB: (126,157,210)

Color info

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

RGB color model

#7E9DD2 color RGB value is (126,157,210).

RGB: (126,157,210) (49%, 62%, 82%)

RGB channels and saturation

R 126 of 255 = 49%
G 157 of 255 = 62%
B 210 of 255 = 82%

126
157
210

R + G + B ~ 64%. #7E9DD2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 126 + 157 + 210 = 493 (100%)
R 126 of 493 ~ 25.56%
G 157 of 493 ~ 31.85%
B 210 of 493 ~ 42.6'%

%25.56
%31.85
%42.6

CMYK color model

#7E9DD2 color CMYK value is (40,25,0,18).

  • cyan value is 40.00%
  • magenta value is 25.24%
  • yellow value is 0.00%
  • key color value is 17.65%

CMYK: (40,25,0,18)
C40M25Y0K18 (40%, 25%, 0%, 18%)
(0.40 / 0.25 / 0.00 / 0.18)

CMYK percentages

%40
%25.24
%0
%17.65

Codes

Color #7E9DD2 in popluar color models

7E 9D D2
RGB 126 157 210
HSL 218° 48.28% 65.88%
HSB/HSV 218° 40.00% 82.35%
CMYK 40.00% 25.24% 0.00%
17.65%

Color #7E9DD2 in popluar number systems.

HEX 7E 9D D2
Decimal 126 157 210
Binary 1111110 10011101 11010010
Octal 176 235 322

Shades and tints

Shades of #7E9DD2

#7E9DD2
(126,157,210)
#738FBF
(115,143,191)
#6881AC
(104,129,172)
#5D7399
(93,115,153)
#526586
(82,101,134)
#475773
(71,87,115)
#3C4960
(60,73,96)
#313B4D
(49,59,77)
#262D3A
(38,45,58)
#1B1F27
(27,31,39)
#101114
(16,17,20)
#000000
(0,0,0)

Tints of #7E9DD2

#7E9DD2
(126,157,210)
#89A5D6
(137,165,214)
#94ADDA
(148,173,218)
#9FB5DE
(159,181,222)
#AABDE2
(170,189,226)
#B5C5E6
(181,197,230)
#C0CDEA
(192,205,234)
#CBD5EE
(203,213,238)
#D6DDF2
(214,221,242)
#E1E5F6
(225,229,246)
#ECEDFA
(236,237,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E9DD2 color. Also use rgb(126,157,210) instead hex code.

Text Font Color

.myTextColor { color: #7E9DD2; }

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

This text font color is #7E9DD2.

Background Color

.myBgColor { background-color: #7E9DD2; }

<div style="background-color:#7E9DD2">Inner text</div>

This div background color is #7E9DD2.

Border color

.myBorderColor { border: 1px solid #7E9DD2; }

<div style="border:3px solid #7E9DD2">Div</div>

This div border color is #7E9DD2.

Opacity

.myOpacity80 { color: #7E9DD2; opacity: 0.8; }

<p style="color:#7E9DD2;opacity:0.8;">80%</p>

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

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

This text has shadow with #7E9DD2 color.


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

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

This text has shadow with #7E9DD2 primary color and red secondary color.


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

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

This text has shadow with #7E9DD2 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7E9DD2.

Preview

Color preview on black background

This text has color #7E9DD2 on black background.


Color preview on white background

This text has color #7E9DD2 on white background.


Black color preview on #7E9DD2 background

This text has black color on #7E9DD2 background.


White color preview on #7E9DD2 background

This text has white color on #7E9DD2 background.


Related colors

Complementary color

Complementary color for #hex is #81622D.


I love getcolorcode.com

Triadic colors

1 #D27E9D and #9DD27E with #7E9DD2 are triadic colors.

2 #D29D7E and #9D7ED2 with #7E9DD2 are triadic colors.