COLOR #7FE7D7

HEX: #7FE7D7
RGB: (127,231,215)

Color info

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

RGB color model

#7FE7D7 color RGB value is (127,231,215).

  • red value is 127;
  • green value is 231;
  • blue value is 215.
RGB:
(127,231,215)
(50%,91%,84%)

RGB channels and saturation

R 127 of 255 = 50%
G 231 of 255 = 91%
B 215 of 255 = 84%

127
231
215

R + G + B ~ 75%. #7FE7D7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
127 + 231 + 215 = 573 (100%)
R 127 of 573 ~ 22.16%
G 231 of 573 ~ 40.31%
B 215 of 573 ~ 37.52%

%22.16
%40.31
%37.52

CMYK color model

#7FE7D7 color CMYK value is (45,0,7,9).

  • cyan value is 45.02%
  • magenta value is 0.00%
  • yellow value is 6.93%
  • key color value is 9.41%
CMYK:
(45,0,7,9)
C45M0Y7K9 
(45%,0%,7%,9%)
(0.45/0.00/0.07/0.09)	

CMYK percentages

%45.02
%0
%6.93
%9.41

Codes

Color #7FE7D7 in popluar color models

7FE7D7
RGB127231215
HSL171°68.42%70.20%
HSB/HSV171°45.02%90.59%
CMYK45.02%0.00%6.93%
9.41%

Color #7FE7D7 in popluar number systems.

HEX7FE7D7
Decimal127231215
Binary11111111110011111010111
Octal177347327

Shades and tints

Shades of #7FE7D7

#7FE7D7
(127,231,215)
#74D2C4
(116,210,196)
#69BDB1
(105,189,177)
#5EA89E
(94,168,158)
#53938B
(83,147,139)
#487E78
(72,126,120)
#3D6965
(61,105,101)
#325452
(50,84,82)
#273F3F
(39,63,63)
#1C2A2C
(28,42,44)
#111519
(17,21,25)
#000000
(0,0,0)

Tints of #7FE7D7

#7FE7D7
(127,231,215)
#8AE9DA
(138,233,218)
#95EBDD
(149,235,221)
#A0EDE0
(160,237,224)
#ABEFE3
(171,239,227)
#B6F1E6
(182,241,230)
#C1F3E9
(193,243,233)
#CCF5EC
(204,245,236)
#D7F7EF
(215,247,239)
#E2F9F2
(226,249,242)
#EDFBF5
(237,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FE7D7 color. Also use rgb(127,231,215) instead hex code.

Text Font Color

.myTextColor { color: #7FE7D7; }

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

This text font color is #7FE7D7.


Background Color

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

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

This div background color is #7FE7D7.


Border color

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

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

This div border color is #7FE7D7.


Opacity

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

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

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

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

This text has shadow with #7FE7D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FE7D7 on black background.


Color preview on white background

This text has color #7FE7D7 on white background.



Black color preview on #7FE7D7 background

This text has black color on #7FE7D7 background.


White color preview on #7FE7D7 background

This text has white color on #7FE7D7 background.