COLOR #7ECCC9

HEX: #7ECCC9 RGB: (126,204,201)

Color info

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

RGB color model

#7ECCC9 color RGB value is (126,204,201).

RGB: (126,204,201) (49%, 80%, 79%)

RGB channels and saturation

R 126 of 255 = 49%
G 204 of 255 = 80%
B 201 of 255 = 79%

126
204
201

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

Portions of RGB colors in percentages

R + G + B = 126 + 204 + 201 = 531 (100%)
R 126 of 531 ~ 23.73%
G 204 of 531 ~ 38.42%
B 201 of 531 ~ 37.85'%

%23.73
%38.42
%37.85

CMYK color model

#7ECCC9 color CMYK value is (38,0,1,20).

  • cyan value is 38.24%
  • magenta value is 0.00%
  • yellow value is 1.47%
  • key color value is 20.00%

CMYK: (38,0,1,20)
C38M0Y1K20 (38%, 0%, 1%, 20%)
(0.38 / 0.00 / 0.01 / 0.20)

CMYK percentages

%38.24
%0
%1.47
%20

Codes

Color #7ECCC9 in popluar color models

7E CC C9
RGB 126 204 201
HSL 178° 43.33% 64.71%
HSB/HSV 178° 38.24% 80.00%
CMYK 38.24% 0.00% 1.47%
20.00%

Color #7ECCC9 in popluar number systems.

HEX 7E CC C9
Decimal 126 204 201
Binary 1111110 11001100 11001001
Octal 176 314 311

Shades and tints

Shades of #7ECCC9

#7ECCC9
(126,204,201)
#73BAB7
(115,186,183)
#68A8A5
(104,168,165)
#5D9693
(93,150,147)
#528481
(82,132,129)
#47726F
(71,114,111)
#3C605D
(60,96,93)
#314E4B
(49,78,75)
#263C39
(38,60,57)
#1B2A27
(27,42,39)
#101815
(16,24,21)
#000000
(0,0,0)

Tints of #7ECCC9

#7ECCC9
(126,204,201)
#89D0CD
(137,208,205)
#94D4D1
(148,212,209)
#9FD8D5
(159,216,213)
#AADCD9
(170,220,217)
#B5E0DD
(181,224,221)
#C0E4E1
(192,228,225)
#CBE8E5
(203,232,229)
#D6ECE9
(214,236,233)
#E1F0ED
(225,240,237)
#ECF4F1
(236,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7ECCC9 color. Also use rgb(126,204,201) instead hex code.

Text Font Color

.myTextColor { color: #7ECCC9; }

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

This text font color is #7ECCC9.

Background Color

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

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

This div background color is #7ECCC9.

Border color

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

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

This div border color is #7ECCC9.

Opacity

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

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

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

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

This text has shadow with #7ECCC9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7ECCC9.

Preview

Color preview on black background

This text has color #7ECCC9 on black background.


Color preview on white background

This text has color #7ECCC9 on white background.


Black color preview on #7ECCC9 background

This text has black color on #7ECCC9 background.


White color preview on #7ECCC9 background

This text has white color on #7ECCC9 background.


Related colors

Complementary color

Complementary color for #hex is #813336.


I love getcolorcode.com

Triadic colors

1 #C97ECC and #CCC97E with #7ECCC9 are triadic colors.

2 #C9CC7E and #CC7EC9 with #7ECCC9 are triadic colors.