COLOR #7EA8C5

HEX: #7EA8C5
RGB: (126,168,197)

Color info

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

RGB color model

#7EA8C5 color RGB value is (126,168,197).

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

RGB channels and saturation

R 126 of 255 = 49%
G 168 of 255 = 66%
B 197 of 255 = 77%

126
168
197

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

Portions of RGB colors in percentages

R + G + B =
126 + 168 + 197 = 491 (100%)
R 126 of 491 ~ 25.66%
G 168 of 491 ~ 34.22%
B 197 of 491 ~ 40.12%

%25.66
%34.22
%40.12

CMYK color model

#7EA8C5 color CMYK value is (36,15,0,23).

  • cyan value is 36.04%
  • magenta value is 14.72%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(36,15,0,23)
C36M15Y0K23 
(36%,15%,0%,23%)
(0.36/0.15/0.00/0.23)	

CMYK percentages

%36.04
%14.72
%0
%22.75

Codes

Color #7EA8C5 in popluar color models

7EA8C5
RGB126168197
HSL205°37.97%63.33%
HSB/HSV205°36.04%77.25%
CMYK36.04%14.72%0.00%
22.75%

Color #7EA8C5 in popluar number systems.

HEX7EA8C5
Decimal126168197
Binary11111101010100011000101
Octal176250305

Shades and tints

Shades of #7EA8C5

#7EA8C5
(126,168,197)
#7399B4
(115,153,180)
#688AA3
(104,138,163)
#5D7B92
(93,123,146)
#526C81
(82,108,129)
#475D70
(71,93,112)
#3C4E5F
(60,78,95)
#313F4E
(49,63,78)
#26303D
(38,48,61)
#1B212C
(27,33,44)
#10121B
(16,18,27)
#000000
(0,0,0)

Tints of #7EA8C5

#7EA8C5
(126,168,197)
#89AFCA
(137,175,202)
#94B6CF
(148,182,207)
#9FBDD4
(159,189,212)
#AAC4D9
(170,196,217)
#B5CBDE
(181,203,222)
#C0D2E3
(192,210,227)
#CBD9E8
(203,217,232)
#D6E0ED
(214,224,237)
#E1E7F2
(225,231,242)
#ECEEF7
(236,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EA8C5; }

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

This text font color is #7EA8C5.


Background Color

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

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

This div background color is #7EA8C5.


Border color

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

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

This div border color is #7EA8C5.


Opacity

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

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

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

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

This text has shadow with #7EA8C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EA8C5 on black background.


Color preview on white background

This text has color #7EA8C5 on white background.



Black color preview on #7EA8C5 background

This text has black color on #7EA8C5 background.


White color preview on #7EA8C5 background

This text has white color on #7EA8C5 background.