COLOR #7EA3BD

HEX: #7EA3BD
RGB: (126,163,189)

Color info

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

RGB color model

#7EA3BD color RGB value is (126,163,189).

  • red value is 126;
  • green value is 163;
  • blue value is 189.
RGB:
(126,163,189)
(49%,64%,74%)

RGB channels and saturation

R 126 of 255 = 49%
G 163 of 255 = 64%
B 189 of 255 = 74%

126
163
189

R + G + B ~ 62%. #7EA3BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
126 + 163 + 189 = 478 (100%)
R 126 of 478 ~ 26.36%
G 163 of 478 ~ 34.1%
B 189 of 478 ~ 39.54%

%26.36
%34.1
%39.54

CMYK color model

#7EA3BD color CMYK value is (33,14,0,26).

  • cyan value is 33.33%
  • magenta value is 13.76%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(33,14,0,26)
C33M14Y0K26 
(33%,14%,0%,26%)
(0.33/0.14/0.00/0.26)	

CMYK percentages

%33.33
%13.76
%0
%25.88

Codes

Color #7EA3BD in popluar color models

7EA3BD
RGB126163189
HSL205°32.31%61.76%
HSB/HSV205°33.33%74.12%
CMYK33.33%13.76%0.00%
25.88%

Color #7EA3BD in popluar number systems.

HEX7EA3BD
Decimal126163189
Binary11111101010001110111101
Octal176243275

Shades and tints

Shades of #7EA3BD

#7EA3BD
(126,163,189)
#7395AC
(115,149,172)
#68879B
(104,135,155)
#5D798A
(93,121,138)
#526B79
(82,107,121)
#475D68
(71,93,104)
#3C4F57
(60,79,87)
#314146
(49,65,70)
#263335
(38,51,53)
#1B2524
(27,37,36)
#101713
(16,23,19)
#000000
(0,0,0)

Tints of #7EA3BD

#7EA3BD
(126,163,189)
#89ABC3
(137,171,195)
#94B3C9
(148,179,201)
#9FBBCF
(159,187,207)
#AAC3D5
(170,195,213)
#B5CBDB
(181,203,219)
#C0D3E1
(192,211,225)
#CBDBE7
(203,219,231)
#D6E3ED
(214,227,237)
#E1EBF3
(225,235,243)
#ECF3F9
(236,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EA3BD color. Also use rgb(126,163,189) instead hex code.

Text Font Color

.myTextColor { color: #7EA3BD; }

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

This text font color is #7EA3BD.


Background Color

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

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

This div background color is #7EA3BD.


Border color

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

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

This div border color is #7EA3BD.


Opacity

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

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

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

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

This text has shadow with #7EA3BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EA3BD on black background.


Color preview on white background

This text has color #7EA3BD on white background.



Black color preview on #7EA3BD background

This text has black color on #7EA3BD background.


White color preview on #7EA3BD background

This text has white color on #7EA3BD background.