COLOR #7EA1C7

HEX: #7EA1C7 RGB: (126,161,199)

Color info

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

RGB color model

#7EA1C7 color RGB value is (126,161,199).

RGB: (126,161,199) (49%, 63%, 78%)

RGB channels and saturation

R 126 of 255 = 49%
G 161 of 255 = 63%
B 199 of 255 = 78%

126
161
199

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

Portions of RGB colors in percentages

R + G + B = 126 + 161 + 199 = 486 (100%)
R 126 of 486 ~ 25.93%
G 161 of 486 ~ 33.13%
B 199 of 486 ~ 40.95'%

%25.93
%33.13
%40.95

CMYK color model

#7EA1C7 color CMYK value is (37,19,0,22).

  • cyan value is 36.68%
  • magenta value is 19.10%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK: (37,19,0,22) C37M19Y0K22 (37%,19%,0%,22%) (0.37/0.19/0.00/0.22) 

CMYK percentages

%36.68
%19.1
%0
%21.96

Codes

Color #7EA1C7 in popluar color models

7E A1 C7
RGB 126 161 199
HSL 211° 39.46% 63.73%
HSB/HSV 211° 36.68% 78.04%
CMYK 36.68% 19.10% 0.00%
21.96%

Color #7EA1C7 in popluar number systems.

HEX 7E A1 C7
Decimal 126 161 199
Binary 1111110 10100001 11000111
Octal 176 241 307

Shades and tints

Shades of #7EA1C7

#7EA1C7
(126,161,199)
#7393B5
(115,147,181)
#6885A3
(104,133,163)
#5D7791
(93,119,145)
#52697F
(82,105,127)
#475B6D
(71,91,109)
#3C4D5B
(60,77,91)
#313F49
(49,63,73)
#263137
(38,49,55)
#1B2325
(27,35,37)
#101513
(16,21,19)
#000000
(0,0,0)

Tints of #7EA1C7

#7EA1C7
(126,161,199)
#89A9CC
(137,169,204)
#94B1D1
(148,177,209)
#9FB9D6
(159,185,214)
#AAC1DB
(170,193,219)
#B5C9E0
(181,201,224)
#C0D1E5
(192,209,229)
#CBD9EA
(203,217,234)
#D6E1EF
(214,225,239)
#E1E9F4
(225,233,244)
#ECF1F9
(236,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EA1C7 color. Also use rgb(126,161,199) instead hex code.

Text Font Color

.myTextColor { color: #7EA1C7; }

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

This text font color is #7EA1C7.

Background Color

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

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

This div background color is #7EA1C7.

Border color

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

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

This div border color is #7EA1C7.

Opacity

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

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

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

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

This text has shadow with #7EA1C7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7EA1C7.

Preview

Color preview on black background

This text has color #7EA1C7 on black background.


Color preview on white background

This text has color #7EA1C7 on white background.


Black color preview on #7EA1C7 background

This text has black color on #7EA1C7 background.


White color preview on #7EA1C7 background

This text has white color on #7EA1C7 background.


Related colors

Complementary color

Complementary color for #hex is #815E38.


I love getcolorcode.com

Triadic colors

1 #C77EA1 and #A1C77E with #7EA1C7 are triadic colors.

2 #C7A17E and #A17EC7 with #7EA1C7 are triadic colors.