COLOR #7EA7C1

HEX: #7EA7C1 RGB: (126,167,193)

Color info

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

RGB color model

#7EA7C1 color RGB value is (126,167,193).

RGB: (126,167,193) (49%, 65%, 76%)

RGB channels and saturation

R 126 of 255 = 49%
G 167 of 255 = 65%
B 193 of 255 = 76%

126
167
193

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

Portions of RGB colors in percentages

R + G + B = 126 + 167 + 193 = 486 (100%)
R 126 of 486 ~ 25.93%
G 167 of 486 ~ 34.36%
B 193 of 486 ~ 39.71'%

%25.93
%34.36
%39.71

CMYK color model

#7EA7C1 color CMYK value is (35,13,0,24).

  • cyan value is 34.72%
  • magenta value is 13.47%
  • yellow value is 0.00%
  • key color value is 24.31%

CMYK: (35,13,0,24)
C35M13Y0K24 (35%, 13%, 0%, 24%)
(0.35 / 0.13 / 0.00 / 0.24)

CMYK percentages

%34.72
%13.47
%0
%24.31

Codes

Color #7EA7C1 in popluar color models

7E A7 C1
RGB 126 167 193
HSL 203° 35.08% 62.55%
HSB/HSV 203° 34.72% 75.69%
CMYK 34.72% 13.47% 0.00%
24.31%

Color #7EA7C1 in popluar number systems.

HEX 7E A7 C1
Decimal 126 167 193
Binary 1111110 10100111 11000001
Octal 176 247 301

Shades and tints

Shades of #7EA7C1

#7EA7C1
(126,167,193)
#7398B0
(115,152,176)
#68899F
(104,137,159)
#5D7A8E
(93,122,142)
#526B7D
(82,107,125)
#475C6C
(71,92,108)
#3C4D5B
(60,77,91)
#313E4A
(49,62,74)
#262F39
(38,47,57)
#1B2028
(27,32,40)
#101117
(16,17,23)
#000000
(0,0,0)

Tints of #7EA7C1

#7EA7C1
(126,167,193)
#89AFC6
(137,175,198)
#94B7CB
(148,183,203)
#9FBFD0
(159,191,208)
#AAC7D5
(170,199,213)
#B5CFDA
(181,207,218)
#C0D7DF
(192,215,223)
#CBDFE4
(203,223,228)
#D6E7E9
(214,231,233)
#E1EFEE
(225,239,238)
#ECF7F3
(236,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EA7C1 color. Also use rgb(126,167,193) instead hex code.

Text Font Color

.myTextColor { color: #7EA7C1; }

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

This text font color is #7EA7C1.

Background Color

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

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

This div background color is #7EA7C1.

Border color

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

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

This div border color is #7EA7C1.

Opacity

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

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

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

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

This text has shadow with #7EA7C1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7EA7C1.

Preview

Color preview on black background

This text has color #7EA7C1 on black background.


Color preview on white background

This text has color #7EA7C1 on white background.


Black color preview on #7EA7C1 background

This text has black color on #7EA7C1 background.


White color preview on #7EA7C1 background

This text has white color on #7EA7C1 background.


Related colors

Complementary color

Complementary color for #hex is #81583E.


I love getcolorcode.com

Triadic colors

1 #C17EA7 and #A7C17E with #7EA7C1 are triadic colors.

2 #C1A77E and #A77EC1 with #7EA7C1 are triadic colors.