COLOR #7FEDB2

HEX: #7FEDB2
RGB: (127,237,178)

Color info

#7FEDB2 contains mainly green and blue colors. Web safe color of #7FEDB2 is #66FF99 (or #6F9).

RGB color model

#7FEDB2 color RGB value is (127,237,178).

  • red value is 127;
  • green value is 237;
  • blue value is 178.
RGB:
(127,237,178)
(50%,93%,70%)

RGB channels and saturation

R 127 of 255 = 50%
G 237 of 255 = 93%
B 178 of 255 = 70%

127
237
178

R + G + B ~ 71%. #7FEDB2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
127 + 237 + 178 = 542 (100%)
R 127 of 542 ~ 23.43%
G 237 of 542 ~ 43.73%
B 178 of 542 ~ 32.84%

%23.43
%43.73
%32.84

CMYK color model

#7FEDB2 color CMYK value is (46,0,25,7).

  • cyan value is 46.41%
  • magenta value is 0.00%
  • yellow value is 24.89%
  • key color value is 7.06%
CMYK:
(46,0,25,7)
C46M0Y25K7 
(46%,0%,25%,7%)
(0.46/0.00/0.25/0.07)	

CMYK percentages

%46.41
%0
%24.89
%7.06

Codes

Color #7FEDB2 in popluar color models

7FEDB2
RGB127237178
HSL148°75.34%71.37%
HSB/HSV148°46.41%92.94%
CMYK46.41%0.00%24.89%
7.06%

Color #7FEDB2 in popluar number systems.

HEX7FEDB2
Decimal127237178
Binary11111111110110110110010
Octal177355262

Shades and tints

Shades of #7FEDB2

#7FEDB2
(127,237,178)
#74D8A2
(116,216,162)
#69C392
(105,195,146)
#5EAE82
(94,174,130)
#539972
(83,153,114)
#488462
(72,132,98)
#3D6F52
(61,111,82)
#325A42
(50,90,66)
#274532
(39,69,50)
#1C3022
(28,48,34)
#111B12
(17,27,18)
#000000
(0,0,0)

Tints of #7FEDB2

#7FEDB2
(127,237,178)
#8AEEB9
(138,238,185)
#95EFC0
(149,239,192)
#A0F0C7
(160,240,199)
#ABF1CE
(171,241,206)
#B6F2D5
(182,242,213)
#C1F3DC
(193,243,220)
#CCF4E3
(204,244,227)
#D7F5EA
(215,245,234)
#E2F6F1
(226,246,241)
#EDF7F8
(237,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FEDB2 color. Also use rgb(127,237,178) instead hex code.

Text Font Color

.myTextColor { color: #7FEDB2; }

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

This text font color is #7FEDB2.


Background Color

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

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

This div background color is #7FEDB2.


Border color

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

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

This div border color is #7FEDB2.


Opacity

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

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

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

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

This text has shadow with #7FEDB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FEDB2 on black background.


Color preview on white background

This text has color #7FEDB2 on white background.



Black color preview on #7FEDB2 background

This text has black color on #7FEDB2 background.


White color preview on #7FEDB2 background

This text has white color on #7FEDB2 background.