COLOR #7DF8C8

HEX: #7DF8C8 RGB: (125,248,200)

Color info

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

RGB color model

#7DF8C8 color RGB value is (125,248,200).

RGB: (125,248,200) (49%, 97%, 78%)

RGB channels and saturation

R 125 of 255 = 49%
G 248 of 255 = 97%
B 200 of 255 = 78%

125
248
200

R + G + B ~ 75%. #7DF8C8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 125 + 248 + 200 = 573 (100%)
R 125 of 573 ~ 21.82%
G 248 of 573 ~ 43.28%
B 200 of 573 ~ 34.9'%

%21.82
%43.28
%34.9

CMYK color model

#7DF8C8 color CMYK value is (50,0,19,3).

  • cyan value is 49.60%
  • magenta value is 0.00%
  • yellow value is 19.35%
  • key color value is 2.75%

CMYK: (50,0,19,3)
C50M0Y19K3 (50%, 0%, 19%, 3%)
(0.50 / 0.00 / 0.19 / 0.03)

CMYK percentages

%49.6
%0
%19.35
%2.75

Codes

Color #7DF8C8 in popluar color models

7D F8 C8
RGB 125 248 200
HSL 157° 89.78% 73.14%
HSB/HSV 157° 49.60% 97.25%
CMYK 49.60% 0.00% 19.35%
2.75%

Color #7DF8C8 in popluar number systems.

HEX 7D F8 C8
Decimal 125 248 200
Binary 1111101 11111000 11001000
Octal 175 370 310

Shades and tints

Shades of #7DF8C8

#7DF8C8
(125,248,200)
#72E2B6
(114,226,182)
#67CCA4
(103,204,164)
#5CB692
(92,182,146)
#51A080
(81,160,128)
#468A6E
(70,138,110)
#3B745C
(59,116,92)
#305E4A
(48,94,74)
#254838
(37,72,56)
#1A3226
(26,50,38)
#0F1C14
(15,28,20)
#000000
(0,0,0)

Tints of #7DF8C8

#7DF8C8
(125,248,200)
#88F8CD
(136,248,205)
#93F8D2
(147,248,210)
#9EF8D7
(158,248,215)
#A9F8DC
(169,248,220)
#B4F8E1
(180,248,225)
#BFF8E6
(191,248,230)
#CAF8EB
(202,248,235)
#D5F8F0
(213,248,240)
#E0F8F5
(224,248,245)
#EBF8FA
(235,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DF8C8; }

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

This text font color is #7DF8C8.

Background Color

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

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

This div background color is #7DF8C8.

Border color

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

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

This div border color is #7DF8C8.

Opacity

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

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

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

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

This text has shadow with #7DF8C8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7DF8C8.

Preview

Color preview on black background

This text has color #7DF8C8 on black background.


Color preview on white background

This text has color #7DF8C8 on white background.


Black color preview on #7DF8C8 background

This text has black color on #7DF8C8 background.


White color preview on #7DF8C8 background

This text has white color on #7DF8C8 background.


Related colors

Complementary color

Complementary color for #hex is #820737.


I love getcolorcode.com

Triadic colors

1 #C87DF8 and #F8C87D with #7DF8C8 are triadic colors.

2 #C8F87D and #F87DC8 with #7DF8C8 are triadic colors.