COLOR #7FF8DE

HEX: #7FF8DE
RGB: (127,248,222)

Color info

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

RGB color model

#7FF8DE color RGB value is (127,248,222).

  • red value is 127;
  • green value is 248;
  • blue value is 222.
RGB:
(127,248,222)
(50%,97%,87%)

RGB channels and saturation

R 127 of 255 = 50%
G 248 of 255 = 97%
B 222 of 255 = 87%

127
248
222

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

Portions of RGB colors in percentages

R + G + B =
127 + 248 + 222 = 597 (100%)
R 127 of 597 ~ 21.27%
G 248 of 597 ~ 41.54%
B 222 of 597 ~ 37.19%

%21.27
%41.54
%37.19

CMYK color model

#7FF8DE color CMYK value is (49,0,10,3).

  • cyan value is 48.79%
  • magenta value is 0.00%
  • yellow value is 10.48%
  • key color value is 2.75%
CMYK:
(49,0,10,3)
C49M0Y10K3 
(49%,0%,10%,3%)
(0.49/0.00/0.10/0.03)	

CMYK percentages

%48.79
%0
%10.48
%2.75

Codes

Color #7FF8DE in popluar color models

7FF8DE
RGB127248222
HSL167°89.63%73.53%
HSB/HSV167°48.79%97.25%
CMYK48.79%0.00%10.48%
2.75%

Color #7FF8DE in popluar number systems.

HEX7FF8DE
Decimal127248222
Binary11111111111100011011110
Octal177370336

Shades and tints

Shades of #7FF8DE

#7FF8DE
(127,248,222)
#74E2CA
(116,226,202)
#69CCB6
(105,204,182)
#5EB6A2
(94,182,162)
#53A08E
(83,160,142)
#488A7A
(72,138,122)
#3D7466
(61,116,102)
#325E52
(50,94,82)
#27483E
(39,72,62)
#1C322A
(28,50,42)
#111C16
(17,28,22)
#000000
(0,0,0)

Tints of #7FF8DE

#7FF8DE
(127,248,222)
#8AF8E1
(138,248,225)
#95F8E4
(149,248,228)
#A0F8E7
(160,248,231)
#ABF8EA
(171,248,234)
#B6F8ED
(182,248,237)
#C1F8F0
(193,248,240)
#CCF8F3
(204,248,243)
#D7F8F6
(215,248,246)
#E2F8F9
(226,248,249)
#EDF8FC
(237,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FF8DE color. Also use rgb(127,248,222) instead hex code.

Text Font Color

.myTextColor { color: #7FF8DE; }

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

This text font color is #7FF8DE.


Background Color

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

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

This div background color is #7FF8DE.


Border color

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

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

This div border color is #7FF8DE.


Opacity

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

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

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

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

This text has shadow with #7FF8DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FF8DE on black background.


Color preview on white background

This text has color #7FF8DE on white background.



Black color preview on #7FF8DE background

This text has black color on #7FF8DE background.


White color preview on #7FF8DE background

This text has white color on #7FF8DE background.