COLOR #7CD7C3

HEX: #7CD7C3
RGB: (124,215,195)

Color info

#7CD7C3 contains mainly green and blue colors. Web safe color of #7CD7C3 is #66CCCC (or #6CC).

RGB color model

#7CD7C3 color RGB value is (124,215,195).

  • red value is 124;
  • green value is 215;
  • blue value is 195.
RGB:
(124,215,195)
(49%,84%,76%)

RGB channels and saturation

R 124 of 255 = 49%
G 215 of 255 = 84%
B 195 of 255 = 76%

124
215
195

R + G + B ~ 70%. #7CD7C3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
124 + 215 + 195 = 534 (100%)
R 124 of 534 ~ 23.22%
G 215 of 534 ~ 40.26%
B 195 of 534 ~ 36.52%

%23.22
%40.26
%36.52

CMYK color model

#7CD7C3 color CMYK value is (42,0,9,16).

  • cyan value is 42.33%
  • magenta value is 0.00%
  • yellow value is 9.30%
  • key color value is 15.69%
CMYK:
(42,0,9,16)
C42M0Y9K16 
(42%,0%,9%,16%)
(0.42/0.00/0.09/0.16)	

CMYK percentages

%42.33
%0
%9.3
%15.69

Codes

Color #7CD7C3 in popluar color models

7CD7C3
RGB124215195
HSL167°53.22%66.47%
HSB/HSV167°42.33%84.31%
CMYK42.33%0.00%9.30%
15.69%

Color #7CD7C3 in popluar number systems.

HEX7CD7C3
Decimal124215195
Binary11111001101011111000011
Octal174327303

Shades and tints

Shades of #7CD7C3

#7CD7C3
(124,215,195)
#71C4B2
(113,196,178)
#66B1A1
(102,177,161)
#5B9E90
(91,158,144)
#508B7F
(80,139,127)
#45786E
(69,120,110)
#3A655D
(58,101,93)
#2F524C
(47,82,76)
#243F3B
(36,63,59)
#192C2A
(25,44,42)
#0E1919
(14,25,25)
#000000
(0,0,0)

Tints of #7CD7C3

#7CD7C3
(124,215,195)
#87DAC8
(135,218,200)
#92DDCD
(146,221,205)
#9DE0D2
(157,224,210)
#A8E3D7
(168,227,215)
#B3E6DC
(179,230,220)
#BEE9E1
(190,233,225)
#C9ECE6
(201,236,230)
#D4EFEB
(212,239,235)
#DFF2F0
(223,242,240)
#EAF5F5
(234,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CD7C3 color. Also use rgb(124,215,195) instead hex code.

Text Font Color

.myTextColor { color: #7CD7C3; }

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

This text font color is #7CD7C3.


Background Color

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

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

This div background color is #7CD7C3.


Border color

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

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

This div border color is #7CD7C3.


Opacity

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

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

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

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

This text has shadow with #7CD7C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CD7C3 on black background.


Color preview on white background

This text has color #7CD7C3 on white background.



Black color preview on #7CD7C3 background

This text has black color on #7CD7C3 background.


White color preview on #7CD7C3 background

This text has white color on #7CD7C3 background.