COLOR #7CEFC2

HEX: #7CEFC2
RGB: (124,239,194)

Color info

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

RGB color model

#7CEFC2 color RGB value is (124,239,194).

  • red value is 124;
  • green value is 239;
  • blue value is 194.
RGB:
(124,239,194)
(49%,94%,76%)

RGB channels and saturation

R 124 of 255 = 49%
G 239 of 255 = 94%
B 194 of 255 = 76%

124
239
194

R + G + B ~ 73%. #7CEFC2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
124 + 239 + 194 = 557 (100%)
R 124 of 557 ~ 22.26%
G 239 of 557 ~ 42.91%
B 194 of 557 ~ 34.83%

%22.26
%42.91
%34.83

CMYK color model

#7CEFC2 color CMYK value is (48,0,19,6).

  • cyan value is 48.12%
  • magenta value is 0.00%
  • yellow value is 18.83%
  • key color value is 6.27%
CMYK:
(48,0,19,6)
C48M0Y19K6 
(48%,0%,19%,6%)
(0.48/0.00/0.19/0.06)	

CMYK percentages

%48.12
%0
%18.83
%6.27

Codes

Color #7CEFC2 in popluar color models

7CEFC2
RGB124239194
HSL157°78.23%71.18%
HSB/HSV157°48.12%93.73%
CMYK48.12%0.00%18.83%
6.27%

Color #7CEFC2 in popluar number systems.

HEX7CEFC2
Decimal124239194
Binary11111001110111111000010
Octal174357302

Shades and tints

Shades of #7CEFC2

#7CEFC2
(124,239,194)
#71DAB1
(113,218,177)
#66C5A0
(102,197,160)
#5BB08F
(91,176,143)
#509B7E
(80,155,126)
#45866D
(69,134,109)
#3A715C
(58,113,92)
#2F5C4B
(47,92,75)
#24473A
(36,71,58)
#193229
(25,50,41)
#0E1D18
(14,29,24)
#000000
(0,0,0)

Tints of #7CEFC2

#7CEFC2
(124,239,194)
#87F0C7
(135,240,199)
#92F1CC
(146,241,204)
#9DF2D1
(157,242,209)
#A8F3D6
(168,243,214)
#B3F4DB
(179,244,219)
#BEF5E0
(190,245,224)
#C9F6E5
(201,246,229)
#D4F7EA
(212,247,234)
#DFF8EF
(223,248,239)
#EAF9F4
(234,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CEFC2 color. Also use rgb(124,239,194) instead hex code.

Text Font Color

.myTextColor { color: #7CEFC2; }

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

This text font color is #7CEFC2.


Background Color

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

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

This div background color is #7CEFC2.


Border color

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

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

This div border color is #7CEFC2.


Opacity

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

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

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

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

This text has shadow with #7CEFC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CEFC2 on black background.


Color preview on white background

This text has color #7CEFC2 on white background.



Black color preview on #7CEFC2 background

This text has black color on #7CEFC2 background.


White color preview on #7CEFC2 background

This text has white color on #7CEFC2 background.