COLOR #7CF8CF

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

Color info

#7CF8CF contains mainly green and blue colors. Web safe color of #7CF8CF is #66FFCC (or #6FC).

RGB color model

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

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

RGB channels and saturation

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

124
248
207

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

Portions of RGB colors in percentages

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

%21.42
%42.83
%35.75

CMYK color model

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

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

CMYK percentages

%50
%0
%16.53
%2.75

Codes

Color #7CF8CF in popluar color models

7CF8CF
RGB124248207
HSL160°89.86%72.94%
HSB/HSV160°50.00%97.25%
CMYK50.00%0.00%16.53%
2.75%

Color #7CF8CF in popluar number systems.

HEX7CF8CF
Decimal124248207
Binary11111001111100011001111
Octal174370317

Shades and tints

Shades of #7CF8CF

#7CF8CF
(124,248,207)
#71E2BD
(113,226,189)
#66CCAB
(102,204,171)
#5BB699
(91,182,153)
#50A087
(80,160,135)
#458A75
(69,138,117)
#3A7463
(58,116,99)
#2F5E51
(47,94,81)
#24483F
(36,72,63)
#19322D
(25,50,45)
#0E1C1B
(14,28,27)
#000000
(0,0,0)

Tints of #7CF8CF

#7CF8CF
(124,248,207)
#87F8D3
(135,248,211)
#92F8D7
(146,248,215)
#9DF8DB
(157,248,219)
#A8F8DF
(168,248,223)
#B3F8E3
(179,248,227)
#BEF8E7
(190,248,231)
#C9F8EB
(201,248,235)
#D4F8EF
(212,248,239)
#DFF8F3
(223,248,243)
#EAF8F7
(234,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7CF8CF; }

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

This text font color is #7CF8CF.


Background Color

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

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

This div background color is #7CF8CF.


Border color

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

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

This div border color is #7CF8CF.


Opacity

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

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

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

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

This text has shadow with #7CF8CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CF8CF on black background.


Color preview on white background

This text has color #7CF8CF on white background.



Black color preview on #7CF8CF background

This text has black color on #7CF8CF background.


White color preview on #7CF8CF background

This text has white color on #7CF8CF background.