COLOR #7FFDD0

HEX: #7FFDD0
RGB: (127,253,208)

Color info

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

RGB color model

#7FFDD0 color RGB value is (127,253,208).

  • red value is 127;
  • green value is 253;
  • blue value is 208.
RGB:
(127,253,208)
(50%,99%,82%)

RGB channels and saturation

R 127 of 255 = 50%
G 253 of 255 = 99%
B 208 of 255 = 82%

127
253
208

R + G + B ~ 77%. #7FFDD0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
127 + 253 + 208 = 588 (100%)
R 127 of 588 ~ 21.6%
G 253 of 588 ~ 43.03%
B 208 of 588 ~ 35.37%

%21.6
%43.03
%35.37

CMYK color model

#7FFDD0 color CMYK value is (50,0,18,1).

  • cyan value is 49.80%
  • magenta value is 0.00%
  • yellow value is 17.79%
  • key color value is 0.78%
CMYK:
(50,0,18,1)
C50M0Y18K1 
(50%,0%,18%,1%)
(0.50/0.00/0.18/0.01)	

CMYK percentages

%49.8
%0
%17.79
%0.78

Codes

Color #7FFDD0 in popluar color models

7FFDD0
RGB127253208
HSL159°96.92%74.51%
HSB/HSV159°49.80%99.22%
CMYK49.80%0.00%17.79%
0.78%

Color #7FFDD0 in popluar number systems.

HEX7FFDD0
Decimal127253208
Binary11111111111110111010000
Octal177375320

Shades and tints

Shades of #7FFDD0

#7FFDD0
(127,253,208)
#74E6BE
(116,230,190)
#69CFAC
(105,207,172)
#5EB89A
(94,184,154)
#53A188
(83,161,136)
#488A76
(72,138,118)
#3D7364
(61,115,100)
#325C52
(50,92,82)
#274540
(39,69,64)
#1C2E2E
(28,46,46)
#11171C
(17,23,28)
#000000
(0,0,0)

Tints of #7FFDD0

#7FFDD0
(127,253,208)
#8AFDD4
(138,253,212)
#95FDD8
(149,253,216)
#A0FDDC
(160,253,220)
#ABFDE0
(171,253,224)
#B6FDE4
(182,253,228)
#C1FDE8
(193,253,232)
#CCFDEC
(204,253,236)
#D7FDF0
(215,253,240)
#E2FDF4
(226,253,244)
#EDFDF8
(237,253,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FFDD0 color. Also use rgb(127,253,208) instead hex code.

Text Font Color

.myTextColor { color: #7FFDD0; }

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

This text font color is #7FFDD0.


Background Color

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

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

This div background color is #7FFDD0.


Border color

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

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

This div border color is #7FFDD0.


Opacity

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

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

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

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

This text has shadow with #7FFDD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FFDD0 on black background.


Color preview on white background

This text has color #7FFDD0 on white background.



Black color preview on #7FFDD0 background

This text has black color on #7FFDD0 background.


White color preview on #7FFDD0 background

This text has white color on #7FFDD0 background.