COLOR #7EE1CA

HEX: #7EE1CA RGB: (126,225,202)

Color info

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

RGB color model

#7EE1CA color RGB value is (126,225,202).

RGB: (126,225,202) (49%, 88%, 79%)

RGB channels and saturation

R 126 of 255 = 49%
G 225 of 255 = 88%
B 202 of 255 = 79%

126
225
202

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

Portions of RGB colors in percentages

R + G + B = 126 + 225 + 202 = 553 (100%)
R 126 of 553 ~ 22.78%
G 225 of 553 ~ 40.69%
B 202 of 553 ~ 36.53'%

%22.78
%40.69
%36.53

CMYK color model

#7EE1CA color CMYK value is (44,0,10,12).

  • cyan value is 44.00%
  • magenta value is 0.00%
  • yellow value is 10.22%
  • key color value is 11.76%

CMYK: (44,0,10,12)
C44M0Y10K12 (44%, 0%, 10%, 12%)
(0.44 / 0.00 / 0.10 / 0.12)

CMYK percentages

%44
%0
%10.22
%11.76

Codes

Color #7EE1CA in popluar color models

7E E1 CA
RGB 126 225 202
HSL 166° 62.26% 68.82%
HSB/HSV 166° 44.00% 88.24%
CMYK 44.00% 0.00% 10.22%
11.76%

Color #7EE1CA in popluar number systems.

HEX 7E E1 CA
Decimal 126 225 202
Binary 1111110 11100001 11001010
Octal 176 341 312

Shades and tints

Shades of #7EE1CA

#7EE1CA
(126,225,202)
#73CDB8
(115,205,184)
#68B9A6
(104,185,166)
#5DA594
(93,165,148)
#529182
(82,145,130)
#477D70
(71,125,112)
#3C695E
(60,105,94)
#31554C
(49,85,76)
#26413A
(38,65,58)
#1B2D28
(27,45,40)
#101916
(16,25,22)
#000000
(0,0,0)

Tints of #7EE1CA

#7EE1CA
(126,225,202)
#89E3CE
(137,227,206)
#94E5D2
(148,229,210)
#9FE7D6
(159,231,214)
#AAE9DA
(170,233,218)
#B5EBDE
(181,235,222)
#C0EDE2
(192,237,226)
#CBEFE6
(203,239,230)
#D6F1EA
(214,241,234)
#E1F3EE
(225,243,238)
#ECF5F2
(236,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EE1CA color. Also use rgb(126,225,202) instead hex code.

Text Font Color

.myTextColor { color: #7EE1CA; }

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

This text font color is #7EE1CA.

Background Color

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

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

This div background color is #7EE1CA.

Border color

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

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

This div border color is #7EE1CA.

Opacity

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

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

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

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

This text has shadow with #7EE1CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7EE1CA.

Preview

Color preview on black background

This text has color #7EE1CA on black background.


Color preview on white background

This text has color #7EE1CA on white background.


Black color preview on #7EE1CA background

This text has black color on #7EE1CA background.


White color preview on #7EE1CA background

This text has white color on #7EE1CA background.


Related colors

Complementary color

Complementary color for #hex is #811E35.


I love getcolorcode.com

Triadic colors

1 #CA7EE1 and #E1CA7E with #7EE1CA are triadic colors.

2 #CAE17E and #E17ECA with #7EE1CA are triadic colors.