COLOR #7FE2B3

HEX: #7FE2B3
RGB: (127,226,179)

Color info

#7FE2B3 contains mainly green and blue colors. Web safe color of #7FE2B3 is #66CC99 (or #6C9).

RGB color model

#7FE2B3 color RGB value is (127,226,179).

  • red value is 127;
  • green value is 226;
  • blue value is 179.
RGB:
(127,226,179)
(50%,89%,70%)

RGB channels and saturation

R 127 of 255 = 50%
G 226 of 255 = 89%
B 179 of 255 = 70%

127
226
179

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

Portions of RGB colors in percentages

R + G + B =
127 + 226 + 179 = 532 (100%)
R 127 of 532 ~ 23.87%
G 226 of 532 ~ 42.48%
B 179 of 532 ~ 33.65%

%23.87
%42.48
%33.65

CMYK color model

#7FE2B3 color CMYK value is (44,0,21,11).

  • cyan value is 43.81%
  • magenta value is 0.00%
  • yellow value is 20.80%
  • key color value is 11.37%
CMYK:
(44,0,21,11)
C44M0Y21K11 
(44%,0%,21%,11%)
(0.44/0.00/0.21/0.11)	

CMYK percentages

%43.81
%0
%20.8
%11.37

Codes

Color #7FE2B3 in popluar color models

7FE2B3
RGB127226179
HSL152°63.06%69.22%
HSB/HSV152°43.81%88.63%
CMYK43.81%0.00%20.80%
11.37%

Color #7FE2B3 in popluar number systems.

HEX7FE2B3
Decimal127226179
Binary11111111110001010110011
Octal177342263

Shades and tints

Shades of #7FE2B3

#7FE2B3
(127,226,179)
#74CEA3
(116,206,163)
#69BA93
(105,186,147)
#5EA683
(94,166,131)
#539273
(83,146,115)
#487E63
(72,126,99)
#3D6A53
(61,106,83)
#325643
(50,86,67)
#274233
(39,66,51)
#1C2E23
(28,46,35)
#111A13
(17,26,19)
#000000
(0,0,0)

Tints of #7FE2B3

#7FE2B3
(127,226,179)
#8AE4B9
(138,228,185)
#95E6BF
(149,230,191)
#A0E8C5
(160,232,197)
#ABEACB
(171,234,203)
#B6ECD1
(182,236,209)
#C1EED7
(193,238,215)
#CCF0DD
(204,240,221)
#D7F2E3
(215,242,227)
#E2F4E9
(226,244,233)
#EDF6EF
(237,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FE2B3 color. Also use rgb(127,226,179) instead hex code.

Text Font Color

.myTextColor { color: #7FE2B3; }

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

This text font color is #7FE2B3.


Background Color

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

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

This div background color is #7FE2B3.


Border color

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

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

This div border color is #7FE2B3.


Opacity

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

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

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

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

This text has shadow with #7FE2B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FE2B3 on black background.


Color preview on white background

This text has color #7FE2B3 on white background.



Black color preview on #7FE2B3 background

This text has black color on #7FE2B3 background.


White color preview on #7FE2B3 background

This text has white color on #7FE2B3 background.