COLOR #7CDF9D

HEX: #7CDF9D
RGB: (124,223,157)

Color info

#7CDF9D contains mainly green color. Web safe color of #7CDF9D is #66CC99 (or #6C9).

RGB color model

#7CDF9D color RGB value is (124,223,157).

  • red value is 124;
  • green value is 223;
  • blue value is 157.
RGB:
(124,223,157)
(49%,87%,62%)

RGB channels and saturation

R 124 of 255 = 49%
G 223 of 255 = 87%
B 157 of 255 = 62%

124
223
157

R + G + B ~ 66%. #7CDF9D is quite light color.

Portions of RGB colors in percentages

R + G + B =
124 + 223 + 157 = 504 (100%)
R 124 of 504 ~ 24.6%
G 223 of 504 ~ 44.25%
B 157 of 504 ~ 31.15%

%24.6
%44.25
%31.15

CMYK color model

#7CDF9D color CMYK value is (44,0,30,13).

  • cyan value is 44.39%
  • magenta value is 0.00%
  • yellow value is 29.60%
  • key color value is 12.55%
CMYK:
(44,0,30,13)
C44M0Y30K13 
(44%,0%,30%,13%)
(0.44/0.00/0.30/0.13)	

CMYK percentages

%44.39
%0
%29.6
%12.55

Codes

Color #7CDF9D in popluar color models

7CDF9D
RGB124223157
HSL140°60.74%68.04%
HSB/HSV140°44.39%87.45%
CMYK44.39%0.00%29.60%
12.55%

Color #7CDF9D in popluar number systems.

HEX7CDF9D
Decimal124223157
Binary11111001101111110011101
Octal174337235

Shades and tints

Shades of #7CDF9D

#7CDF9D
(124,223,157)
#71CB8F
(113,203,143)
#66B781
(102,183,129)
#5BA373
(91,163,115)
#508F65
(80,143,101)
#457B57
(69,123,87)
#3A6749
(58,103,73)
#2F533B
(47,83,59)
#243F2D
(36,63,45)
#192B1F
(25,43,31)
#0E1711
(14,23,17)
#000000
(0,0,0)

Tints of #7CDF9D

#7CDF9D
(124,223,157)
#87E1A5
(135,225,165)
#92E3AD
(146,227,173)
#9DE5B5
(157,229,181)
#A8E7BD
(168,231,189)
#B3E9C5
(179,233,197)
#BEEBCD
(190,235,205)
#C9EDD5
(201,237,213)
#D4EFDD
(212,239,221)
#DFF1E5
(223,241,229)
#EAF3ED
(234,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CDF9D color. Also use rgb(124,223,157) instead hex code.

Text Font Color

.myTextColor { color: #7CDF9D; }

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

This text font color is #7CDF9D.


Background Color

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

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

This div background color is #7CDF9D.


Border color

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

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

This div border color is #7CDF9D.


Opacity

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

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

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

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

This text has shadow with #7CDF9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CDF9D on black background.


Color preview on white background

This text has color #7CDF9D on white background.



Black color preview on #7CDF9D background

This text has black color on #7CDF9D background.


White color preview on #7CDF9D background

This text has white color on #7CDF9D background.