COLOR #7DF7B1

HEX: #7DF7B1
RGB: (125,247,177)

Color info

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

RGB color model

#7DF7B1 color RGB value is (125,247,177).

  • red value is 125;
  • green value is 247;
  • blue value is 177.
RGB:
(125,247,177)
(49%,97%,69%)

RGB channels and saturation

R 125 of 255 = 49%
G 247 of 255 = 97%
B 177 of 255 = 69%

125
247
177

R + G + B ~ 72%. #7DF7B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
125 + 247 + 177 = 549 (100%)
R 125 of 549 ~ 22.77%
G 247 of 549 ~ 44.99%
B 177 of 549 ~ 32.24%

%22.77
%44.99
%32.24

CMYK color model

#7DF7B1 color CMYK value is (49,0,28,3).

  • cyan value is 49.39%
  • magenta value is 0.00%
  • yellow value is 28.34%
  • key color value is 3.14%
CMYK:
(49,0,28,3)
C49M0Y28K3 
(49%,0%,28%,3%)
(0.49/0.00/0.28/0.03)	

CMYK percentages

%49.39
%0
%28.34
%3.14

Codes

Color #7DF7B1 in popluar color models

7DF7B1
RGB125247177
HSL146°88.41%72.94%
HSB/HSV146°49.39%96.86%
CMYK49.39%0.00%28.34%
3.14%

Color #7DF7B1 in popluar number systems.

HEX7DF7B1
Decimal125247177
Binary11111011111011110110001
Octal175367261

Shades and tints

Shades of #7DF7B1

#7DF7B1
(125,247,177)
#72E1A1
(114,225,161)
#67CB91
(103,203,145)
#5CB581
(92,181,129)
#519F71
(81,159,113)
#468961
(70,137,97)
#3B7351
(59,115,81)
#305D41
(48,93,65)
#254731
(37,71,49)
#1A3121
(26,49,33)
#0F1B11
(15,27,17)
#000000
(0,0,0)

Tints of #7DF7B1

#7DF7B1
(125,247,177)
#88F7B8
(136,247,184)
#93F7BF
(147,247,191)
#9EF7C6
(158,247,198)
#A9F7CD
(169,247,205)
#B4F7D4
(180,247,212)
#BFF7DB
(191,247,219)
#CAF7E2
(202,247,226)
#D5F7E9
(213,247,233)
#E0F7F0
(224,247,240)
#EBF7F7
(235,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DF7B1 color. Also use rgb(125,247,177) instead hex code.

Text Font Color

.myTextColor { color: #7DF7B1; }

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

This text font color is #7DF7B1.


Background Color

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

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

This div background color is #7DF7B1.


Border color

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

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

This div border color is #7DF7B1.


Opacity

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

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

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

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

This text has shadow with #7DF7B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DF7B1 on black background.


Color preview on white background

This text has color #7DF7B1 on white background.



Black color preview on #7DF7B1 background

This text has black color on #7DF7B1 background.


White color preview on #7DF7B1 background

This text has white color on #7DF7B1 background.