COLOR #7EAEC6

HEX: #7EAEC6
RGB: (126,174,198)

Color info

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

RGB color model

#7EAEC6 color RGB value is (126,174,198).

  • red value is 126;
  • green value is 174;
  • blue value is 198.
RGB:
(126,174,198)
(49%,68%,78%)

RGB channels and saturation

R 126 of 255 = 49%
G 174 of 255 = 68%
B 198 of 255 = 78%

126
174
198

R + G + B ~ 65%. #7EAEC6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
126 + 174 + 198 = 498 (100%)
R 126 of 498 ~ 25.3%
G 174 of 498 ~ 34.94%
B 198 of 498 ~ 39.76%

%25.3
%34.94
%39.76

CMYK color model

#7EAEC6 color CMYK value is (36,12,0,22).

  • cyan value is 36.36%
  • magenta value is 12.12%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(36,12,0,22)
C36M12Y0K22 
(36%,12%,0%,22%)
(0.36/0.12/0.00/0.22)	

CMYK percentages

%36.36
%12.12
%0
%22.35

Codes

Color #7EAEC6 in popluar color models

7EAEC6
RGB126174198
HSL200°38.71%63.53%
HSB/HSV200°36.36%77.65%
CMYK36.36%12.12%0.00%
22.35%

Color #7EAEC6 in popluar number systems.

HEX7EAEC6
Decimal126174198
Binary11111101010111011000110
Octal176256306

Shades and tints

Shades of #7EAEC6

#7EAEC6
(126,174,198)
#739FB4
(115,159,180)
#6890A2
(104,144,162)
#5D8190
(93,129,144)
#52727E
(82,114,126)
#47636C
(71,99,108)
#3C545A
(60,84,90)
#314548
(49,69,72)
#263636
(38,54,54)
#1B2724
(27,39,36)
#101812
(16,24,18)
#000000
(0,0,0)

Tints of #7EAEC6

#7EAEC6
(126,174,198)
#89B5CB
(137,181,203)
#94BCD0
(148,188,208)
#9FC3D5
(159,195,213)
#AACADA
(170,202,218)
#B5D1DF
(181,209,223)
#C0D8E4
(192,216,228)
#CBDFE9
(203,223,233)
#D6E6EE
(214,230,238)
#E1EDF3
(225,237,243)
#ECF4F8
(236,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EAEC6 color. Also use rgb(126,174,198) instead hex code.

Text Font Color

.myTextColor { color: #7EAEC6; }

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

This text font color is #7EAEC6.


Background Color

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

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

This div background color is #7EAEC6.


Border color

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

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

This div border color is #7EAEC6.


Opacity

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

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

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

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

This text has shadow with #7EAEC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EAEC6 on black background.


Color preview on white background

This text has color #7EAEC6 on white background.



Black color preview on #7EAEC6 background

This text has black color on #7EAEC6 background.


White color preview on #7EAEC6 background

This text has white color on #7EAEC6 background.