COLOR #7EA9BC

HEX: #7EA9BC
RGB: (126,169,188)

Color info

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

RGB color model

#7EA9BC color RGB value is (126,169,188).

  • red value is 126;
  • green value is 169;
  • blue value is 188.
RGB:
(126,169,188)
(49%,66%,74%)

RGB channels and saturation

R 126 of 255 = 49%
G 169 of 255 = 66%
B 188 of 255 = 74%

126
169
188

R + G + B ~ 63%. #7EA9BC is quite light color.

Portions of RGB colors in percentages

R + G + B =
126 + 169 + 188 = 483 (100%)
R 126 of 483 ~ 26.09%
G 169 of 483 ~ 34.99%
B 188 of 483 ~ 38.92%

%26.09
%34.99
%38.92

CMYK color model

#7EA9BC color CMYK value is (33,10,0,26).

  • cyan value is 32.98%
  • magenta value is 10.11%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(33,10,0,26)
C33M10Y0K26 
(33%,10%,0%,26%)
(0.33/0.10/0.00/0.26)	

CMYK percentages

%32.98
%10.11
%0
%26.27

Codes

Color #7EA9BC in popluar color models

7EA9BC
RGB126169188
HSL198°31.63%61.57%
HSB/HSV198°32.98%73.73%
CMYK32.98%10.11%0.00%
26.27%

Color #7EA9BC in popluar number systems.

HEX7EA9BC
Decimal126169188
Binary11111101010100110111100
Octal176251274

Shades and tints

Shades of #7EA9BC

#7EA9BC
(126,169,188)
#739AAB
(115,154,171)
#688B9A
(104,139,154)
#5D7C89
(93,124,137)
#526D78
(82,109,120)
#475E67
(71,94,103)
#3C4F56
(60,79,86)
#314045
(49,64,69)
#263134
(38,49,52)
#1B2223
(27,34,35)
#101312
(16,19,18)
#000000
(0,0,0)

Tints of #7EA9BC

#7EA9BC
(126,169,188)
#89B0C2
(137,176,194)
#94B7C8
(148,183,200)
#9FBECE
(159,190,206)
#AAC5D4
(170,197,212)
#B5CCDA
(181,204,218)
#C0D3E0
(192,211,224)
#CBDAE6
(203,218,230)
#D6E1EC
(214,225,236)
#E1E8F2
(225,232,242)
#ECEFF8
(236,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EA9BC color. Also use rgb(126,169,188) instead hex code.

Text Font Color

.myTextColor { color: #7EA9BC; }

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

This text font color is #7EA9BC.


Background Color

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

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

This div background color is #7EA9BC.


Border color

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

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

This div border color is #7EA9BC.


Opacity

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

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

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

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

This text has shadow with #7EA9BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EA9BC on black background.


Color preview on white background

This text has color #7EA9BC on white background.



Black color preview on #7EA9BC background

This text has black color on #7EA9BC background.


White color preview on #7EA9BC background

This text has white color on #7EA9BC background.