COLOR #7DF0A3

HEX: #7DF0A3
RGB: (125,240,163)

Color info

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

RGB color model

#7DF0A3 color RGB value is (125,240,163).

  • red value is 125;
  • green value is 240;
  • blue value is 163.
RGB:
(125,240,163)
(49%,94%,64%)

RGB channels and saturation

R 125 of 255 = 49%
G 240 of 255 = 94%
B 163 of 255 = 64%

125
240
163

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

Portions of RGB colors in percentages

R + G + B =
125 + 240 + 163 = 528 (100%)
R 125 of 528 ~ 23.67%
G 240 of 528 ~ 45.45%
B 163 of 528 ~ 30.87%

%23.67
%45.45
%30.87

CMYK color model

#7DF0A3 color CMYK value is (48,0,32,6).

  • cyan value is 47.92%
  • magenta value is 0.00%
  • yellow value is 32.08%
  • key color value is 5.88%
CMYK:
(48,0,32,6)
C48M0Y32K6 
(48%,0%,32%,6%)
(0.48/0.00/0.32/0.06)	

CMYK percentages

%47.92
%0
%32.08
%5.88

Codes

Color #7DF0A3 in popluar color models

7DF0A3
RGB125240163
HSL140°79.31%71.57%
HSB/HSV140°47.92%94.12%
CMYK47.92%0.00%32.08%
5.88%

Color #7DF0A3 in popluar number systems.

HEX7DF0A3
Decimal125240163
Binary11111011111000010100011
Octal175360243

Shades and tints

Shades of #7DF0A3

#7DF0A3
(125,240,163)
#72DB95
(114,219,149)
#67C687
(103,198,135)
#5CB179
(92,177,121)
#519C6B
(81,156,107)
#46875D
(70,135,93)
#3B724F
(59,114,79)
#305D41
(48,93,65)
#254833
(37,72,51)
#1A3325
(26,51,37)
#0F1E17
(15,30,23)
#000000
(0,0,0)

Tints of #7DF0A3

#7DF0A3
(125,240,163)
#88F1AB
(136,241,171)
#93F2B3
(147,242,179)
#9EF3BB
(158,243,187)
#A9F4C3
(169,244,195)
#B4F5CB
(180,245,203)
#BFF6D3
(191,246,211)
#CAF7DB
(202,247,219)
#D5F8E3
(213,248,227)
#E0F9EB
(224,249,235)
#EBFAF3
(235,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DF0A3 color. Also use rgb(125,240,163) instead hex code.

Text Font Color

.myTextColor { color: #7DF0A3; }

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

This text font color is #7DF0A3.


Background Color

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

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

This div background color is #7DF0A3.


Border color

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

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

This div border color is #7DF0A3.


Opacity

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

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

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

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

This text has shadow with #7DF0A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DF0A3 on black background.


Color preview on white background

This text has color #7DF0A3 on white background.



Black color preview on #7DF0A3 background

This text has black color on #7DF0A3 background.


White color preview on #7DF0A3 background

This text has white color on #7DF0A3 background.