COLOR #7FF6F2

HEX: #7FF6F2
RGB: (127,246,242)

Color info

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

RGB color model

#7FF6F2 color RGB value is (127,246,242).

  • red value is 127;
  • green value is 246;
  • blue value is 242.
RGB:
(127,246,242)
(50%,96%,95%)

RGB channels and saturation

R 127 of 255 = 50%
G 246 of 255 = 96%
B 242 of 255 = 95%

127
246
242

R + G + B ~ 80%. #7FF6F2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
127 + 246 + 242 = 615 (100%)
R 127 of 615 ~ 20.65%
G 246 of 615 ~ 40%
B 242 of 615 ~ 39.35%

%20.65
%40
%39.35

CMYK color model

#7FF6F2 color CMYK value is (48,0,2,4).

  • cyan value is 48.37%
  • magenta value is 0.00%
  • yellow value is 1.63%
  • key color value is 3.53%
CMYK:
(48,0,2,4)
C48M0Y2K4 
(48%,0%,2%,4%)
(0.48/0.00/0.02/0.04)	

CMYK percentages

%48.37
%0
%1.63
%3.53

Codes

Color #7FF6F2 in popluar color models

7FF6F2
RGB127246242
HSL178°86.86%73.14%
HSB/HSV178°48.37%96.47%
CMYK48.37%0.00%1.63%
3.53%

Color #7FF6F2 in popluar number systems.

HEX7FF6F2
Decimal127246242
Binary11111111111011011110010
Octal177366362

Shades and tints

Shades of #7FF6F2

#7FF6F2
(127,246,242)
#74E0DC
(116,224,220)
#69CAC6
(105,202,198)
#5EB4B0
(94,180,176)
#539E9A
(83,158,154)
#488884
(72,136,132)
#3D726E
(61,114,110)
#325C58
(50,92,88)
#274642
(39,70,66)
#1C302C
(28,48,44)
#111A16
(17,26,22)
#000000
(0,0,0)

Tints of #7FF6F2

#7FF6F2
(127,246,242)
#8AF6F3
(138,246,243)
#95F6F4
(149,246,244)
#A0F6F5
(160,246,245)
#ABF6F6
(171,246,246)
#B6F6F7
(182,246,247)
#C1F6F8
(193,246,248)
#CCF6F9
(204,246,249)
#D7F6FA
(215,246,250)
#E2F6FB
(226,246,251)
#EDF6FC
(237,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FF6F2 color. Also use rgb(127,246,242) instead hex code.

Text Font Color

.myTextColor { color: #7FF6F2; }

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

This text font color is #7FF6F2.


Background Color

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

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

This div background color is #7FF6F2.


Border color

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

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

This div border color is #7FF6F2.


Opacity

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

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

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

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

This text has shadow with #7FF6F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FF6F2 on black background.


Color preview on white background

This text has color #7FF6F2 on white background.



Black color preview on #7FF6F2 background

This text has black color on #7FF6F2 background.


White color preview on #7FF6F2 background

This text has white color on #7FF6F2 background.