COLOR #7EADDA

HEX: #7EADDA
RGB: (126,173,218)

Color info

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

RGB color model

#7EADDA color RGB value is (126,173,218).

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

RGB channels and saturation

R 126 of 255 = 49%
G 173 of 255 = 68%
B 218 of 255 = 85%

126
173
218

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

Portions of RGB colors in percentages

R + G + B =
126 + 173 + 218 = 517 (100%)
R 126 of 517 ~ 24.37%
G 173 of 517 ~ 33.46%
B 218 of 517 ~ 42.17%

%24.37
%33.46
%42.17

CMYK color model

#7EADDA color CMYK value is (42,21,0,15).

  • cyan value is 42.20%
  • magenta value is 20.64%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(42,21,0,15)
C42M21Y0K15 
(42%,21%,0%,15%)
(0.42/0.21/0.00/0.15)	

CMYK percentages

%42.2
%20.64
%0
%14.51

Codes

Color #7EADDA in popluar color models

7EADDA
RGB126173218
HSL209°55.42%67.45%
HSB/HSV209°42.20%85.49%
CMYK42.20%20.64%0.00%
14.51%

Color #7EADDA in popluar number systems.

HEX7EADDA
Decimal126173218
Binary11111101010110111011010
Octal176255332

Shades and tints

Shades of #7EADDA

#7EADDA
(126,173,218)
#739EC7
(115,158,199)
#688FB4
(104,143,180)
#5D80A1
(93,128,161)
#52718E
(82,113,142)
#47627B
(71,98,123)
#3C5368
(60,83,104)
#314455
(49,68,85)
#263542
(38,53,66)
#1B262F
(27,38,47)
#10171C
(16,23,28)
#000000
(0,0,0)

Tints of #7EADDA

#7EADDA
(126,173,218)
#89B4DD
(137,180,221)
#94BBE0
(148,187,224)
#9FC2E3
(159,194,227)
#AAC9E6
(170,201,230)
#B5D0E9
(181,208,233)
#C0D7EC
(192,215,236)
#CBDEEF
(203,222,239)
#D6E5F2
(214,229,242)
#E1ECF5
(225,236,245)
#ECF3F8
(236,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EADDA; }

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

This text font color is #7EADDA.


Background Color

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

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

This div background color is #7EADDA.


Border color

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

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

This div border color is #7EADDA.


Opacity

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

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

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

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

This text has shadow with #7EADDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EADDA on black background.


Color preview on white background

This text has color #7EADDA on white background.



Black color preview on #7EADDA background

This text has black color on #7EADDA background.


White color preview on #7EADDA background

This text has white color on #7EADDA background.