COLOR #7CD8D4

HEX: #7CD8D4
RGB: (124,216,212)

Color info

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

RGB color model

#7CD8D4 color RGB value is (124,216,212).

  • red value is 124;
  • green value is 216;
  • blue value is 212.
RGB:
(124,216,212)
(49%,85%,83%)

RGB channels and saturation

R 124 of 255 = 49%
G 216 of 255 = 85%
B 212 of 255 = 83%

124
216
212

R + G + B ~ 72%. #7CD8D4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
124 + 216 + 212 = 552 (100%)
R 124 of 552 ~ 22.46%
G 216 of 552 ~ 39.13%
B 212 of 552 ~ 38.41%

%22.46
%39.13
%38.41

CMYK color model

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

  • cyan value is 42.59%
  • magenta value is 0.00%
  • yellow value is 1.85%
  • key color value is 15.29%
CMYK:
(43,0,2,15)
C43M0Y2K15 
(43%,0%,2%,15%)
(0.43/0.00/0.02/0.15)	

CMYK percentages

%42.59
%0
%1.85
%15.29

Codes

Color #7CD8D4 in popluar color models

7CD8D4
RGB124216212
HSL177°54.12%66.67%
HSB/HSV177°42.59%84.71%
CMYK42.59%0.00%1.85%
15.29%

Color #7CD8D4 in popluar number systems.

HEX7CD8D4
Decimal124216212
Binary11111001101100011010100
Octal174330324

Shades and tints

Shades of #7CD8D4

#7CD8D4
(124,216,212)
#71C5C1
(113,197,193)
#66B2AE
(102,178,174)
#5B9F9B
(91,159,155)
#508C88
(80,140,136)
#457975
(69,121,117)
#3A6662
(58,102,98)
#2F534F
(47,83,79)
#24403C
(36,64,60)
#192D29
(25,45,41)
#0E1A16
(14,26,22)
#000000
(0,0,0)

Tints of #7CD8D4

#7CD8D4
(124,216,212)
#87DBD7
(135,219,215)
#92DEDA
(146,222,218)
#9DE1DD
(157,225,221)
#A8E4E0
(168,228,224)
#B3E7E3
(179,231,227)
#BEEAE6
(190,234,230)
#C9EDE9
(201,237,233)
#D4F0EC
(212,240,236)
#DFF3EF
(223,243,239)
#EAF6F2
(234,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7CD8D4; }

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

This text font color is #7CD8D4.


Background Color

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

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

This div background color is #7CD8D4.


Border color

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

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

This div border color is #7CD8D4.


Opacity

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

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

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

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

This text has shadow with #7CD8D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CD8D4 on black background.


Color preview on white background

This text has color #7CD8D4 on white background.



Black color preview on #7CD8D4 background

This text has black color on #7CD8D4 background.


White color preview on #7CD8D4 background

This text has white color on #7CD8D4 background.