COLOR #7CCFF8

HEX: #7CCFF8
RGB: (124,207,248)

Color info

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

RGB color model

#7CCFF8 color RGB value is (124,207,248).

  • red value is 124;
  • green value is 207;
  • blue value is 248.
RGB:
(124,207,248)
(49%,81%,97%)

RGB channels and saturation

R 124 of 255 = 49%
G 207 of 255 = 81%
B 248 of 255 = 97%

124
207
248

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

Portions of RGB colors in percentages

R + G + B =
124 + 207 + 248 = 579 (100%)
R 124 of 579 ~ 21.42%
G 207 of 579 ~ 35.75%
B 248 of 579 ~ 42.83%

%21.42
%35.75
%42.83

CMYK color model

#7CCFF8 color CMYK value is (50,17,0,3).

  • cyan value is 50.00%
  • magenta value is 16.53%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(50,17,0,3)
C50M17Y0K3 
(50%,17%,0%,3%)
(0.50/0.17/0.00/0.03)	

CMYK percentages

%50
%16.53
%0
%2.75

Codes

Color #7CCFF8 in popluar color models

7CCFF8
RGB124207248
HSL200°89.86%72.94%
HSB/HSV200°50.00%97.25%
CMYK50.00%16.53%0.00%
2.75%

Color #7CCFF8 in popluar number systems.

HEX7CCFF8
Decimal124207248
Binary11111001100111111111000
Octal174317370

Shades and tints

Shades of #7CCFF8

#7CCFF8
(124,207,248)
#71BDE2
(113,189,226)
#66ABCC
(102,171,204)
#5B99B6
(91,153,182)
#5087A0
(80,135,160)
#45758A
(69,117,138)
#3A6374
(58,99,116)
#2F515E
(47,81,94)
#243F48
(36,63,72)
#192D32
(25,45,50)
#0E1B1C
(14,27,28)
#000000
(0,0,0)

Tints of #7CCFF8

#7CCFF8
(124,207,248)
#87D3F8
(135,211,248)
#92D7F8
(146,215,248)
#9DDBF8
(157,219,248)
#A8DFF8
(168,223,248)
#B3E3F8
(179,227,248)
#BEE7F8
(190,231,248)
#C9EBF8
(201,235,248)
#D4EFF8
(212,239,248)
#DFF3F8
(223,243,248)
#EAF7F8
(234,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CCFF8 color. Also use rgb(124,207,248) instead hex code.

Text Font Color

.myTextColor { color: #7CCFF8; }

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

This text font color is #7CCFF8.


Background Color

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

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

This div background color is #7CCFF8.


Border color

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

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

This div border color is #7CCFF8.


Opacity

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

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

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

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

This text has shadow with #7CCFF8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CCFF8 on black background.


Color preview on white background

This text has color #7CCFF8 on white background.



Black color preview on #7CCFF8 background

This text has black color on #7CCFF8 background.


White color preview on #7CCFF8 background

This text has white color on #7CCFF8 background.