COLOR #7CD4AD

HEX: #7CD4AD RGB: (124,212,173)

Color info

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

RGB color model

#7CD4AD color RGB value is (124,212,173).

RGB: (124,212,173) (49%, 83%, 68%)

RGB channels and saturation

R 124 of 255 = 49%
G 212 of 255 = 83%
B 173 of 255 = 68%

124
212
173

R + G + B ~ 67%. #7CD4AD is quite light color.

Portions of RGB colors in percentages

R + G + B = 124 + 212 + 173 = 509 (100%)
R 124 of 509 ~ 24.36%
G 212 of 509 ~ 41.65%
B 173 of 509 ~ 33.99'%

%24.36
%41.65
%33.99

CMYK color model

#7CD4AD color CMYK value is (42,0,18,17).

  • cyan value is 41.51%
  • magenta value is 0.00%
  • yellow value is 18.40%
  • key color value is 16.86%
CMYK: (42,0,18,17) C42M0Y18K17 (42%,0%,18%,17%) (0.42/0.00/0.18/0.17) 

CMYK percentages

%41.51
%0
%18.4
%16.86

Codes

Color #7CD4AD in popluar color models

7C D4 AD
RGB 124 212 173
HSL 153° 50.57% 65.88%
HSB/HSV 153° 41.51% 83.14%
CMYK 41.51% 0.00% 18.40%
16.86%

Color #7CD4AD in popluar number systems.

HEX 7C D4 AD
Decimal 124 212 173
Binary 1111100 11010100 10101101
Octal 174 324 255

Shades and tints

Shades of #7CD4AD

#7CD4AD
(124,212,173)
#71C19E
(113,193,158)
#66AE8F
(102,174,143)
#5B9B80
(91,155,128)
#508871
(80,136,113)
#457562
(69,117,98)
#3A6253
(58,98,83)
#2F4F44
(47,79,68)
#243C35
(36,60,53)
#192926
(25,41,38)
#0E1617
(14,22,23)
#000000
(0,0,0)

Tints of #7CD4AD

#7CD4AD
(124,212,173)
#87D7B4
(135,215,180)
#92DABB
(146,218,187)
#9DDDC2
(157,221,194)
#A8E0C9
(168,224,201)
#B3E3D0
(179,227,208)
#BEE6D7
(190,230,215)
#C9E9DE
(201,233,222)
#D4ECE5
(212,236,229)
#DFEFEC
(223,239,236)
#EAF2F3
(234,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CD4AD color. Also use rgb(124,212,173) instead hex code.

Text Font Color

.myTextColor { color: #7CD4AD; }

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

This text font color is #7CD4AD.

Background Color

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

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

This div background color is #7CD4AD.

Border color

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

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

This div border color is #7CD4AD.

Opacity

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

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

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

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

This text has shadow with #7CD4AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7CD4AD.

Preview

Color preview on black background

This text has color #7CD4AD on black background.


Color preview on white background

This text has color #7CD4AD on white background.


Black color preview on #7CD4AD background

This text has black color on #7CD4AD background.


White color preview on #7CD4AD background

This text has white color on #7CD4AD background.


Related colors

Complementary color

Complementary color for #hex is #832B52.


I love getcolorcode.com

Triadic colors

1 #AD7CD4 and #D4AD7C with #7CD4AD are triadic colors.

2 #ADD47C and #D47CAD with #7CD4AD are triadic colors.