COLOR #7DF1C2

HEX: #7DF1C2
RGB: (125,241,194)

Color info

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

RGB color model

#7DF1C2 color RGB value is (125,241,194).

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

RGB channels and saturation

R 125 of 255 = 49%
G 241 of 255 = 95%
B 194 of 255 = 76%

125
241
194

R + G + B ~ 73%. #7DF1C2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
125 + 241 + 194 = 560 (100%)
R 125 of 560 ~ 22.32%
G 241 of 560 ~ 43.04%
B 194 of 560 ~ 34.64%

%22.32
%43.04
%34.64

CMYK color model

#7DF1C2 color CMYK value is (48,0,20,5).

  • cyan value is 48.13%
  • magenta value is 0.00%
  • yellow value is 19.50%
  • key color value is 5.49%
CMYK:
(48,0,20,5)
C48M0Y20K5 
(48%,0%,20%,5%)
(0.48/0.00/0.20/0.05)	

CMYK percentages

%48.13
%0
%19.5
%5.49

Codes

Color #7DF1C2 in popluar color models

7DF1C2
RGB125241194
HSL156°80.56%71.76%
HSB/HSV156°48.13%94.51%
CMYK48.13%0.00%19.50%
5.49%

Color #7DF1C2 in popluar number systems.

HEX7DF1C2
Decimal125241194
Binary11111011111000111000010
Octal175361302

Shades and tints

Shades of #7DF1C2

#7DF1C2
(125,241,194)
#72DCB1
(114,220,177)
#67C7A0
(103,199,160)
#5CB28F
(92,178,143)
#519D7E
(81,157,126)
#46886D
(70,136,109)
#3B735C
(59,115,92)
#305E4B
(48,94,75)
#25493A
(37,73,58)
#1A3429
(26,52,41)
#0F1F18
(15,31,24)
#000000
(0,0,0)

Tints of #7DF1C2

#7DF1C2
(125,241,194)
#88F2C7
(136,242,199)
#93F3CC
(147,243,204)
#9EF4D1
(158,244,209)
#A9F5D6
(169,245,214)
#B4F6DB
(180,246,219)
#BFF7E0
(191,247,224)
#CAF8E5
(202,248,229)
#D5F9EA
(213,249,234)
#E0FAEF
(224,250,239)
#EBFBF4
(235,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DF1C2; }

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

This text font color is #7DF1C2.


Background Color

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

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

This div background color is #7DF1C2.


Border color

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

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

This div border color is #7DF1C2.


Opacity

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

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

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

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

This text has shadow with #7DF1C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DF1C2 on black background.


Color preview on white background

This text has color #7DF1C2 on white background.



Black color preview on #7DF1C2 background

This text has black color on #7DF1C2 background.


White color preview on #7DF1C2 background

This text has white color on #7DF1C2 background.