COLOR #7DF2AC

HEX: #7DF2AC
RGB: (125,242,172)

Color info

#7DF2AC contains mainly green color. Web safe color of #7DF2AC is #66FF99 (or #6F9).

RGB color model

#7DF2AC color RGB value is (125,242,172).

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

RGB channels and saturation

R 125 of 255 = 49%
G 242 of 255 = 95%
B 172 of 255 = 67%

125
242
172

R + G + B ~ 70%. #7DF2AC is quite light color.

Portions of RGB colors in percentages

R + G + B =
125 + 242 + 172 = 539 (100%)
R 125 of 539 ~ 23.19%
G 242 of 539 ~ 44.9%
B 172 of 539 ~ 31.91%

%23.19
%44.9
%31.91

CMYK color model

#7DF2AC color CMYK value is (48,0,29,5).

  • cyan value is 48.35%
  • magenta value is 0.00%
  • yellow value is 28.93%
  • key color value is 5.10%
CMYK:
(48,0,29,5)
C48M0Y29K5 
(48%,0%,29%,5%)
(0.48/0.00/0.29/0.05)	

CMYK percentages

%48.35
%0
%28.93
%5.1

Codes

Color #7DF2AC in popluar color models

7DF2AC
RGB125242172
HSL144°81.82%71.96%
HSB/HSV144°48.35%94.90%
CMYK48.35%0.00%28.93%
5.10%

Color #7DF2AC in popluar number systems.

HEX7DF2AC
Decimal125242172
Binary11111011111001010101100
Octal175362254

Shades and tints

Shades of #7DF2AC

#7DF2AC
(125,242,172)
#72DC9D
(114,220,157)
#67C68E
(103,198,142)
#5CB07F
(92,176,127)
#519A70
(81,154,112)
#468461
(70,132,97)
#3B6E52
(59,110,82)
#305843
(48,88,67)
#254234
(37,66,52)
#1A2C25
(26,44,37)
#0F1616
(15,22,22)
#000000
(0,0,0)

Tints of #7DF2AC

#7DF2AC
(125,242,172)
#88F3B3
(136,243,179)
#93F4BA
(147,244,186)
#9EF5C1
(158,245,193)
#A9F6C8
(169,246,200)
#B4F7CF
(180,247,207)
#BFF8D6
(191,248,214)
#CAF9DD
(202,249,221)
#D5FAE4
(213,250,228)
#E0FBEB
(224,251,235)
#EBFCF2
(235,252,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DF2AC; }

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

This text font color is #7DF2AC.


Background Color

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

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

This div background color is #7DF2AC.


Border color

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

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

This div border color is #7DF2AC.


Opacity

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

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

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

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

This text has shadow with #7DF2AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DF2AC on black background.


Color preview on white background

This text has color #7DF2AC on white background.



Black color preview on #7DF2AC background

This text has black color on #7DF2AC background.


White color preview on #7DF2AC background

This text has white color on #7DF2AC background.