COLOR #7EADD8

HEX: #7EADD8 RGB: (126,173,216)

Color info

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

RGB color model

#7EADD8 color RGB value is (126,173,216).

RGB: (126,173,216) (49%, 68%, 85%)

RGB channels and saturation

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

126
173
216

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

Portions of RGB colors in percentages

R + G + B = 126 + 173 + 216 = 515 (100%)
R 126 of 515 ~ 24.47%
G 173 of 515 ~ 33.59%
B 216 of 515 ~ 41.94'%

%24.47
%33.59
%41.94

CMYK color model

#7EADD8 color CMYK value is (42,20,0,15).

  • cyan value is 41.67%
  • magenta value is 19.91%
  • yellow value is 0.00%
  • key color value is 15.29%

CMYK: (42,20,0,15)
C42M20Y0K15 (42%, 20%, 0%, 15%)
(0.42 / 0.20 / 0.00 / 0.15)

CMYK percentages

%41.67
%19.91
%0
%15.29

Codes

Color #7EADD8 in popluar color models

7E AD D8
RGB 126 173 216
HSL 209° 53.57% 67.06%
HSB/HSV 209° 41.67% 84.71%
CMYK 41.67% 19.91% 0.00%
15.29%

Color #7EADD8 in popluar number systems.

HEX 7E AD D8
Decimal 126 173 216
Binary 1111110 10101101 11011000
Octal 176 255 330

Shades and tints

Shades of #7EADD8

#7EADD8
(126,173,216)
#739EC5
(115,158,197)
#688FB2
(104,143,178)
#5D809F
(93,128,159)
#52718C
(82,113,140)
#476279
(71,98,121)
#3C5366
(60,83,102)
#314453
(49,68,83)
#263540
(38,53,64)
#1B262D
(27,38,45)
#10171A
(16,23,26)
#000000
(0,0,0)

Tints of #7EADD8

#7EADD8
(126,173,216)
#89B4DB
(137,180,219)
#94BBDE
(148,187,222)
#9FC2E1
(159,194,225)
#AAC9E4
(170,201,228)
#B5D0E7
(181,208,231)
#C0D7EA
(192,215,234)
#CBDEED
(203,222,237)
#D6E5F0
(214,229,240)
#E1ECF3
(225,236,243)
#ECF3F6
(236,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EADD8; }

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

This text font color is #7EADD8.

Background Color

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

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

This div background color is #7EADD8.

Border color

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

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

This div border color is #7EADD8.

Opacity

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

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

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

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

This text has shadow with #7EADD8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7EADD8.

Preview

Color preview on black background

This text has color #7EADD8 on black background.


Color preview on white background

This text has color #7EADD8 on white background.


Black color preview on #7EADD8 background

This text has black color on #7EADD8 background.


White color preview on #7EADD8 background

This text has white color on #7EADD8 background.


Related colors

Complementary color

Complementary color for #hex is #815227.


I love getcolorcode.com

Triadic colors

1 #D87EAD and #ADD87E with #7EADD8 are triadic colors.

2 #D8AD7E and #AD7ED8 with #7EADD8 are triadic colors.