COLOR #7DC997

HEX: #7DC997
RGB: (125,201,151)

Color info

#7DC997 contains mainly green and blue colors. Web safe color of #7DC997 is #66CC99 (or #6C9).

RGB color model

#7DC997 color RGB value is (125,201,151).

  • red value is 125;
  • green value is 201;
  • blue value is 151.
RGB:
(125,201,151)
(49%,79%,59%)

RGB channels and saturation

R 125 of 255 = 49%
G 201 of 255 = 79%
B 151 of 255 = 59%

125
201
151

R + G + B ~ 62%. #7DC997 is quite light color.

Portions of RGB colors in percentages

R + G + B =
125 + 201 + 151 = 477 (100%)
R 125 of 477 ~ 26.21%
G 201 of 477 ~ 42.14%
B 151 of 477 ~ 31.66%

%26.21
%42.14
%31.66

CMYK color model

#7DC997 color CMYK value is (38,0,25,21).

  • cyan value is 37.81%
  • magenta value is 0.00%
  • yellow value is 24.88%
  • key color value is 21.18%
CMYK:
(38,0,25,21)
C38M0Y25K21 
(38%,0%,25%,21%)
(0.38/0.00/0.25/0.21)	

CMYK percentages

%37.81
%0
%24.88
%21.18

Codes

Color #7DC997 in popluar color models

7DC997
RGB125201151
HSL141°41.30%63.92%
HSB/HSV141°37.81%78.82%
CMYK37.81%0.00%24.88%
21.18%

Color #7DC997 in popluar number systems.

HEX7DC997
Decimal125201151
Binary11111011100100110010111
Octal175311227

Shades and tints

Shades of #7DC997

#7DC997
(125,201,151)
#72B78A
(114,183,138)
#67A57D
(103,165,125)
#5C9370
(92,147,112)
#518163
(81,129,99)
#466F56
(70,111,86)
#3B5D49
(59,93,73)
#304B3C
(48,75,60)
#25392F
(37,57,47)
#1A2722
(26,39,34)
#0F1515
(15,21,21)
#000000
(0,0,0)

Tints of #7DC997

#7DC997
(125,201,151)
#88CDA0
(136,205,160)
#93D1A9
(147,209,169)
#9ED5B2
(158,213,178)
#A9D9BB
(169,217,187)
#B4DDC4
(180,221,196)
#BFE1CD
(191,225,205)
#CAE5D6
(202,229,214)
#D5E9DF
(213,233,223)
#E0EDE8
(224,237,232)
#EBF1F1
(235,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DC997 color. Also use rgb(125,201,151) instead hex code.

Text Font Color

.myTextColor { color: #7DC997; }

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

This text font color is #7DC997.


Background Color

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

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

This div background color is #7DC997.


Border color

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

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

This div border color is #7DC997.


Opacity

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

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

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

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

This text has shadow with #7DC997 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DC997 on black background.


Color preview on white background

This text has color #7DC997 on white background.



Black color preview on #7DC997 background

This text has black color on #7DC997 background.


White color preview on #7DC997 background

This text has white color on #7DC997 background.