COLOR #7DF1A6

HEX: #7DF1A6 RGB: (125,241,166)

Color info

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

RGB color model

#7DF1A6 color RGB value is (125,241,166).

RGB: (125,241,166) (49%, 95%, 65%)

RGB channels and saturation

R 125 of 255 = 49%
G 241 of 255 = 95%
B 166 of 255 = 65%

125
241
166

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

Portions of RGB colors in percentages

R + G + B = 125 + 241 + 166 = 532 (100%)
R 125 of 532 ~ 23.5%
G 241 of 532 ~ 45.3%
B 166 of 532 ~ 31.2'%

%23.5
%45.3
%31.2

CMYK color model

#7DF1A6 color CMYK value is (48,0,31,5).

  • cyan value is 48.13%
  • magenta value is 0.00%
  • yellow value is 31.12%
  • key color value is 5.49%

CMYK: (48,0,31,5)
C48M0Y31K5 (48%, 0%, 31%, 5%)
(0.48 / 0.00 / 0.31 / 0.05)

CMYK percentages

%48.13
%0
%31.12
%5.49

Codes

Color #7DF1A6 in popluar color models

7D F1 A6
RGB 125 241 166
HSL 141° 80.56% 71.76%
HSB/HSV 141° 48.13% 94.51%
CMYK 48.13% 0.00% 31.12%
5.49%

Color #7DF1A6 in popluar number systems.

HEX 7D F1 A6
Decimal 125 241 166
Binary 1111101 11110001 10100110
Octal 175 361 246

Shades and tints

Shades of #7DF1A6

#7DF1A6
(125,241,166)
#72DC97
(114,220,151)
#67C788
(103,199,136)
#5CB279
(92,178,121)
#519D6A
(81,157,106)
#46885B
(70,136,91)
#3B734C
(59,115,76)
#305E3D
(48,94,61)
#25492E
(37,73,46)
#1A341F
(26,52,31)
#0F1F10
(15,31,16)
#000000
(0,0,0)

Tints of #7DF1A6

#7DF1A6
(125,241,166)
#88F2AE
(136,242,174)
#93F3B6
(147,243,182)
#9EF4BE
(158,244,190)
#A9F5C6
(169,245,198)
#B4F6CE
(180,246,206)
#BFF7D6
(191,247,214)
#CAF8DE
(202,248,222)
#D5F9E6
(213,249,230)
#E0FAEE
(224,250,238)
#EBFBF6
(235,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DF1A6; }

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

This text font color is #7DF1A6.

Background Color

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

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

This div background color is #7DF1A6.

Border color

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

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

This div border color is #7DF1A6.

Opacity

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

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

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

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

This text has shadow with #7DF1A6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7DF1A6.

Preview

Color preview on black background

This text has color #7DF1A6 on black background.


Color preview on white background

This text has color #7DF1A6 on white background.


Black color preview on #7DF1A6 background

This text has black color on #7DF1A6 background.


White color preview on #7DF1A6 background

This text has white color on #7DF1A6 background.


Related colors

Complementary color

Complementary color for #hex is #820E59.


I love getcolorcode.com

Triadic colors

1 #A67DF1 and #F1A67D with #7DF1A6 are triadic colors.

2 #A6F17D and #F17DA6 with #7DF1A6 are triadic colors.