COLOR #7CCCF5

HEX: #7CCCF5
RGB: (124,204,245)

Color info

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

RGB color model

#7CCCF5 color RGB value is (124,204,245).

  • red value is 124;
  • green value is 204;
  • blue value is 245.
RGB:
(124,204,245)
(49%,80%,96%)

RGB channels and saturation

R 124 of 255 = 49%
G 204 of 255 = 80%
B 245 of 255 = 96%

124
204
245

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

Portions of RGB colors in percentages

R + G + B =
124 + 204 + 245 = 573 (100%)
R 124 of 573 ~ 21.64%
G 204 of 573 ~ 35.6%
B 245 of 573 ~ 42.76%

%21.64
%35.6
%42.76

CMYK color model

#7CCCF5 color CMYK value is (49,17,0,4).

  • cyan value is 49.39%
  • magenta value is 16.73%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(49,17,0,4)
C49M17Y0K4 
(49%,17%,0%,4%)
(0.49/0.17/0.00/0.04)	

CMYK percentages

%49.39
%16.73
%0
%3.92

Codes

Color #7CCCF5 in popluar color models

7CCCF5
RGB124204245
HSL200°85.82%72.35%
HSB/HSV200°49.39%96.08%
CMYK49.39%16.73%0.00%
3.92%

Color #7CCCF5 in popluar number systems.

HEX7CCCF5
Decimal124204245
Binary11111001100110011110101
Octal174314365

Shades and tints

Shades of #7CCCF5

#7CCCF5
(124,204,245)
#71BADF
(113,186,223)
#66A8C9
(102,168,201)
#5B96B3
(91,150,179)
#50849D
(80,132,157)
#457287
(69,114,135)
#3A6071
(58,96,113)
#2F4E5B
(47,78,91)
#243C45
(36,60,69)
#192A2F
(25,42,47)
#0E1819
(14,24,25)
#000000
(0,0,0)

Tints of #7CCCF5

#7CCCF5
(124,204,245)
#87D0F5
(135,208,245)
#92D4F5
(146,212,245)
#9DD8F5
(157,216,245)
#A8DCF5
(168,220,245)
#B3E0F5
(179,224,245)
#BEE4F5
(190,228,245)
#C9E8F5
(201,232,245)
#D4ECF5
(212,236,245)
#DFF0F5
(223,240,245)
#EAF4F5
(234,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CCCF5 color. Also use rgb(124,204,245) instead hex code.

Text Font Color

.myTextColor { color: #7CCCF5; }

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

This text font color is #7CCCF5.


Background Color

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

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

This div background color is #7CCCF5.


Border color

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

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

This div border color is #7CCCF5.


Opacity

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

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

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

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

This text has shadow with #7CCCF5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CCCF5 on black background.


Color preview on white background

This text has color #7CCCF5 on white background.



Black color preview on #7CCCF5 background

This text has black color on #7CCCF5 background.


White color preview on #7CCCF5 background

This text has white color on #7CCCF5 background.