COLOR #7FE9B1

HEX: #7FE9B1
RGB: (127,233,177)

Color info

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

RGB color model

#7FE9B1 color RGB value is (127,233,177).

  • red value is 127;
  • green value is 233;
  • blue value is 177.
RGB:
(127,233,177)
(50%,91%,69%)

RGB channels and saturation

R 127 of 255 = 50%
G 233 of 255 = 91%
B 177 of 255 = 69%

127
233
177

R + G + B ~ 70%. #7FE9B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
127 + 233 + 177 = 537 (100%)
R 127 of 537 ~ 23.65%
G 233 of 537 ~ 43.39%
B 177 of 537 ~ 32.96%

%23.65
%43.39
%32.96

CMYK color model

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

  • cyan value is 45.49%
  • magenta value is 0.00%
  • yellow value is 24.03%
  • key color value is 8.63%
CMYK:
(45,0,24,9)
C45M0Y24K9 
(45%,0%,24%,9%)
(0.45/0.00/0.24/0.09)	

CMYK percentages

%45.49
%0
%24.03
%8.63

Codes

Color #7FE9B1 in popluar color models

7FE9B1
RGB127233177
HSL148°70.67%70.59%
HSB/HSV148°45.49%91.37%
CMYK45.49%0.00%24.03%
8.63%

Color #7FE9B1 in popluar number systems.

HEX7FE9B1
Decimal127233177
Binary11111111110100110110001
Octal177351261

Shades and tints

Shades of #7FE9B1

#7FE9B1
(127,233,177)
#74D4A1
(116,212,161)
#69BF91
(105,191,145)
#5EAA81
(94,170,129)
#539571
(83,149,113)
#488061
(72,128,97)
#3D6B51
(61,107,81)
#325641
(50,86,65)
#274131
(39,65,49)
#1C2C21
(28,44,33)
#111711
(17,23,17)
#000000
(0,0,0)

Tints of #7FE9B1

#7FE9B1
(127,233,177)
#8AEBB8
(138,235,184)
#95EDBF
(149,237,191)
#A0EFC6
(160,239,198)
#ABF1CD
(171,241,205)
#B6F3D4
(182,243,212)
#C1F5DB
(193,245,219)
#CCF7E2
(204,247,226)
#D7F9E9
(215,249,233)
#E2FBF0
(226,251,240)
#EDFDF7
(237,253,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FE9B1 color. Also use rgb(127,233,177) instead hex code.

Text Font Color

.myTextColor { color: #7FE9B1; }

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

This text font color is #7FE9B1.


Background Color

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

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

This div background color is #7FE9B1.


Border color

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

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

This div border color is #7FE9B1.


Opacity

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

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

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

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

This text has shadow with #7FE9B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FE9B1 on black background.


Color preview on white background

This text has color #7FE9B1 on white background.



Black color preview on #7FE9B1 background

This text has black color on #7FE9B1 background.


White color preview on #7FE9B1 background

This text has white color on #7FE9B1 background.