COLOR #7DF69D

HEX: #7DF69D
RGB: (125,246,157)

Color info

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

RGB color model

#7DF69D color RGB value is (125,246,157).

  • red value is 125;
  • green value is 246;
  • blue value is 157.
RGB:
(125,246,157)
(49%,96%,62%)

RGB channels and saturation

R 125 of 255 = 49%
G 246 of 255 = 96%
B 157 of 255 = 62%

125
246
157

R + G + B ~ 69%. #7DF69D is quite light color.

Portions of RGB colors in percentages

R + G + B =
125 + 246 + 157 = 528 (100%)
R 125 of 528 ~ 23.67%
G 246 of 528 ~ 46.59%
B 157 of 528 ~ 29.73%

%23.67
%46.59
%29.73

CMYK color model

#7DF69D color CMYK value is (49,0,36,4).

  • cyan value is 49.19%
  • magenta value is 0.00%
  • yellow value is 36.18%
  • key color value is 3.53%
CMYK:
(49,0,36,4)
C49M0Y36K4 
(49%,0%,36%,4%)
(0.49/0.00/0.36/0.04)	

CMYK percentages

%49.19
%0
%36.18
%3.53

Codes

Color #7DF69D in popluar color models

7DF69D
RGB125246157
HSL136°87.05%72.75%
HSB/HSV136°49.19%96.47%
CMYK49.19%0.00%36.18%
3.53%

Color #7DF69D in popluar number systems.

HEX7DF69D
Decimal125246157
Binary11111011111011010011101
Octal175366235

Shades and tints

Shades of #7DF69D

#7DF69D
(125,246,157)
#72E08F
(114,224,143)
#67CA81
(103,202,129)
#5CB473
(92,180,115)
#519E65
(81,158,101)
#468857
(70,136,87)
#3B7249
(59,114,73)
#305C3B
(48,92,59)
#25462D
(37,70,45)
#1A301F
(26,48,31)
#0F1A11
(15,26,17)
#000000
(0,0,0)

Tints of #7DF69D

#7DF69D
(125,246,157)
#88F6A5
(136,246,165)
#93F6AD
(147,246,173)
#9EF6B5
(158,246,181)
#A9F6BD
(169,246,189)
#B4F6C5
(180,246,197)
#BFF6CD
(191,246,205)
#CAF6D5
(202,246,213)
#D5F6DD
(213,246,221)
#E0F6E5
(224,246,229)
#EBF6ED
(235,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DF69D color. Also use rgb(125,246,157) instead hex code.

Text Font Color

.myTextColor { color: #7DF69D; }

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

This text font color is #7DF69D.


Background Color

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

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

This div background color is #7DF69D.


Border color

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

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

This div border color is #7DF69D.


Opacity

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

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

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

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

This text has shadow with #7DF69D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DF69D on black background.


Color preview on white background

This text has color #7DF69D on white background.



Black color preview on #7DF69D background

This text has black color on #7DF69D background.


White color preview on #7DF69D background

This text has white color on #7DF69D background.