COLOR #7EA0D2

HEX: #7EA0D2
RGB: (126,160,210)

Color info

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

RGB color model

#7EA0D2 color RGB value is (126,160,210).

  • red value is 126;
  • green value is 160;
  • blue value is 210.
RGB:
(126,160,210)
(49%,63%,82%)

RGB channels and saturation

R 126 of 255 = 49%
G 160 of 255 = 63%
B 210 of 255 = 82%

126
160
210

R + G + B ~ 65%. #7EA0D2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
126 + 160 + 210 = 496 (100%)
R 126 of 496 ~ 25.4%
G 160 of 496 ~ 32.26%
B 210 of 496 ~ 42.34%

%25.4
%32.26
%42.34

CMYK color model

#7EA0D2 color CMYK value is (40,24,0,18).

  • cyan value is 40.00%
  • magenta value is 23.81%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(40,24,0,18)
C40M24Y0K18 
(40%,24%,0%,18%)
(0.40/0.24/0.00/0.18)	

CMYK percentages

%40
%23.81
%0
%17.65

Codes

Color #7EA0D2 in popluar color models

7EA0D2
RGB126160210
HSL216°48.28%65.88%
HSB/HSV216°40.00%82.35%
CMYK40.00%23.81%0.00%
17.65%

Color #7EA0D2 in popluar number systems.

HEX7EA0D2
Decimal126160210
Binary11111101010000011010010
Octal176240322

Shades and tints

Shades of #7EA0D2

#7EA0D2
(126,160,210)
#7392BF
(115,146,191)
#6884AC
(104,132,172)
#5D7699
(93,118,153)
#526886
(82,104,134)
#475A73
(71,90,115)
#3C4C60
(60,76,96)
#313E4D
(49,62,77)
#26303A
(38,48,58)
#1B2227
(27,34,39)
#101414
(16,20,20)
#000000
(0,0,0)

Tints of #7EA0D2

#7EA0D2
(126,160,210)
#89A8D6
(137,168,214)
#94B0DA
(148,176,218)
#9FB8DE
(159,184,222)
#AAC0E2
(170,192,226)
#B5C8E6
(181,200,230)
#C0D0EA
(192,208,234)
#CBD8EE
(203,216,238)
#D6E0F2
(214,224,242)
#E1E8F6
(225,232,246)
#ECF0FA
(236,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EA0D2; }

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

This text font color is #7EA0D2.


Background Color

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

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

This div background color is #7EA0D2.


Border color

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

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

This div border color is #7EA0D2.


Opacity

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

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

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

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

This text has shadow with #7EA0D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EA0D2 on black background.


Color preview on white background

This text has color #7EA0D2 on white background.



Black color preview on #7EA0D2 background

This text has black color on #7EA0D2 background.


White color preview on #7EA0D2 background

This text has white color on #7EA0D2 background.