COLOR #7EA8CC

HEX: #7EA8CC
RGB: (126,168,204)

Color info

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

RGB color model

#7EA8CC color RGB value is (126,168,204).

  • red value is 126;
  • green value is 168;
  • blue value is 204.
RGB:
(126,168,204)
(49%,66%,80%)

RGB channels and saturation

R 126 of 255 = 49%
G 168 of 255 = 66%
B 204 of 255 = 80%

126
168
204

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

Portions of RGB colors in percentages

R + G + B =
126 + 168 + 204 = 498 (100%)
R 126 of 498 ~ 25.3%
G 168 of 498 ~ 33.73%
B 204 of 498 ~ 40.96%

%25.3
%33.73
%40.96

CMYK color model

#7EA8CC color CMYK value is (38,18,0,20).

  • cyan value is 38.24%
  • magenta value is 17.65%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(38,18,0,20)
C38M18Y0K20 
(38%,18%,0%,20%)
(0.38/0.18/0.00/0.20)	

CMYK percentages

%38.24
%17.65
%0
%20

Codes

Color #7EA8CC in popluar color models

7EA8CC
RGB126168204
HSL208°43.33%64.71%
HSB/HSV208°38.24%80.00%
CMYK38.24%17.65%0.00%
20.00%

Color #7EA8CC in popluar number systems.

HEX7EA8CC
Decimal126168204
Binary11111101010100011001100
Octal176250314

Shades and tints

Shades of #7EA8CC

#7EA8CC
(126,168,204)
#7399BA
(115,153,186)
#688AA8
(104,138,168)
#5D7B96
(93,123,150)
#526C84
(82,108,132)
#475D72
(71,93,114)
#3C4E60
(60,78,96)
#313F4E
(49,63,78)
#26303C
(38,48,60)
#1B212A
(27,33,42)
#101218
(16,18,24)
#000000
(0,0,0)

Tints of #7EA8CC

#7EA8CC
(126,168,204)
#89AFD0
(137,175,208)
#94B6D4
(148,182,212)
#9FBDD8
(159,189,216)
#AAC4DC
(170,196,220)
#B5CBE0
(181,203,224)
#C0D2E4
(192,210,228)
#CBD9E8
(203,217,232)
#D6E0EC
(214,224,236)
#E1E7F0
(225,231,240)
#ECEEF4
(236,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EA8CC color. Also use rgb(126,168,204) instead hex code.

Text Font Color

.myTextColor { color: #7EA8CC; }

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

This text font color is #7EA8CC.


Background Color

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

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

This div background color is #7EA8CC.


Border color

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

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

This div border color is #7EA8CC.


Opacity

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

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

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

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

This text has shadow with #7EA8CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EA8CC on black background.


Color preview on white background

This text has color #7EA8CC on white background.



Black color preview on #7EA8CC background

This text has black color on #7EA8CC background.


White color preview on #7EA8CC background

This text has white color on #7EA8CC background.