COLOR #7EADD4

HEX: #7EADD4
RGB: (126,173,212)

Color info

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

RGB color model

#7EADD4 color RGB value is (126,173,212).

  • red value is 126;
  • green value is 173;
  • blue value is 212.
RGB:
(126,173,212)
(49%,68%,83%)

RGB channels and saturation

R 126 of 255 = 49%
G 173 of 255 = 68%
B 212 of 255 = 83%

126
173
212

R + G + B ~ 67%. #7EADD4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
126 + 173 + 212 = 511 (100%)
R 126 of 511 ~ 24.66%
G 173 of 511 ~ 33.86%
B 212 of 511 ~ 41.49%

%24.66
%33.86
%41.49

CMYK color model

#7EADD4 color CMYK value is (41,18,0,17).

  • cyan value is 40.57%
  • magenta value is 18.40%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(41,18,0,17)
C41M18Y0K17 
(41%,18%,0%,17%)
(0.41/0.18/0.00/0.17)	

CMYK percentages

%40.57
%18.4
%0
%16.86

Codes

Color #7EADD4 in popluar color models

7EADD4
RGB126173212
HSL207°50.00%66.27%
HSB/HSV207°40.57%83.14%
CMYK40.57%18.40%0.00%
16.86%

Color #7EADD4 in popluar number systems.

HEX7EADD4
Decimal126173212
Binary11111101010110111010100
Octal176255324

Shades and tints

Shades of #7EADD4

#7EADD4
(126,173,212)
#739EC1
(115,158,193)
#688FAE
(104,143,174)
#5D809B
(93,128,155)
#527188
(82,113,136)
#476275
(71,98,117)
#3C5362
(60,83,98)
#31444F
(49,68,79)
#26353C
(38,53,60)
#1B2629
(27,38,41)
#101716
(16,23,22)
#000000
(0,0,0)

Tints of #7EADD4

#7EADD4
(126,173,212)
#89B4D7
(137,180,215)
#94BBDA
(148,187,218)
#9FC2DD
(159,194,221)
#AAC9E0
(170,201,224)
#B5D0E3
(181,208,227)
#C0D7E6
(192,215,230)
#CBDEE9
(203,222,233)
#D6E5EC
(214,229,236)
#E1ECEF
(225,236,239)
#ECF3F2
(236,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EADD4 color. Also use rgb(126,173,212) instead hex code.

Text Font Color

.myTextColor { color: #7EADD4; }

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

This text font color is #7EADD4.


Background Color

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

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

This div background color is #7EADD4.


Border color

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

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

This div border color is #7EADD4.


Opacity

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

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

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

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

This text has shadow with #7EADD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EADD4 on black background.


Color preview on white background

This text has color #7EADD4 on white background.



Black color preview on #7EADD4 background

This text has black color on #7EADD4 background.


White color preview on #7EADD4 background

This text has white color on #7EADD4 background.