COLOR #7CC3F0

HEX: #7CC3F0
RGB: (124,195,240)

Color info

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

RGB color model

#7CC3F0 color RGB value is (124,195,240).

  • red value is 124;
  • green value is 195;
  • blue value is 240.
RGB:
(124,195,240)
(49%,76%,94%)

RGB channels and saturation

R 124 of 255 = 49%
G 195 of 255 = 76%
B 240 of 255 = 94%

124
195
240

R + G + B ~ 73%. #7CC3F0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
124 + 195 + 240 = 559 (100%)
R 124 of 559 ~ 22.18%
G 195 of 559 ~ 34.88%
B 240 of 559 ~ 42.93%

%22.18
%34.88
%42.93

CMYK color model

#7CC3F0 color CMYK value is (48,19,0,6).

  • cyan value is 48.33%
  • magenta value is 18.75%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(48,19,0,6)
C48M19Y0K6 
(48%,19%,0%,6%)
(0.48/0.19/0.00/0.06)	

CMYK percentages

%48.33
%18.75
%0
%5.88

Codes

Color #7CC3F0 in popluar color models

7CC3F0
RGB124195240
HSL203°79.45%71.37%
HSB/HSV203°48.33%94.12%
CMYK48.33%18.75%0.00%
5.88%

Color #7CC3F0 in popluar number systems.

HEX7CC3F0
Decimal124195240
Binary11111001100001111110000
Octal174303360

Shades and tints

Shades of #7CC3F0

#7CC3F0
(124,195,240)
#71B2DB
(113,178,219)
#66A1C6
(102,161,198)
#5B90B1
(91,144,177)
#507F9C
(80,127,156)
#456E87
(69,110,135)
#3A5D72
(58,93,114)
#2F4C5D
(47,76,93)
#243B48
(36,59,72)
#192A33
(25,42,51)
#0E191E
(14,25,30)
#000000
(0,0,0)

Tints of #7CC3F0

#7CC3F0
(124,195,240)
#87C8F1
(135,200,241)
#92CDF2
(146,205,242)
#9DD2F3
(157,210,243)
#A8D7F4
(168,215,244)
#B3DCF5
(179,220,245)
#BEE1F6
(190,225,246)
#C9E6F7
(201,230,247)
#D4EBF8
(212,235,248)
#DFF0F9
(223,240,249)
#EAF5FA
(234,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CC3F0 color. Also use rgb(124,195,240) instead hex code.

Text Font Color

.myTextColor { color: #7CC3F0; }

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

This text font color is #7CC3F0.


Background Color

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

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

This div background color is #7CC3F0.


Border color

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

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

This div border color is #7CC3F0.


Opacity

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

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

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

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

This text has shadow with #7CC3F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CC3F0 on black background.


Color preview on white background

This text has color #7CC3F0 on white background.



Black color preview on #7CC3F0 background

This text has black color on #7CC3F0 background.


White color preview on #7CC3F0 background

This text has white color on #7CC3F0 background.