COLOR #7DFCD5

HEX: #7DFCD5
RGB: (125,252,213)

Color info

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

RGB color model

#7DFCD5 color RGB value is (125,252,213).

  • red value is 125;
  • green value is 252;
  • blue value is 213.
RGB:
(125,252,213)
(49%,99%,84%)

RGB channels and saturation

R 125 of 255 = 49%
G 252 of 255 = 99%
B 213 of 255 = 84%

125
252
213

R + G + B ~ 77%. #7DFCD5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
125 + 252 + 213 = 590 (100%)
R 125 of 590 ~ 21.19%
G 252 of 590 ~ 42.71%
B 213 of 590 ~ 36.1%

%21.19
%42.71
%36.1

CMYK color model

#7DFCD5 color CMYK value is (50,0,15,1).

  • cyan value is 50.40%
  • magenta value is 0.00%
  • yellow value is 15.48%
  • key color value is 1.18%
CMYK:
(50,0,15,1)
C50M0Y15K1 
(50%,0%,15%,1%)
(0.50/0.00/0.15/0.01)	

CMYK percentages

%50.4
%0
%15.48
%1.18

Codes

Color #7DFCD5 in popluar color models

7DFCD5
RGB125252213
HSL162°95.49%73.92%
HSB/HSV162°50.40%98.82%
CMYK50.40%0.00%15.48%
1.18%

Color #7DFCD5 in popluar number systems.

HEX7DFCD5
Decimal125252213
Binary11111011111110011010101
Octal175374325

Shades and tints

Shades of #7DFCD5

#7DFCD5
(125,252,213)
#72E6C2
(114,230,194)
#67D0AF
(103,208,175)
#5CBA9C
(92,186,156)
#51A489
(81,164,137)
#468E76
(70,142,118)
#3B7863
(59,120,99)
#306250
(48,98,80)
#254C3D
(37,76,61)
#1A362A
(26,54,42)
#0F2017
(15,32,23)
#000000
(0,0,0)

Tints of #7DFCD5

#7DFCD5
(125,252,213)
#88FCD8
(136,252,216)
#93FCDB
(147,252,219)
#9EFCDE
(158,252,222)
#A9FCE1
(169,252,225)
#B4FCE4
(180,252,228)
#BFFCE7
(191,252,231)
#CAFCEA
(202,252,234)
#D5FCED
(213,252,237)
#E0FCF0
(224,252,240)
#EBFCF3
(235,252,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DFCD5; }

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

This text font color is #7DFCD5.


Background Color

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

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

This div background color is #7DFCD5.


Border color

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

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

This div border color is #7DFCD5.


Opacity

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

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

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

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

This text has shadow with #7DFCD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DFCD5 on black background.


Color preview on white background

This text has color #7DFCD5 on white background.



Black color preview on #7DFCD5 background

This text has black color on #7DFCD5 background.


White color preview on #7DFCD5 background

This text has white color on #7DFCD5 background.