COLOR #7CCEF6

HEX: #7CCEF6
RGB: (124,206,246)

Color info

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

RGB color model

#7CCEF6 color RGB value is (124,206,246).

  • red value is 124;
  • green value is 206;
  • blue value is 246.
RGB:
(124,206,246)
(49%,81%,96%)

RGB channels and saturation

R 124 of 255 = 49%
G 206 of 255 = 81%
B 246 of 255 = 96%

124
206
246

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

Portions of RGB colors in percentages

R + G + B =
124 + 206 + 246 = 576 (100%)
R 124 of 576 ~ 21.53%
G 206 of 576 ~ 35.76%
B 246 of 576 ~ 42.71%

%21.53
%35.76
%42.71

CMYK color model

#7CCEF6 color CMYK value is (50,16,0,4).

  • cyan value is 49.59%
  • magenta value is 16.26%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(50,16,0,4)
C50M16Y0K4 
(50%,16%,0%,4%)
(0.50/0.16/0.00/0.04)	

CMYK percentages

%49.59
%16.26
%0
%3.53

Codes

Color #7CCEF6 in popluar color models

7CCEF6
RGB124206246
HSL200°87.14%72.55%
HSB/HSV200°49.59%96.47%
CMYK49.59%16.26%0.00%
3.53%

Color #7CCEF6 in popluar number systems.

HEX7CCEF6
Decimal124206246
Binary11111001100111011110110
Octal174316366

Shades and tints

Shades of #7CCEF6

#7CCEF6
(124,206,246)
#71BCE0
(113,188,224)
#66AACA
(102,170,202)
#5B98B4
(91,152,180)
#50869E
(80,134,158)
#457488
(69,116,136)
#3A6272
(58,98,114)
#2F505C
(47,80,92)
#243E46
(36,62,70)
#192C30
(25,44,48)
#0E1A1A
(14,26,26)
#000000
(0,0,0)

Tints of #7CCEF6

#7CCEF6
(124,206,246)
#87D2F6
(135,210,246)
#92D6F6
(146,214,246)
#9DDAF6
(157,218,246)
#A8DEF6
(168,222,246)
#B3E2F6
(179,226,246)
#BEE6F6
(190,230,246)
#C9EAF6
(201,234,246)
#D4EEF6
(212,238,246)
#DFF2F6
(223,242,246)
#EAF6F6
(234,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CCEF6 color. Also use rgb(124,206,246) instead hex code.

Text Font Color

.myTextColor { color: #7CCEF6; }

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

This text font color is #7CCEF6.


Background Color

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

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

This div background color is #7CCEF6.


Border color

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

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

This div border color is #7CCEF6.


Opacity

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

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

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

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

This text has shadow with #7CCEF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CCEF6 on black background.


Color preview on white background

This text has color #7CCEF6 on white background.



Black color preview on #7CCEF6 background

This text has black color on #7CCEF6 background.


White color preview on #7CCEF6 background

This text has white color on #7CCEF6 background.