COLOR #7DE6E6

HEX: #7DE6E6
RGB: (125,230,230)

Color info

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

RGB color model

#7DE6E6 color RGB value is (125,230,230).

  • red value is 125;
  • green value is 230;
  • blue value is 230.
RGB:
(125,230,230)
(49%,90%,90%)

RGB channels and saturation

R 125 of 255 = 49%
G 230 of 255 = 90%
B 230 of 255 = 90%

125
230
230

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

Portions of RGB colors in percentages

R + G + B =
125 + 230 + 230 = 585 (100%)
R 125 of 585 ~ 21.37%
G 230 of 585 ~ 39.32%
B 230 of 585 ~ 39.32%

%21.37
%39.32
%39.32

CMYK color model

#7DE6E6 color CMYK value is (46,0,0,10).

  • cyan value is 45.65%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(46,0,0,10)
C46M0Y0K10 
(46%,0%,0%,10%)
(0.46/0.00/0.00/0.10)	

CMYK percentages

%45.65
%0
%0
%9.8

Codes

Color #7DE6E6 in popluar color models

7DE6E6
RGB125230230
HSL180°67.74%69.61%
HSB/HSV180°45.65%90.20%
CMYK45.65%0.00%0.00%
9.80%

Color #7DE6E6 in popluar number systems.

HEX7DE6E6
Decimal125230230
Binary11111011110011011100110
Octal175346346

Shades and tints

Shades of #7DE6E6

#7DE6E6
(125,230,230)
#72D2D2
(114,210,210)
#67BEBE
(103,190,190)
#5CAAAA
(92,170,170)
#519696
(81,150,150)
#468282
(70,130,130)
#3B6E6E
(59,110,110)
#305A5A
(48,90,90)
#254646
(37,70,70)
#1A3232
(26,50,50)
#0F1E1E
(15,30,30)
#000000
(0,0,0)

Tints of #7DE6E6

#7DE6E6
(125,230,230)
#88E8E8
(136,232,232)
#93EAEA
(147,234,234)
#9EECEC
(158,236,236)
#A9EEEE
(169,238,238)
#B4F0F0
(180,240,240)
#BFF2F2
(191,242,242)
#CAF4F4
(202,244,244)
#D5F6F6
(213,246,246)
#E0F8F8
(224,248,248)
#EBFAFA
(235,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DE6E6 color. Also use rgb(125,230,230) instead hex code.

Text Font Color

.myTextColor { color: #7DE6E6; }

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

This text font color is #7DE6E6.


Background Color

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

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

This div background color is #7DE6E6.


Border color

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

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

This div border color is #7DE6E6.


Opacity

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

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

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

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

This text has shadow with #7DE6E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DE6E6 on black background.


Color preview on white background

This text has color #7DE6E6 on white background.



Black color preview on #7DE6E6 background

This text has black color on #7DE6E6 background.


White color preview on #7DE6E6 background

This text has white color on #7DE6E6 background.