COLOR #7CDB7E

HEX: #7CDB7E
RGB: (124,219,126)

Color info

#7CDB7E contains mainly green color. Web safe color of #7CDB7E is #66CC66 (or #6C6).

RGB color model

#7CDB7E color RGB value is (124,219,126).

  • red value is 124;
  • green value is 219;
  • blue value is 126.
RGB:
(124,219,126)
(49%,86%,49%)

RGB channels and saturation

R 124 of 255 = 49%
G 219 of 255 = 86%
B 126 of 255 = 49%

124
219
126

R + G + B ~ 61%. #7CDB7E is quite light color.

Portions of RGB colors in percentages

R + G + B =
124 + 219 + 126 = 469 (100%)
R 124 of 469 ~ 26.44%
G 219 of 469 ~ 46.7%
B 126 of 469 ~ 26.87%

%26.44
%46.7
%26.87

CMYK color model

#7CDB7E color CMYK value is (43,0,42,14).

  • cyan value is 43.38%
  • magenta value is 0.00%
  • yellow value is 42.47%
  • key color value is 14.12%
CMYK:
(43,0,42,14)
C43M0Y42K14 
(43%,0%,42%,14%)
(0.43/0.00/0.42/0.14)	

CMYK percentages

%43.38
%0
%42.47
%14.12

Codes

Color #7CDB7E in popluar color models

7CDB7E
RGB124219126
HSL121°56.89%67.25%
HSB/HSV121°43.38%85.88%
CMYK43.38%0.00%42.47%
14.12%

Color #7CDB7E in popluar number systems.

HEX7CDB7E
Decimal124219126
Binary1111100110110111111110
Octal174333176

Shades and tints

Shades of #7CDB7E

#7CDB7E
(124,219,126)
#71C873
(113,200,115)
#66B568
(102,181,104)
#5BA25D
(91,162,93)
#508F52
(80,143,82)
#457C47
(69,124,71)
#3A693C
(58,105,60)
#2F5631
(47,86,49)
#244326
(36,67,38)
#19301B
(25,48,27)
#0E1D10
(14,29,16)
#000000
(0,0,0)

Tints of #7CDB7E

#7CDB7E
(124,219,126)
#87DE89
(135,222,137)
#92E194
(146,225,148)
#9DE49F
(157,228,159)
#A8E7AA
(168,231,170)
#B3EAB5
(179,234,181)
#BEEDC0
(190,237,192)
#C9F0CB
(201,240,203)
#D4F3D6
(212,243,214)
#DFF6E1
(223,246,225)
#EAF9EC
(234,249,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CDB7E color. Also use rgb(124,219,126) instead hex code.

Text Font Color

.myTextColor { color: #7CDB7E; }

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

This text font color is #7CDB7E.


Background Color

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

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

This div background color is #7CDB7E.


Border color

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

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

This div border color is #7CDB7E.


Opacity

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

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

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

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

This text has shadow with #7CDB7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CDB7E on black background.


Color preview on white background

This text has color #7CDB7E on white background.



Black color preview on #7CDB7E background

This text has black color on #7CDB7E background.


White color preview on #7CDB7E background

This text has white color on #7CDB7E background.