COLOR #7CD4BF

HEX: #7CD4BF
RGB: (124,212,191)

Color info

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

RGB color model

#7CD4BF color RGB value is (124,212,191).

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

RGB channels and saturation

R 124 of 255 = 49%
G 212 of 255 = 83%
B 191 of 255 = 75%

124
212
191

R + G + B ~ 69%. #7CD4BF is quite light color.

Portions of RGB colors in percentages

R + G + B =
124 + 212 + 191 = 527 (100%)
R 124 of 527 ~ 23.53%
G 212 of 527 ~ 40.23%
B 191 of 527 ~ 36.24%

%23.53
%40.23
%36.24

CMYK color model

#7CD4BF color CMYK value is (42,0,10,17).

  • cyan value is 41.51%
  • magenta value is 0.00%
  • yellow value is 9.91%
  • key color value is 16.86%
CMYK:
(42,0,10,17)
C42M0Y10K17 
(42%,0%,10%,17%)
(0.42/0.00/0.10/0.17)	

CMYK percentages

%41.51
%0
%9.91
%16.86

Codes

Color #7CD4BF in popluar color models

7CD4BF
RGB124212191
HSL166°50.57%65.88%
HSB/HSV166°41.51%83.14%
CMYK41.51%0.00%9.91%
16.86%

Color #7CD4BF in popluar number systems.

HEX7CD4BF
Decimal124212191
Binary11111001101010010111111
Octal174324277

Shades and tints

Shades of #7CD4BF

#7CD4BF
(124,212,191)
#71C1AE
(113,193,174)
#66AE9D
(102,174,157)
#5B9B8C
(91,155,140)
#50887B
(80,136,123)
#45756A
(69,117,106)
#3A6259
(58,98,89)
#2F4F48
(47,79,72)
#243C37
(36,60,55)
#192926
(25,41,38)
#0E1615
(14,22,21)
#000000
(0,0,0)

Tints of #7CD4BF

#7CD4BF
(124,212,191)
#87D7C4
(135,215,196)
#92DAC9
(146,218,201)
#9DDDCE
(157,221,206)
#A8E0D3
(168,224,211)
#B3E3D8
(179,227,216)
#BEE6DD
(190,230,221)
#C9E9E2
(201,233,226)
#D4ECE7
(212,236,231)
#DFEFEC
(223,239,236)
#EAF2F1
(234,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7CD4BF; }

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

This text font color is #7CD4BF.


Background Color

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

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

This div background color is #7CD4BF.


Border color

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

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

This div border color is #7CD4BF.


Opacity

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

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

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

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

This text has shadow with #7CD4BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CD4BF on black background.


Color preview on white background

This text has color #7CD4BF on white background.



Black color preview on #7CD4BF background

This text has black color on #7CD4BF background.


White color preview on #7CD4BF background

This text has white color on #7CD4BF background.