COLOR #7CC0FE

HEX: #7CC0FE
RGB: (124,192,254)

Color info

#7CC0FE contains mainly blue color. Web safe color of #7CC0FE is #66CCFF (or #6CF).

RGB color model

#7CC0FE color RGB value is (124,192,254).

  • red value is 124;
  • green value is 192;
  • blue value is 254.
RGB:
(124,192,254)
(49%,75%,100%)

RGB channels and saturation

R 124 of 255 = 49%
G 192 of 255 = 75%
B 254 of 255 = 100%

124
192
254

R + G + B ~ 75%. #7CC0FE is quite light color.

Portions of RGB colors in percentages

R + G + B =
124 + 192 + 254 = 570 (100%)
R 124 of 570 ~ 21.75%
G 192 of 570 ~ 33.68%
B 254 of 570 ~ 44.56%

%21.75
%33.68
%44.56

CMYK color model

#7CC0FE color CMYK value is (51,24,0,0).

  • cyan value is 51.18%
  • magenta value is 24.41%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(51,24,0,0)
C51M24Y0K0 
(51%,24%,0%,0%)
(0.51/0.24/0.00/0.00)	

CMYK percentages

%51.18
%24.41
%0
%0.39

Codes

Color #7CC0FE in popluar color models

7CC0FE
RGB124192254
HSL209°98.48%74.12%
HSB/HSV209°51.18%99.61%
CMYK51.18%24.41%0.00%
0.39%

Color #7CC0FE in popluar number systems.

HEX7CC0FE
Decimal124192254
Binary11111001100000011111110
Octal174300376

Shades and tints

Shades of #7CC0FE

#7CC0FE
(124,192,254)
#71AFE7
(113,175,231)
#669ED0
(102,158,208)
#5B8DB9
(91,141,185)
#507CA2
(80,124,162)
#456B8B
(69,107,139)
#3A5A74
(58,90,116)
#2F495D
(47,73,93)
#243846
(36,56,70)
#19272F
(25,39,47)
#0E1618
(14,22,24)
#000000
(0,0,0)

Tints of #7CC0FE

#7CC0FE
(124,192,254)
#87C5FE
(135,197,254)
#92CAFE
(146,202,254)
#9DCFFE
(157,207,254)
#A8D4FE
(168,212,254)
#B3D9FE
(179,217,254)
#BEDEFE
(190,222,254)
#C9E3FE
(201,227,254)
#D4E8FE
(212,232,254)
#DFEDFE
(223,237,254)
#EAF2FE
(234,242,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CC0FE color. Also use rgb(124,192,254) instead hex code.

Text Font Color

.myTextColor { color: #7CC0FE; }

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

This text font color is #7CC0FE.


Background Color

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

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

This div background color is #7CC0FE.


Border color

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

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

This div border color is #7CC0FE.


Opacity

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

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

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

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

This text has shadow with #7CC0FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CC0FE on black background.


Color preview on white background

This text has color #7CC0FE on white background.



Black color preview on #7CC0FE background

This text has black color on #7CC0FE background.


White color preview on #7CC0FE background

This text has white color on #7CC0FE background.