COLOR #7CD9C9

HEX: #7CD9C9
RGB: (124,217,201)

Color info

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

RGB color model

#7CD9C9 color RGB value is (124,217,201).

  • red value is 124;
  • green value is 217;
  • blue value is 201.
RGB:
(124,217,201)
(49%,85%,79%)

RGB channels and saturation

R 124 of 255 = 49%
G 217 of 255 = 85%
B 201 of 255 = 79%

124
217
201

R + G + B ~ 71%. #7CD9C9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
124 + 217 + 201 = 542 (100%)
R 124 of 542 ~ 22.88%
G 217 of 542 ~ 40.04%
B 201 of 542 ~ 37.08%

%22.88
%40.04
%37.08

CMYK color model

#7CD9C9 color CMYK value is (43,0,7,15).

  • cyan value is 42.86%
  • magenta value is 0.00%
  • yellow value is 7.37%
  • key color value is 14.90%
CMYK:
(43,0,7,15)
C43M0Y7K15 
(43%,0%,7%,15%)
(0.43/0.00/0.07/0.15)	

CMYK percentages

%42.86
%0
%7.37
%14.9

Codes

Color #7CD9C9 in popluar color models

7CD9C9
RGB124217201
HSL170°55.03%66.86%
HSB/HSV170°42.86%85.10%
CMYK42.86%0.00%7.37%
14.90%

Color #7CD9C9 in popluar number systems.

HEX7CD9C9
Decimal124217201
Binary11111001101100111001001
Octal174331311

Shades and tints

Shades of #7CD9C9

#7CD9C9
(124,217,201)
#71C6B7
(113,198,183)
#66B3A5
(102,179,165)
#5BA093
(91,160,147)
#508D81
(80,141,129)
#457A6F
(69,122,111)
#3A675D
(58,103,93)
#2F544B
(47,84,75)
#244139
(36,65,57)
#192E27
(25,46,39)
#0E1B15
(14,27,21)
#000000
(0,0,0)

Tints of #7CD9C9

#7CD9C9
(124,217,201)
#87DCCD
(135,220,205)
#92DFD1
(146,223,209)
#9DE2D5
(157,226,213)
#A8E5D9
(168,229,217)
#B3E8DD
(179,232,221)
#BEEBE1
(190,235,225)
#C9EEE5
(201,238,229)
#D4F1E9
(212,241,233)
#DFF4ED
(223,244,237)
#EAF7F1
(234,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CD9C9 color. Also use rgb(124,217,201) instead hex code.

Text Font Color

.myTextColor { color: #7CD9C9; }

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

This text font color is #7CD9C9.


Background Color

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

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

This div background color is #7CD9C9.


Border color

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

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

This div border color is #7CD9C9.


Opacity

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

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

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

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

This text has shadow with #7CD9C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CD9C9 on black background.


Color preview on white background

This text has color #7CD9C9 on white background.



Black color preview on #7CD9C9 background

This text has black color on #7CD9C9 background.


White color preview on #7CD9C9 background

This text has white color on #7CD9C9 background.