COLOR #7ED9CB

HEX: #7ED9CB
RGB: (126,217,203)

Color info

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

RGB color model

#7ED9CB color RGB value is (126,217,203).

  • red value is 126;
  • green value is 217;
  • blue value is 203.
RGB:
(126,217,203)
(49%,85%,80%)

RGB channels and saturation

R 126 of 255 = 49%
G 217 of 255 = 85%
B 203 of 255 = 80%

126
217
203

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

Portions of RGB colors in percentages

R + G + B =
126 + 217 + 203 = 546 (100%)
R 126 of 546 ~ 23.08%
G 217 of 546 ~ 39.74%
B 203 of 546 ~ 37.18%

%23.08
%39.74
%37.18

CMYK color model

#7ED9CB color CMYK value is (42,0,6,15).

  • cyan value is 41.94%
  • magenta value is 0.00%
  • yellow value is 6.45%
  • key color value is 14.90%
CMYK:
(42,0,6,15)
C42M0Y6K15 
(42%,0%,6%,15%)
(0.42/0.00/0.06/0.15)	

CMYK percentages

%41.94
%0
%6.45
%14.9

Codes

Color #7ED9CB in popluar color models

7ED9CB
RGB126217203
HSL171°54.49%67.25%
HSB/HSV171°41.94%85.10%
CMYK41.94%0.00%6.45%
14.90%

Color #7ED9CB in popluar number systems.

HEX7ED9CB
Decimal126217203
Binary11111101101100111001011
Octal176331313

Shades and tints

Shades of #7ED9CB

#7ED9CB
(126,217,203)
#73C6B9
(115,198,185)
#68B3A7
(104,179,167)
#5DA095
(93,160,149)
#528D83
(82,141,131)
#477A71
(71,122,113)
#3C675F
(60,103,95)
#31544D
(49,84,77)
#26413B
(38,65,59)
#1B2E29
(27,46,41)
#101B17
(16,27,23)
#000000
(0,0,0)

Tints of #7ED9CB

#7ED9CB
(126,217,203)
#89DCCF
(137,220,207)
#94DFD3
(148,223,211)
#9FE2D7
(159,226,215)
#AAE5DB
(170,229,219)
#B5E8DF
(181,232,223)
#C0EBE3
(192,235,227)
#CBEEE7
(203,238,231)
#D6F1EB
(214,241,235)
#E1F4EF
(225,244,239)
#ECF7F3
(236,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7ED9CB color. Also use rgb(126,217,203) instead hex code.

Text Font Color

.myTextColor { color: #7ED9CB; }

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

This text font color is #7ED9CB.


Background Color

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

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

This div background color is #7ED9CB.


Border color

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

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

This div border color is #7ED9CB.


Opacity

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

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

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

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

This text has shadow with #7ED9CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7ED9CB on black background.


Color preview on white background

This text has color #7ED9CB on white background.



Black color preview on #7ED9CB background

This text has black color on #7ED9CB background.


White color preview on #7ED9CB background

This text has white color on #7ED9CB background.