COLOR #7EA0C9

HEX: #7EA0C9 RGB: (126,160,201)

Color info

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

RGB color model

#7EA0C9 color RGB value is (126,160,201).

RGB: (126,160,201) (49%, 63%, 79%)

RGB channels and saturation

R 126 of 255 = 49%
G 160 of 255 = 63%
B 201 of 255 = 79%

126
160
201

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

Portions of RGB colors in percentages

R + G + B = 126 + 160 + 201 = 487 (100%)
R 126 of 487 ~ 25.87%
G 160 of 487 ~ 32.85%
B 201 of 487 ~ 41.27'%

%25.87
%32.85
%41.27

CMYK color model

#7EA0C9 color CMYK value is (37,20,0,21).

  • cyan value is 37.31%
  • magenta value is 20.40%
  • yellow value is 0.00%
  • key color value is 21.18%

CMYK: (37,20,0,21)
C37M20Y0K21 (37%, 20%, 0%, 21%)
(0.37 / 0.20 / 0.00 / 0.21)

CMYK percentages

%37.31
%20.4
%0
%21.18

Codes

Color #7EA0C9 in popluar color models

7E A0 C9
RGB 126 160 201
HSL 213° 40.98% 64.12%
HSB/HSV 213° 37.31% 78.82%
CMYK 37.31% 20.40% 0.00%
21.18%

Color #7EA0C9 in popluar number systems.

HEX 7E A0 C9
Decimal 126 160 201
Binary 1111110 10100000 11001001
Octal 176 240 311

Shades and tints

Shades of #7EA0C9

#7EA0C9
(126,160,201)
#7392B7
(115,146,183)
#6884A5
(104,132,165)
#5D7693
(93,118,147)
#526881
(82,104,129)
#475A6F
(71,90,111)
#3C4C5D
(60,76,93)
#313E4B
(49,62,75)
#263039
(38,48,57)
#1B2227
(27,34,39)
#101415
(16,20,21)
#000000
(0,0,0)

Tints of #7EA0C9

#7EA0C9
(126,160,201)
#89A8CD
(137,168,205)
#94B0D1
(148,176,209)
#9FB8D5
(159,184,213)
#AAC0D9
(170,192,217)
#B5C8DD
(181,200,221)
#C0D0E1
(192,208,225)
#CBD8E5
(203,216,229)
#D6E0E9
(214,224,233)
#E1E8ED
(225,232,237)
#ECF0F1
(236,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EA0C9 color. Also use rgb(126,160,201) instead hex code.

Text Font Color

.myTextColor { color: #7EA0C9; }

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

This text font color is #7EA0C9.

Background Color

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

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

This div background color is #7EA0C9.

Border color

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

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

This div border color is #7EA0C9.

Opacity

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

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

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

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

This text has shadow with #7EA0C9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7EA0C9.

Preview

Color preview on black background

This text has color #7EA0C9 on black background.


Color preview on white background

This text has color #7EA0C9 on white background.


Black color preview on #7EA0C9 background

This text has black color on #7EA0C9 background.


White color preview on #7EA0C9 background

This text has white color on #7EA0C9 background.


Related colors

Complementary color

Complementary color for #hex is #815F36.


I love getcolorcode.com

Triadic colors

1 #C97EA0 and #A0C97E with #7EA0C9 are triadic colors.

2 #C9A07E and #A07EC9 with #7EA0C9 are triadic colors.