COLOR #7CC69E

HEX: #7CC69E
RGB: (124,198,158)

Color info

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

RGB color model

#7CC69E color RGB value is (124,198,158).

  • red value is 124;
  • green value is 198;
  • blue value is 158.
RGB:
(124,198,158)
(49%,78%,62%)

RGB channels and saturation

R 124 of 255 = 49%
G 198 of 255 = 78%
B 158 of 255 = 62%

124
198
158

R + G + B ~ 63%. #7CC69E is quite light color.

Portions of RGB colors in percentages

R + G + B =
124 + 198 + 158 = 480 (100%)
R 124 of 480 ~ 25.83%
G 198 of 480 ~ 41.25%
B 158 of 480 ~ 32.92%

%25.83
%41.25
%32.92

CMYK color model

#7CC69E color CMYK value is (37,0,20,22).

  • cyan value is 37.37%
  • magenta value is 0.00%
  • yellow value is 20.20%
  • key color value is 22.35%
CMYK:
(37,0,20,22)
C37M0Y20K22 
(37%,0%,20%,22%)
(0.37/0.00/0.20/0.22)	

CMYK percentages

%37.37
%0
%20.2
%22.35

Codes

Color #7CC69E in popluar color models

7CC69E
RGB124198158
HSL148°39.36%63.14%
HSB/HSV148°37.37%77.65%
CMYK37.37%0.00%20.20%
22.35%

Color #7CC69E in popluar number systems.

HEX7CC69E
Decimal124198158
Binary11111001100011010011110
Octal174306236

Shades and tints

Shades of #7CC69E

#7CC69E
(124,198,158)
#71B490
(113,180,144)
#66A282
(102,162,130)
#5B9074
(91,144,116)
#507E66
(80,126,102)
#456C58
(69,108,88)
#3A5A4A
(58,90,74)
#2F483C
(47,72,60)
#24362E
(36,54,46)
#192420
(25,36,32)
#0E1212
(14,18,18)
#000000
(0,0,0)

Tints of #7CC69E

#7CC69E
(124,198,158)
#87CBA6
(135,203,166)
#92D0AE
(146,208,174)
#9DD5B6
(157,213,182)
#A8DABE
(168,218,190)
#B3DFC6
(179,223,198)
#BEE4CE
(190,228,206)
#C9E9D6
(201,233,214)
#D4EEDE
(212,238,222)
#DFF3E6
(223,243,230)
#EAF8EE
(234,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CC69E color. Also use rgb(124,198,158) instead hex code.

Text Font Color

.myTextColor { color: #7CC69E; }

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

This text font color is #7CC69E.


Background Color

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

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

This div background color is #7CC69E.


Border color

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

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

This div border color is #7CC69E.


Opacity

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

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

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

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

This text has shadow with #7CC69E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CC69E on black background.


Color preview on white background

This text has color #7CC69E on white background.



Black color preview on #7CC69E background

This text has black color on #7CC69E background.


White color preview on #7CC69E background

This text has white color on #7CC69E background.