COLOR #7ECCFC

HEX: #7ECCFC
RGB: (126,204,252)

Color info

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

RGB color model

#7ECCFC color RGB value is (126,204,252).

  • red value is 126;
  • green value is 204;
  • blue value is 252.
RGB:
(126,204,252)
(49%,80%,99%)

RGB channels and saturation

R 126 of 255 = 49%
G 204 of 255 = 80%
B 252 of 255 = 99%

126
204
252

R + G + B ~ 76%. #7ECCFC is quite light color.

Portions of RGB colors in percentages

R + G + B =
126 + 204 + 252 = 582 (100%)
R 126 of 582 ~ 21.65%
G 204 of 582 ~ 35.05%
B 252 of 582 ~ 43.3%

%21.65
%35.05
%43.3

CMYK color model

#7ECCFC color CMYK value is (50,19,0,1).

  • cyan value is 50.00%
  • magenta value is 19.05%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(50,19,0,1)
C50M19Y0K1 
(50%,19%,0%,1%)
(0.50/0.19/0.00/0.01)	

CMYK percentages

%50
%19.05
%0
%1.18

Codes

Color #7ECCFC in popluar color models

7ECCFC
RGB126204252
HSL203°95.45%74.12%
HSB/HSV203°50.00%98.82%
CMYK50.00%19.05%0.00%
1.18%

Color #7ECCFC in popluar number systems.

HEX7ECCFC
Decimal126204252
Binary11111101100110011111100
Octal176314374

Shades and tints

Shades of #7ECCFC

#7ECCFC
(126,204,252)
#73BAE6
(115,186,230)
#68A8D0
(104,168,208)
#5D96BA
(93,150,186)
#5284A4
(82,132,164)
#47728E
(71,114,142)
#3C6078
(60,96,120)
#314E62
(49,78,98)
#263C4C
(38,60,76)
#1B2A36
(27,42,54)
#101820
(16,24,32)
#000000
(0,0,0)

Tints of #7ECCFC

#7ECCFC
(126,204,252)
#89D0FC
(137,208,252)
#94D4FC
(148,212,252)
#9FD8FC
(159,216,252)
#AADCFC
(170,220,252)
#B5E0FC
(181,224,252)
#C0E4FC
(192,228,252)
#CBE8FC
(203,232,252)
#D6ECFC
(214,236,252)
#E1F0FC
(225,240,252)
#ECF4FC
(236,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7ECCFC color. Also use rgb(126,204,252) instead hex code.

Text Font Color

.myTextColor { color: #7ECCFC; }

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

This text font color is #7ECCFC.


Background Color

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

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

This div background color is #7ECCFC.


Border color

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

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

This div border color is #7ECCFC.


Opacity

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

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

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

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

This text has shadow with #7ECCFC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7ECCFC on black background.


Color preview on white background

This text has color #7ECCFC on white background.



Black color preview on #7ECCFC background

This text has black color on #7ECCFC background.


White color preview on #7ECCFC background

This text has white color on #7ECCFC background.