COLOR #7DB97D

HEX: #7DB97D
RGB: (125,185,125)

Color info

#7DB97D contains mainly green color. Web safe color of #7DB97D is #66CC66 (or #6C6).

RGB color model

#7DB97D color RGB value is (125,185,125).

  • red value is 125;
  • green value is 185;
  • blue value is 125.
RGB:
(125,185,125)
(49%,73%,49%)

RGB channels and saturation

R 125 of 255 = 49%
G 185 of 255 = 73%
B 125 of 255 = 49%

125
185
125

R + G + B ~ 57%. #7DB97D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
125 + 185 + 125 = 435 (100%)
R 125 of 435 ~ 28.74%
G 185 of 435 ~ 42.53%
B 125 of 435 ~ 28.74%

%28.74
%42.53
%28.74

CMYK color model

#7DB97D color CMYK value is (32,0,32,27).

  • cyan value is 32.43%
  • magenta value is 0.00%
  • yellow value is 32.43%
  • key color value is 27.45%
CMYK:
(32,0,32,27)
C32M0Y32K27 
(32%,0%,32%,27%)
(0.32/0.00/0.32/0.27)	

CMYK percentages

%32.43
%0
%32.43
%27.45

Codes

Color #7DB97D in popluar color models

7DB97D
RGB125185125
HSL120°30.00%60.78%
HSB/HSV120°32.43%72.55%
CMYK32.43%0.00%32.43%
27.45%

Color #7DB97D in popluar number systems.

HEX7DB97D
Decimal125185125
Binary1111101101110011111101
Octal175271175

Shades and tints

Shades of #7DB97D

#7DB97D
(125,185,125)
#72A972
(114,169,114)
#679967
(103,153,103)
#5C895C
(92,137,92)
#517951
(81,121,81)
#466946
(70,105,70)
#3B593B
(59,89,59)
#304930
(48,73,48)
#253925
(37,57,37)
#1A291A
(26,41,26)
#0F190F
(15,25,15)
#000000
(0,0,0)

Tints of #7DB97D

#7DB97D
(125,185,125)
#88BF88
(136,191,136)
#93C593
(147,197,147)
#9ECB9E
(158,203,158)
#A9D1A9
(169,209,169)
#B4D7B4
(180,215,180)
#BFDDBF
(191,221,191)
#CAE3CA
(202,227,202)
#D5E9D5
(213,233,213)
#E0EFE0
(224,239,224)
#EBF5EB
(235,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DB97D; }

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

This text font color is #7DB97D.


Background Color

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

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

This div background color is #7DB97D.


Border color

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

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

This div border color is #7DB97D.


Opacity

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

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

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

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

This text has shadow with #7DB97D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DB97D on black background.


Color preview on white background

This text has color #7DB97D on white background.



Black color preview on #7DB97D background

This text has black color on #7DB97D background.


White color preview on #7DB97D background

This text has white color on #7DB97D background.