COLOR #7CF7E1

HEX: #7CF7E1 RGB: (124,247,225)

Color info

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

RGB color model

#7CF7E1 color RGB value is (124,247,225).

RGB: (124,247,225) (49%, 97%, 88%)

RGB channels and saturation

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

124
247
225

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

Portions of RGB colors in percentages

R + G + B = 124 + 247 + 225 = 596 (100%)
R 124 of 596 ~ 20.81%
G 247 of 596 ~ 41.44%
B 225 of 596 ~ 37.75'%

%20.81
%41.44
%37.75

CMYK color model

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

  • cyan value is 49.80%
  • magenta value is 0.00%
  • yellow value is 8.91%
  • key color value is 3.14%

CMYK: (50,0,9,3)
C50M0Y9K3 (50%, 0%, 9%, 3%)
(0.50 / 0.00 / 0.09 / 0.03)

CMYK percentages

%49.8
%0
%8.91
%3.14

Codes

Color #7CF7E1 in popluar color models

7C F7 E1
RGB 124 247 225
HSL 169° 88.49% 72.75%
HSB/HSV 169° 49.80% 96.86%
CMYK 49.80% 0.00% 8.91%
3.14%

Color #7CF7E1 in popluar number systems.

HEX 7C F7 E1
Decimal 124 247 225
Binary 1111100 11110111 11100001
Octal 174 367 341

Shades and tints

Shades of #7CF7E1

#7CF7E1
(124,247,225)
#71E1CD
(113,225,205)
#66CBB9
(102,203,185)
#5BB5A5
(91,181,165)
#509F91
(80,159,145)
#45897D
(69,137,125)
#3A7369
(58,115,105)
#2F5D55
(47,93,85)
#244741
(36,71,65)
#19312D
(25,49,45)
#0E1B19
(14,27,25)
#000000
(0,0,0)

Tints of #7CF7E1

#7CF7E1
(124,247,225)
#87F7E3
(135,247,227)
#92F7E5
(146,247,229)
#9DF7E7
(157,247,231)
#A8F7E9
(168,247,233)
#B3F7EB
(179,247,235)
#BEF7ED
(190,247,237)
#C9F7EF
(201,247,239)
#D4F7F1
(212,247,241)
#DFF7F3
(223,247,243)
#EAF7F5
(234,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7CF7E1; }

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

This text font color is #7CF7E1.

Background Color

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

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

This div background color is #7CF7E1.

Border color

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

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

This div border color is #7CF7E1.

Opacity

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

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

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

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

This text has shadow with #7CF7E1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7CF7E1.

Preview

Color preview on black background

This text has color #7CF7E1 on black background.


Color preview on white background

This text has color #7CF7E1 on white background.


Black color preview on #7CF7E1 background

This text has black color on #7CF7E1 background.


White color preview on #7CF7E1 background

This text has white color on #7CF7E1 background.


Related colors

Complementary color

Complementary color for #hex is #83081E.


I love getcolorcode.com

Triadic colors

1 #E17CF7 and #F7E17C with #7CF7E1 are triadic colors.

2 #E1F77C and #F77CE1 with #7CF7E1 are triadic colors.