COLOR #7CF8E1

HEX: #7CF8E1
RGB: (124,248,225)

Color info

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

RGB color model

#7CF8E1 color RGB value is (124,248,225).

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

RGB channels and saturation

R 124 of 255 = 49%
G 248 of 255 = 97%
B 225 of 255 = 88%

124
248
225

R + G + B ~ 78%. #7CF8E1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
124 + 248 + 225 = 597 (100%)
R 124 of 597 ~ 20.77%
G 248 of 597 ~ 41.54%
B 225 of 597 ~ 37.69%

%20.77
%41.54
%37.69

CMYK color model

#7CF8E1 color CMYK value is (50,0,9,3).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 9.27%
  • key color value is 2.75%
CMYK:
(50,0,9,3)
C50M0Y9K3 
(50%,0%,9%,3%)
(0.50/0.00/0.09/0.03)	

CMYK percentages

%50
%0
%9.27
%2.75

Codes

Color #7CF8E1 in popluar color models

7CF8E1
RGB124248225
HSL169°89.86%72.94%
HSB/HSV169°50.00%97.25%
CMYK50.00%0.00%9.27%
2.75%

Color #7CF8E1 in popluar number systems.

HEX7CF8E1
Decimal124248225
Binary11111001111100011100001
Octal174370341

Shades and tints

Shades of #7CF8E1

#7CF8E1
(124,248,225)
#71E2CD
(113,226,205)
#66CCB9
(102,204,185)
#5BB6A5
(91,182,165)
#50A091
(80,160,145)
#458A7D
(69,138,125)
#3A7469
(58,116,105)
#2F5E55
(47,94,85)
#244841
(36,72,65)
#19322D
(25,50,45)
#0E1C19
(14,28,25)
#000000
(0,0,0)

Tints of #7CF8E1

#7CF8E1
(124,248,225)
#87F8E3
(135,248,227)
#92F8E5
(146,248,229)
#9DF8E7
(157,248,231)
#A8F8E9
(168,248,233)
#B3F8EB
(179,248,235)
#BEF8ED
(190,248,237)
#C9F8EF
(201,248,239)
#D4F8F1
(212,248,241)
#DFF8F3
(223,248,243)
#EAF8F5
(234,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7CF8E1; }

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

This text font color is #7CF8E1.


Background Color

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

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

This div background color is #7CF8E1.


Border color

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

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

This div border color is #7CF8E1.


Opacity

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

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

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

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

This text has shadow with #7CF8E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CF8E1 on black background.


Color preview on white background

This text has color #7CF8E1 on white background.



Black color preview on #7CF8E1 background

This text has black color on #7CF8E1 background.


White color preview on #7CF8E1 background

This text has white color on #7CF8E1 background.