COLOR #7DF2CF

HEX: #7DF2CF
RGB: (125,242,207)

Color info

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

RGB color model

#7DF2CF color RGB value is (125,242,207).

  • red value is 125;
  • green value is 242;
  • blue value is 207.
RGB:
(125,242,207)
(49%,95%,81%)

RGB channels and saturation

R 125 of 255 = 49%
G 242 of 255 = 95%
B 207 of 255 = 81%

125
242
207

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

Portions of RGB colors in percentages

R + G + B =
125 + 242 + 207 = 574 (100%)
R 125 of 574 ~ 21.78%
G 242 of 574 ~ 42.16%
B 207 of 574 ~ 36.06%

%21.78
%42.16
%36.06

CMYK color model

#7DF2CF color CMYK value is (48,0,14,5).

  • cyan value is 48.35%
  • magenta value is 0.00%
  • yellow value is 14.46%
  • key color value is 5.10%
CMYK:
(48,0,14,5)
C48M0Y14K5 
(48%,0%,14%,5%)
(0.48/0.00/0.14/0.05)	

CMYK percentages

%48.35
%0
%14.46
%5.1

Codes

Color #7DF2CF in popluar color models

7DF2CF
RGB125242207
HSL162°81.82%71.96%
HSB/HSV162°48.35%94.90%
CMYK48.35%0.00%14.46%
5.10%

Color #7DF2CF in popluar number systems.

HEX7DF2CF
Decimal125242207
Binary11111011111001011001111
Octal175362317

Shades and tints

Shades of #7DF2CF

#7DF2CF
(125,242,207)
#72DCBD
(114,220,189)
#67C6AB
(103,198,171)
#5CB099
(92,176,153)
#519A87
(81,154,135)
#468475
(70,132,117)
#3B6E63
(59,110,99)
#305851
(48,88,81)
#25423F
(37,66,63)
#1A2C2D
(26,44,45)
#0F161B
(15,22,27)
#000000
(0,0,0)

Tints of #7DF2CF

#7DF2CF
(125,242,207)
#88F3D3
(136,243,211)
#93F4D7
(147,244,215)
#9EF5DB
(158,245,219)
#A9F6DF
(169,246,223)
#B4F7E3
(180,247,227)
#BFF8E7
(191,248,231)
#CAF9EB
(202,249,235)
#D5FAEF
(213,250,239)
#E0FBF3
(224,251,243)
#EBFCF7
(235,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DF2CF; }

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

This text font color is #7DF2CF.


Background Color

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

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

This div background color is #7DF2CF.


Border color

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

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

This div border color is #7DF2CF.


Opacity

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

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

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

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

This text has shadow with #7DF2CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DF2CF on black background.


Color preview on white background

This text has color #7DF2CF on white background.



Black color preview on #7DF2CF background

This text has black color on #7DF2CF background.


White color preview on #7DF2CF background

This text has white color on #7DF2CF background.