COLOR #7EEBDE

HEX: #7EEBDE
RGB: (126,235,222)

Color info

#7EEBDE contains mainly green and blue colors. Web safe color of #7EEBDE is #66FFCC (or #6FC).

RGB color model

#7EEBDE color RGB value is (126,235,222).

  • red value is 126;
  • green value is 235;
  • blue value is 222.
RGB:
(126,235,222)
(49%,92%,87%)

RGB channels and saturation

R 126 of 255 = 49%
G 235 of 255 = 92%
B 222 of 255 = 87%

126
235
222

R + G + B ~ 76%. #7EEBDE is quite light color.

Portions of RGB colors in percentages

R + G + B =
126 + 235 + 222 = 583 (100%)
R 126 of 583 ~ 21.61%
G 235 of 583 ~ 40.31%
B 222 of 583 ~ 38.08%

%21.61
%40.31
%38.08

CMYK color model

#7EEBDE color CMYK value is (46,0,6,8).

  • cyan value is 46.38%
  • magenta value is 0.00%
  • yellow value is 5.53%
  • key color value is 7.84%
CMYK:
(46,0,6,8)
C46M0Y6K8 
(46%,0%,6%,8%)
(0.46/0.00/0.06/0.08)	

CMYK percentages

%46.38
%0
%5.53
%7.84

Codes

Color #7EEBDE in popluar color models

7EEBDE
RGB126235222
HSL173°73.15%70.78%
HSB/HSV173°46.38%92.16%
CMYK46.38%0.00%5.53%
7.84%

Color #7EEBDE in popluar number systems.

HEX7EEBDE
Decimal126235222
Binary11111101110101111011110
Octal176353336

Shades and tints

Shades of #7EEBDE

#7EEBDE
(126,235,222)
#73D6CA
(115,214,202)
#68C1B6
(104,193,182)
#5DACA2
(93,172,162)
#52978E
(82,151,142)
#47827A
(71,130,122)
#3C6D66
(60,109,102)
#315852
(49,88,82)
#26433E
(38,67,62)
#1B2E2A
(27,46,42)
#101916
(16,25,22)
#000000
(0,0,0)

Tints of #7EEBDE

#7EEBDE
(126,235,222)
#89ECE1
(137,236,225)
#94EDE4
(148,237,228)
#9FEEE7
(159,238,231)
#AAEFEA
(170,239,234)
#B5F0ED
(181,240,237)
#C0F1F0
(192,241,240)
#CBF2F3
(203,242,243)
#D6F3F6
(214,243,246)
#E1F4F9
(225,244,249)
#ECF5FC
(236,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EEBDE color. Also use rgb(126,235,222) instead hex code.

Text Font Color

.myTextColor { color: #7EEBDE; }

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

This text font color is #7EEBDE.


Background Color

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

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

This div background color is #7EEBDE.


Border color

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

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

This div border color is #7EEBDE.


Opacity

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

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

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

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

This text has shadow with #7EEBDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EEBDE on black background.


Color preview on white background

This text has color #7EEBDE on white background.



Black color preview on #7EEBDE background

This text has black color on #7EEBDE background.


White color preview on #7EEBDE background

This text has white color on #7EEBDE background.