COLOR #7DF1A7

HEX: #7DF1A7
RGB: (125,241,167)

Color info

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

RGB color model

#7DF1A7 color RGB value is (125,241,167).

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

RGB channels and saturation

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

125
241
167

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

Portions of RGB colors in percentages

R + G + B =
125 + 241 + 167 = 533 (100%)
R 125 of 533 ~ 23.45%
G 241 of 533 ~ 45.22%
B 167 of 533 ~ 31.33%

%23.45
%45.22
%31.33

CMYK color model

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

  • cyan value is 48.13%
  • magenta value is 0.00%
  • yellow value is 30.71%
  • 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
%30.71
%5.49

Codes

Color #7DF1A7 in popluar color models

7DF1A7
RGB125241167
HSL142°80.56%71.76%
HSB/HSV142°48.13%94.51%
CMYK48.13%0.00%30.71%
5.49%

Color #7DF1A7 in popluar number systems.

HEX7DF1A7
Decimal125241167
Binary11111011111000110100111
Octal175361247

Shades and tints

Shades of #7DF1A7

#7DF1A7
(125,241,167)
#72DC98
(114,220,152)
#67C789
(103,199,137)
#5CB27A
(92,178,122)
#519D6B
(81,157,107)
#46885C
(70,136,92)
#3B734D
(59,115,77)
#305E3E
(48,94,62)
#25492F
(37,73,47)
#1A3420
(26,52,32)
#0F1F11
(15,31,17)
#000000
(0,0,0)

Tints of #7DF1A7

#7DF1A7
(125,241,167)
#88F2AF
(136,242,175)
#93F3B7
(147,243,183)
#9EF4BF
(158,244,191)
#A9F5C7
(169,245,199)
#B4F6CF
(180,246,207)
#BFF7D7
(191,247,215)
#CAF8DF
(202,248,223)
#D5F9E7
(213,249,231)
#E0FAEF
(224,250,239)
#EBFBF7
(235,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DF1A7; }

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

This text font color is #7DF1A7.


Background Color

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

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

This div background color is #7DF1A7.


Border color

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

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

This div border color is #7DF1A7.


Opacity

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

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

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

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

This text has shadow with #7DF1A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DF1A7 on black background.


Color preview on white background

This text has color #7DF1A7 on white background.



Black color preview on #7DF1A7 background

This text has black color on #7DF1A7 background.


White color preview on #7DF1A7 background

This text has white color on #7DF1A7 background.