COLOR #7EA3BE

HEX: #7EA3BE RGB: (126,163,190)

Color info

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

RGB color model

#7EA3BE color RGB value is (126,163,190).

RGB: (126,163,190) (49%, 64%, 75%)

RGB channels and saturation

R 126 of 255 = 49%
G 163 of 255 = 64%
B 190 of 255 = 75%

126
163
190

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

Portions of RGB colors in percentages

R + G + B = 126 + 163 + 190 = 479 (100%)
R 126 of 479 ~ 26.3%
G 163 of 479 ~ 34.03%
B 190 of 479 ~ 39.67'%

%26.3
%34.03
%39.67

CMYK color model

#7EA3BE color CMYK value is (34,14,0,25).

  • cyan value is 33.68%
  • magenta value is 14.21%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (34,14,0,25)
C34M14Y0K25 (34%, 14%, 0%, 25%)
(0.34 / 0.14 / 0.00 / 0.25)

CMYK percentages

%33.68
%14.21
%0
%25.49

Codes

Color #7EA3BE in popluar color models

7E A3 BE
RGB 126 163 190
HSL 205° 32.99% 61.96%
HSB/HSV 205° 33.68% 74.51%
CMYK 33.68% 14.21% 0.00%
25.49%

Color #7EA3BE in popluar number systems.

HEX 7E A3 BE
Decimal 126 163 190
Binary 1111110 10100011 10111110
Octal 176 243 276

Shades and tints

Shades of #7EA3BE

#7EA3BE
(126,163,190)
#7395AD
(115,149,173)
#68879C
(104,135,156)
#5D798B
(93,121,139)
#526B7A
(82,107,122)
#475D69
(71,93,105)
#3C4F58
(60,79,88)
#314147
(49,65,71)
#263336
(38,51,54)
#1B2525
(27,37,37)
#101714
(16,23,20)
#000000
(0,0,0)

Tints of #7EA3BE

#7EA3BE
(126,163,190)
#89ABC3
(137,171,195)
#94B3C8
(148,179,200)
#9FBBCD
(159,187,205)
#AAC3D2
(170,195,210)
#B5CBD7
(181,203,215)
#C0D3DC
(192,211,220)
#CBDBE1
(203,219,225)
#D6E3E6
(214,227,230)
#E1EBEB
(225,235,235)
#ECF3F0
(236,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EA3BE; }

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

This text font color is #7EA3BE.

Background Color

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

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

This div background color is #7EA3BE.

Border color

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

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

This div border color is #7EA3BE.

Opacity

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

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

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

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

This text has shadow with #7EA3BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7EA3BE.

Preview

Color preview on black background

This text has color #7EA3BE on black background.


Color preview on white background

This text has color #7EA3BE on white background.


Black color preview on #7EA3BE background

This text has black color on #7EA3BE background.


White color preview on #7EA3BE background

This text has white color on #7EA3BE background.


Related colors

Complementary color

Complementary color for #hex is #815C41.


I love getcolorcode.com

Triadic colors

1 #BE7EA3 and #A3BE7E with #7EA3BE are triadic colors.

2 #BEA37E and #A37EBE with #7EA3BE are triadic colors.