COLOR #7CD29E

HEX: #7CD29E
RGB: (124,210,158)

Color info

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

RGB color model

#7CD29E color RGB value is (124,210,158).

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

RGB channels and saturation

R 124 of 255 = 49%
G 210 of 255 = 82%
B 158 of 255 = 62%

124
210
158

R + G + B ~ 64%. #7CD29E is quite light color.

Portions of RGB colors in percentages

R + G + B =
124 + 210 + 158 = 492 (100%)
R 124 of 492 ~ 25.2%
G 210 of 492 ~ 42.68%
B 158 of 492 ~ 32.11%

%25.2
%42.68
%32.11

CMYK color model

#7CD29E color CMYK value is (41,0,25,18).

  • cyan value is 40.95%
  • magenta value is 0.00%
  • yellow value is 24.76%
  • key color value is 17.65%
CMYK:
(41,0,25,18)
C41M0Y25K18 
(41%,0%,25%,18%)
(0.41/0.00/0.25/0.18)	

CMYK percentages

%40.95
%0
%24.76
%17.65

Codes

Color #7CD29E in popluar color models

7CD29E
RGB124210158
HSL144°48.86%65.49%
HSB/HSV144°40.95%82.35%
CMYK40.95%0.00%24.76%
17.65%

Color #7CD29E in popluar number systems.

HEX7CD29E
Decimal124210158
Binary11111001101001010011110
Octal174322236

Shades and tints

Shades of #7CD29E

#7CD29E
(124,210,158)
#71BF90
(113,191,144)
#66AC82
(102,172,130)
#5B9974
(91,153,116)
#508666
(80,134,102)
#457358
(69,115,88)
#3A604A
(58,96,74)
#2F4D3C
(47,77,60)
#243A2E
(36,58,46)
#192720
(25,39,32)
#0E1412
(14,20,18)
#000000
(0,0,0)

Tints of #7CD29E

#7CD29E
(124,210,158)
#87D6A6
(135,214,166)
#92DAAE
(146,218,174)
#9DDEB6
(157,222,182)
#A8E2BE
(168,226,190)
#B3E6C6
(179,230,198)
#BEEACE
(190,234,206)
#C9EED6
(201,238,214)
#D4F2DE
(212,242,222)
#DFF6E6
(223,246,230)
#EAFAEE
(234,250,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7CD29E; }

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

This text font color is #7CD29E.


Background Color

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

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

This div background color is #7CD29E.


Border color

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

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

This div border color is #7CD29E.


Opacity

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

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

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

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

This text has shadow with #7CD29E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CD29E on black background.


Color preview on white background

This text has color #7CD29E on white background.



Black color preview on #7CD29E background

This text has black color on #7CD29E background.


White color preview on #7CD29E background

This text has white color on #7CD29E background.