COLOR #7CF9B4

HEX: #7CF9B4
RGB: (124,249,180)

Color info

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

RGB color model

#7CF9B4 color RGB value is (124,249,180).

  • red value is 124;
  • green value is 249;
  • blue value is 180.
RGB:
(124,249,180)
(49%,98%,71%)

RGB channels and saturation

R 124 of 255 = 49%
G 249 of 255 = 98%
B 180 of 255 = 71%

124
249
180

R + G + B ~ 73%. #7CF9B4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
124 + 249 + 180 = 553 (100%)
R 124 of 553 ~ 22.42%
G 249 of 553 ~ 45.03%
B 180 of 553 ~ 32.55%

%22.42
%45.03
%32.55

CMYK color model

#7CF9B4 color CMYK value is (50,0,28,2).

  • cyan value is 50.20%
  • magenta value is 0.00%
  • yellow value is 27.71%
  • key color value is 2.35%
CMYK:
(50,0,28,2)
C50M0Y28K2 
(50%,0%,28%,2%)
(0.50/0.00/0.28/0.02)	

CMYK percentages

%50.2
%0
%27.71
%2.35

Codes

Color #7CF9B4 in popluar color models

7CF9B4
RGB124249180
HSL147°91.24%73.14%
HSB/HSV147°50.20%97.65%
CMYK50.20%0.00%27.71%
2.35%

Color #7CF9B4 in popluar number systems.

HEX7CF9B4
Decimal124249180
Binary11111001111100110110100
Octal174371264

Shades and tints

Shades of #7CF9B4

#7CF9B4
(124,249,180)
#71E3A4
(113,227,164)
#66CD94
(102,205,148)
#5BB784
(91,183,132)
#50A174
(80,161,116)
#458B64
(69,139,100)
#3A7554
(58,117,84)
#2F5F44
(47,95,68)
#244934
(36,73,52)
#193324
(25,51,36)
#0E1D14
(14,29,20)
#000000
(0,0,0)

Tints of #7CF9B4

#7CF9B4
(124,249,180)
#87F9BA
(135,249,186)
#92F9C0
(146,249,192)
#9DF9C6
(157,249,198)
#A8F9CC
(168,249,204)
#B3F9D2
(179,249,210)
#BEF9D8
(190,249,216)
#C9F9DE
(201,249,222)
#D4F9E4
(212,249,228)
#DFF9EA
(223,249,234)
#EAF9F0
(234,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CF9B4 color. Also use rgb(124,249,180) instead hex code.

Text Font Color

.myTextColor { color: #7CF9B4; }

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

This text font color is #7CF9B4.


Background Color

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

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

This div background color is #7CF9B4.


Border color

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

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

This div border color is #7CF9B4.


Opacity

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

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

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

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

This text has shadow with #7CF9B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CF9B4 on black background.


Color preview on white background

This text has color #7CF9B4 on white background.



Black color preview on #7CF9B4 background

This text has black color on #7CF9B4 background.


White color preview on #7CF9B4 background

This text has white color on #7CF9B4 background.