COLOR #7CF7D3

HEX: #7CF7D3
RGB: (124,247,211)

Color info

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

RGB color model

#7CF7D3 color RGB value is (124,247,211).

  • red value is 124;
  • green value is 247;
  • blue value is 211.
RGB:
(124,247,211)
(49%,97%,83%)

RGB channels and saturation

R 124 of 255 = 49%
G 247 of 255 = 97%
B 211 of 255 = 83%

124
247
211

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

Portions of RGB colors in percentages

R + G + B =
124 + 247 + 211 = 582 (100%)
R 124 of 582 ~ 21.31%
G 247 of 582 ~ 42.44%
B 211 of 582 ~ 36.25%

%21.31
%42.44
%36.25

CMYK color model

#7CF7D3 color CMYK value is (50,0,15,3).

  • cyan value is 49.80%
  • magenta value is 0.00%
  • yellow value is 14.57%
  • key color value is 3.14%
CMYK:
(50,0,15,3)
C50M0Y15K3 
(50%,0%,15%,3%)
(0.50/0.00/0.15/0.03)	

CMYK percentages

%49.8
%0
%14.57
%3.14

Codes

Color #7CF7D3 in popluar color models

7CF7D3
RGB124247211
HSL162°88.49%72.75%
HSB/HSV162°49.80%96.86%
CMYK49.80%0.00%14.57%
3.14%

Color #7CF7D3 in popluar number systems.

HEX7CF7D3
Decimal124247211
Binary11111001111011111010011
Octal174367323

Shades and tints

Shades of #7CF7D3

#7CF7D3
(124,247,211)
#71E1C0
(113,225,192)
#66CBAD
(102,203,173)
#5BB59A
(91,181,154)
#509F87
(80,159,135)
#458974
(69,137,116)
#3A7361
(58,115,97)
#2F5D4E
(47,93,78)
#24473B
(36,71,59)
#193128
(25,49,40)
#0E1B15
(14,27,21)
#000000
(0,0,0)

Tints of #7CF7D3

#7CF7D3
(124,247,211)
#87F7D7
(135,247,215)
#92F7DB
(146,247,219)
#9DF7DF
(157,247,223)
#A8F7E3
(168,247,227)
#B3F7E7
(179,247,231)
#BEF7EB
(190,247,235)
#C9F7EF
(201,247,239)
#D4F7F3
(212,247,243)
#DFF7F7
(223,247,247)
#EAF7FB
(234,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7CF7D3; }

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

This text font color is #7CF7D3.


Background Color

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

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

This div background color is #7CF7D3.


Border color

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

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

This div border color is #7CF7D3.


Opacity

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

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

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

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

This text has shadow with #7CF7D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CF7D3 on black background.


Color preview on white background

This text has color #7CF7D3 on white background.



Black color preview on #7CF7D3 background

This text has black color on #7CF7D3 background.


White color preview on #7CF7D3 background

This text has white color on #7CF7D3 background.