COLOR #7EFFC3

HEX: #7EFFC3
RGB: (126,255,195)

Color info

#7EFFC3 contains mainly green color. Web safe color of #7EFFC3 is #66FFCC (or #6FC).

RGB color model

#7EFFC3 color RGB value is (126,255,195).

  • red value is 126;
  • green value is 255;
  • blue value is 195.
RGB:
(126,255,195)
(49%,100%,76%)

RGB channels and saturation

R 126 of 255 = 49%
G 255 of 255 = 100%
B 195 of 255 = 76%

126
255
195

R + G + B ~ 75%. #7EFFC3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
126 + 255 + 195 = 576 (100%)
R 126 of 576 ~ 21.88%
G 255 of 576 ~ 44.27%
B 195 of 576 ~ 33.85%

%21.88
%44.27
%33.85

CMYK color model

#7EFFC3 color CMYK value is (51,0,24,0).

  • cyan value is 50.59%
  • magenta value is 0.00%
  • yellow value is 23.53%
  • key color value is 0.00%
CMYK:
(51,0,24,0)
C51M0Y24K0 
(51%,0%,24%,0%)
(0.51/0.00/0.24/0.00)	

CMYK percentages

%50.59
%0
%23.53
%0

Codes

Color #7EFFC3 in popluar color models

7EFFC3
RGB126255195
HSL152°100.00%74.71%
HSB/HSV152°50.59%100.00%
CMYK50.59%0.00%23.53%
0.00%

Color #7EFFC3 in popluar number systems.

HEX7EFFC3
Decimal126255195
Binary11111101111111111000011
Octal176377303

Shades and tints

Shades of #7EFFC3

#7EFFC3
(126,255,195)
#73E8B2
(115,232,178)
#68D1A1
(104,209,161)
#5DBA90
(93,186,144)
#52A37F
(82,163,127)
#478C6E
(71,140,110)
#3C755D
(60,117,93)
#315E4C
(49,94,76)
#26473B
(38,71,59)
#1B302A
(27,48,42)
#101919
(16,25,25)
#000000
(0,0,0)

Tints of #7EFFC3

#7EFFC3
(126,255,195)
#89FFC8
(137,255,200)
#94FFCD
(148,255,205)
#9FFFD2
(159,255,210)
#AAFFD7
(170,255,215)
#B5FFDC
(181,255,220)
#C0FFE1
(192,255,225)
#CBFFE6
(203,255,230)
#D6FFEB
(214,255,235)
#E1FFF0
(225,255,240)
#ECFFF5
(236,255,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EFFC3 color. Also use rgb(126,255,195) instead hex code.

Text Font Color

.myTextColor { color: #7EFFC3; }

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

This text font color is #7EFFC3.


Background Color

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

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

This div background color is #7EFFC3.


Border color

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

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

This div border color is #7EFFC3.


Opacity

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

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

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

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

This text has shadow with #7EFFC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EFFC3 on black background.


Color preview on white background

This text has color #7EFFC3 on white background.



Black color preview on #7EFFC3 background

This text has black color on #7EFFC3 background.


White color preview on #7EFFC3 background

This text has white color on #7EFFC3 background.