COLOR #7EF0B3

HEX: #7EF0B3 RGB: (126,240,179)

Color info

#7EF0B3 contains mainly green color. Web safe color of #7EF0B3 is #66FF99 (or #6F9).

RGB color model

#7EF0B3 color RGB value is (126,240,179).

RGB: (126,240,179) (49%, 94%, 70%)

RGB channels and saturation

R 126 of 255 = 49%
G 240 of 255 = 94%
B 179 of 255 = 70%

126
240
179

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

Portions of RGB colors in percentages

R + G + B = 126 + 240 + 179 = 545 (100%)
R 126 of 545 ~ 23.12%
G 240 of 545 ~ 44.04%
B 179 of 545 ~ 32.84'%

%23.12
%44.04
%32.84

CMYK color model

#7EF0B3 color CMYK value is (48,0,25,6).

  • cyan value is 47.50%
  • magenta value is 0.00%
  • yellow value is 25.42%
  • key color value is 5.88%

CMYK: (48,0,25,6)
C48M0Y25K6 (48%, 0%, 25%, 6%)
(0.48 / 0.00 / 0.25 / 0.06)

CMYK percentages

%47.5
%0
%25.42
%5.88

Codes

Color #7EF0B3 in popluar color models

7E F0 B3
RGB 126 240 179
HSL 148° 79.17% 71.76%
HSB/HSV 148° 47.50% 94.12%
CMYK 47.50% 0.00% 25.42%
5.88%

Color #7EF0B3 in popluar number systems.

HEX 7E F0 B3
Decimal 126 240 179
Binary 1111110 11110000 10110011
Octal 176 360 263

Shades and tints

Shades of #7EF0B3

#7EF0B3
(126,240,179)
#73DBA3
(115,219,163)
#68C693
(104,198,147)
#5DB183
(93,177,131)
#529C73
(82,156,115)
#478763
(71,135,99)
#3C7253
(60,114,83)
#315D43
(49,93,67)
#264833
(38,72,51)
#1B3323
(27,51,35)
#101E13
(16,30,19)
#000000
(0,0,0)

Tints of #7EF0B3

#7EF0B3
(126,240,179)
#89F1B9
(137,241,185)
#94F2BF
(148,242,191)
#9FF3C5
(159,243,197)
#AAF4CB
(170,244,203)
#B5F5D1
(181,245,209)
#C0F6D7
(192,246,215)
#CBF7DD
(203,247,221)
#D6F8E3
(214,248,227)
#E1F9E9
(225,249,233)
#ECFAEF
(236,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EF0B3 color. Also use rgb(126,240,179) instead hex code.

Text Font Color

.myTextColor { color: #7EF0B3; }

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

This text font color is #7EF0B3.

Background Color

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

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

This div background color is #7EF0B3.

Border color

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

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

This div border color is #7EF0B3.

Opacity

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

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

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

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

This text has shadow with #7EF0B3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7EF0B3.

Preview

Color preview on black background

This text has color #7EF0B3 on black background.


Color preview on white background

This text has color #7EF0B3 on white background.


Black color preview on #7EF0B3 background

This text has black color on #7EF0B3 background.


White color preview on #7EF0B3 background

This text has white color on #7EF0B3 background.


Related colors

Complementary color

Complementary color for #hex is #810F4C.


I love getcolorcode.com

Triadic colors

1 #B37EF0 and #F0B37E with #7EF0B3 are triadic colors.

2 #B3F07E and #F07EB3 with #7EF0B3 are triadic colors.