COLOR #7EBDF0

HEX: #7EBDF0
RGB: (126,189,240)

Color info

#7EBDF0 contains mainly green and blue colors. Web safe color of #7EBDF0 is #66CCFF (or #6CF).

RGB color model

#7EBDF0 color RGB value is (126,189,240).

  • red value is 126;
  • green value is 189;
  • blue value is 240.
RGB:
(126,189,240)
(49%,74%,94%)

RGB channels and saturation

R 126 of 255 = 49%
G 189 of 255 = 74%
B 240 of 255 = 94%

126
189
240

R + G + B ~ 72%. #7EBDF0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
126 + 189 + 240 = 555 (100%)
R 126 of 555 ~ 22.7%
G 189 of 555 ~ 34.05%
B 240 of 555 ~ 43.24%

%22.7
%34.05
%43.24

CMYK color model

#7EBDF0 color CMYK value is (48,21,0,6).

  • cyan value is 47.50%
  • magenta value is 21.25%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(48,21,0,6)
C48M21Y0K6 
(48%,21%,0%,6%)
(0.48/0.21/0.00/0.06)	

CMYK percentages

%47.5
%21.25
%0
%5.88

Codes

Color #7EBDF0 in popluar color models

7EBDF0
RGB126189240
HSL207°79.17%71.76%
HSB/HSV207°47.50%94.12%
CMYK47.50%21.25%0.00%
5.88%

Color #7EBDF0 in popluar number systems.

HEX7EBDF0
Decimal126189240
Binary11111101011110111110000
Octal176275360

Shades and tints

Shades of #7EBDF0

#7EBDF0
(126,189,240)
#73ACDB
(115,172,219)
#689BC6
(104,155,198)
#5D8AB1
(93,138,177)
#52799C
(82,121,156)
#476887
(71,104,135)
#3C5772
(60,87,114)
#31465D
(49,70,93)
#263548
(38,53,72)
#1B2433
(27,36,51)
#10131E
(16,19,30)
#000000
(0,0,0)

Tints of #7EBDF0

#7EBDF0
(126,189,240)
#89C3F1
(137,195,241)
#94C9F2
(148,201,242)
#9FCFF3
(159,207,243)
#AAD5F4
(170,213,244)
#B5DBF5
(181,219,245)
#C0E1F6
(192,225,246)
#CBE7F7
(203,231,247)
#D6EDF8
(214,237,248)
#E1F3F9
(225,243,249)
#ECF9FA
(236,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EBDF0 color. Also use rgb(126,189,240) instead hex code.

Text Font Color

.myTextColor { color: #7EBDF0; }

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

This text font color is #7EBDF0.


Background Color

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

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

This div background color is #7EBDF0.


Border color

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

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

This div border color is #7EBDF0.


Opacity

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

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

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

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

This text has shadow with #7EBDF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EBDF0 on black background.


Color preview on white background

This text has color #7EBDF0 on white background.



Black color preview on #7EBDF0 background

This text has black color on #7EBDF0 background.


White color preview on #7EBDF0 background

This text has white color on #7EBDF0 background.