COLOR #7DE5C2

HEX: #7DE5C2
RGB: (125,229,194)

Color info

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

RGB color model

#7DE5C2 color RGB value is (125,229,194).

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

RGB channels and saturation

R 125 of 255 = 49%
G 229 of 255 = 90%
B 194 of 255 = 76%

125
229
194

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

Portions of RGB colors in percentages

R + G + B =
125 + 229 + 194 = 548 (100%)
R 125 of 548 ~ 22.81%
G 229 of 548 ~ 41.79%
B 194 of 548 ~ 35.4%

%22.81
%41.79
%35.4

CMYK color model

#7DE5C2 color CMYK value is (45,0,15,10).

  • cyan value is 45.41%
  • magenta value is 0.00%
  • yellow value is 15.28%
  • key color value is 10.20%
CMYK:
(45,0,15,10)
C45M0Y15K10 
(45%,0%,15%,10%)
(0.45/0.00/0.15/0.10)	

CMYK percentages

%45.41
%0
%15.28
%10.2

Codes

Color #7DE5C2 in popluar color models

7DE5C2
RGB125229194
HSL160°66.67%69.41%
HSB/HSV160°45.41%89.80%
CMYK45.41%0.00%15.28%
10.20%

Color #7DE5C2 in popluar number systems.

HEX7DE5C2
Decimal125229194
Binary11111011110010111000010
Octal175345302

Shades and tints

Shades of #7DE5C2

#7DE5C2
(125,229,194)
#72D1B1
(114,209,177)
#67BDA0
(103,189,160)
#5CA98F
(92,169,143)
#51957E
(81,149,126)
#46816D
(70,129,109)
#3B6D5C
(59,109,92)
#30594B
(48,89,75)
#25453A
(37,69,58)
#1A3129
(26,49,41)
#0F1D18
(15,29,24)
#000000
(0,0,0)

Tints of #7DE5C2

#7DE5C2
(125,229,194)
#88E7C7
(136,231,199)
#93E9CC
(147,233,204)
#9EEBD1
(158,235,209)
#A9EDD6
(169,237,214)
#B4EFDB
(180,239,219)
#BFF1E0
(191,241,224)
#CAF3E5
(202,243,229)
#D5F5EA
(213,245,234)
#E0F7EF
(224,247,239)
#EBF9F4
(235,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DE5C2; }

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

This text font color is #7DE5C2.


Background Color

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

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

This div background color is #7DE5C2.


Border color

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

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

This div border color is #7DE5C2.


Opacity

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

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

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

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

This text has shadow with #7DE5C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DE5C2 on black background.


Color preview on white background

This text has color #7DE5C2 on white background.



Black color preview on #7DE5C2 background

This text has black color on #7DE5C2 background.


White color preview on #7DE5C2 background

This text has white color on #7DE5C2 background.