COLOR #7DFCCD

HEX: #7DFCCD RGB: (125,252,205)

Color info

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

RGB color model

#7DFCCD color RGB value is (125,252,205).

RGB: (125,252,205) (49%, 99%, 80%)

RGB channels and saturation

R 125 of 255 = 49%
G 252 of 255 = 99%
B 205 of 255 = 80%

125
252
205

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

Portions of RGB colors in percentages

R + G + B = 125 + 252 + 205 = 582 (100%)
R 125 of 582 ~ 21.48%
G 252 of 582 ~ 43.3%
B 205 of 582 ~ 35.22'%

%21.48
%43.3
%35.22

CMYK color model

#7DFCCD color CMYK value is (50,0,19,1).

  • cyan value is 50.40%
  • magenta value is 0.00%
  • yellow value is 18.65%
  • key color value is 1.18%

CMYK: (50,0,19,1)
C50M0Y19K1 (50%, 0%, 19%, 1%)
(0.50 / 0.00 / 0.19 / 0.01)

CMYK percentages

%50.4
%0
%18.65
%1.18

Codes

Color #7DFCCD in popluar color models

7D FC CD
RGB 125 252 205
HSL 158° 95.49% 73.92%
HSB/HSV 158° 50.40% 98.82%
CMYK 50.40% 0.00% 18.65%
1.18%

Color #7DFCCD in popluar number systems.

HEX 7D FC CD
Decimal 125 252 205
Binary 1111101 11111100 11001101
Octal 175 374 315

Shades and tints

Shades of #7DFCCD

#7DFCCD
(125,252,205)
#72E6BB
(114,230,187)
#67D0A9
(103,208,169)
#5CBA97
(92,186,151)
#51A485
(81,164,133)
#468E73
(70,142,115)
#3B7861
(59,120,97)
#30624F
(48,98,79)
#254C3D
(37,76,61)
#1A362B
(26,54,43)
#0F2019
(15,32,25)
#000000
(0,0,0)

Tints of #7DFCCD

#7DFCCD
(125,252,205)
#88FCD1
(136,252,209)
#93FCD5
(147,252,213)
#9EFCD9
(158,252,217)
#A9FCDD
(169,252,221)
#B4FCE1
(180,252,225)
#BFFCE5
(191,252,229)
#CAFCE9
(202,252,233)
#D5FCED
(213,252,237)
#E0FCF1
(224,252,241)
#EBFCF5
(235,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DFCCD; }

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

This text font color is #7DFCCD.

Background Color

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

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

This div background color is #7DFCCD.

Border color

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

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

This div border color is #7DFCCD.

Opacity

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

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

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

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

This text has shadow with #7DFCCD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7DFCCD.

Preview

Color preview on black background

This text has color #7DFCCD on black background.


Color preview on white background

This text has color #7DFCCD on white background.


Black color preview on #7DFCCD background

This text has black color on #7DFCCD background.


White color preview on #7DFCCD background

This text has white color on #7DFCCD background.


Related colors

Complementary color

Complementary color for #hex is #820332.


I love getcolorcode.com

Triadic colors

1 #CD7DFC and #FCCD7D with #7DFCCD are triadic colors.

2 #CDFC7D and #FC7DCD with #7DFCCD are triadic colors.