COLOR #7CF9F1

HEX: #7CF9F1
RGB: (124,249,241)

Color info

#7CF9F1 contains mainly green and blue colors. Web safe color of #7CF9F1 is #66FFFF (or #6FF).

RGB color model

#7CF9F1 color RGB value is (124,249,241).

  • red value is 124;
  • green value is 249;
  • blue value is 241.
RGB:
(124,249,241)
(49%,98%,95%)

RGB channels and saturation

R 124 of 255 = 49%
G 249 of 255 = 98%
B 241 of 255 = 95%

124
249
241

R + G + B ~ 81%. #7CF9F1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
124 + 249 + 241 = 614 (100%)
R 124 of 614 ~ 20.2%
G 249 of 614 ~ 40.55%
B 241 of 614 ~ 39.25%

%20.2
%40.55
%39.25

CMYK color model

#7CF9F1 color CMYK value is (50,0,3,2).

  • cyan value is 50.20%
  • magenta value is 0.00%
  • yellow value is 3.21%
  • key color value is 2.35%
CMYK:
(50,0,3,2)
C50M0Y3K2 
(50%,0%,3%,2%)
(0.50/0.00/0.03/0.02)	

CMYK percentages

%50.2
%0
%3.21
%2.35

Codes

Color #7CF9F1 in popluar color models

7CF9F1
RGB124249241
HSL176°91.24%73.14%
HSB/HSV176°50.20%97.65%
CMYK50.20%0.00%3.21%
2.35%

Color #7CF9F1 in popluar number systems.

HEX7CF9F1
Decimal124249241
Binary11111001111100111110001
Octal174371361

Shades and tints

Shades of #7CF9F1

#7CF9F1
(124,249,241)
#71E3DC
(113,227,220)
#66CDC7
(102,205,199)
#5BB7B2
(91,183,178)
#50A19D
(80,161,157)
#458B88
(69,139,136)
#3A7573
(58,117,115)
#2F5F5E
(47,95,94)
#244949
(36,73,73)
#193334
(25,51,52)
#0E1D1F
(14,29,31)
#000000
(0,0,0)

Tints of #7CF9F1

#7CF9F1
(124,249,241)
#87F9F2
(135,249,242)
#92F9F3
(146,249,243)
#9DF9F4
(157,249,244)
#A8F9F5
(168,249,245)
#B3F9F6
(179,249,246)
#BEF9F7
(190,249,247)
#C9F9F8
(201,249,248)
#D4F9F9
(212,249,249)
#DFF9FA
(223,249,250)
#EAF9FB
(234,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CF9F1 color. Also use rgb(124,249,241) instead hex code.

Text Font Color

.myTextColor { color: #7CF9F1; }

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

This text font color is #7CF9F1.


Background Color

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

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

This div background color is #7CF9F1.


Border color

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

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

This div border color is #7CF9F1.


Opacity

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

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

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

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

This text has shadow with #7CF9F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CF9F1 on black background.


Color preview on white background

This text has color #7CF9F1 on white background.



Black color preview on #7CF9F1 background

This text has black color on #7CF9F1 background.


White color preview on #7CF9F1 background

This text has white color on #7CF9F1 background.