COLOR #7DAD7E

HEX: #7DAD7E
RGB: (125,173,126)

Color info

#7DAD7E contains red, green and blue colors in about the same proportion. Web safe color of #7DAD7E is #669966 (or #696).

RGB color model

#7DAD7E color RGB value is (125,173,126).

  • red value is 125;
  • green value is 173;
  • blue value is 126.
RGB:
(125,173,126)
(49%,68%,49%)

RGB channels and saturation

R 125 of 255 = 49%
G 173 of 255 = 68%
B 126 of 255 = 49%

125
173
126

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

Portions of RGB colors in percentages

R + G + B =
125 + 173 + 126 = 424 (100%)
R 125 of 424 ~ 29.48%
G 173 of 424 ~ 40.8%
B 126 of 424 ~ 29.72%

%29.48
%40.8
%29.72

CMYK color model

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

  • cyan value is 27.75%
  • magenta value is 0.00%
  • yellow value is 27.17%
  • key color value is 32.16%
CMYK:
(28,0,27,32)
C28M0Y27K32 
(28%,0%,27%,32%)
(0.28/0.00/0.27/0.32)	

CMYK percentages

%27.75
%0
%27.17
%32.16

Codes

Color #7DAD7E in popluar color models

7DAD7E
RGB125173126
HSL121°22.64%58.43%
HSB/HSV121°27.75%67.84%
CMYK27.75%0.00%27.17%
32.16%

Color #7DAD7E in popluar number systems.

HEX7DAD7E
Decimal125173126
Binary1111101101011011111110
Octal175255176

Shades and tints

Shades of #7DAD7E

#7DAD7E
(125,173,126)
#729E73
(114,158,115)
#678F68
(103,143,104)
#5C805D
(92,128,93)
#517152
(81,113,82)
#466247
(70,98,71)
#3B533C
(59,83,60)
#304431
(48,68,49)
#253526
(37,53,38)
#1A261B
(26,38,27)
#0F1710
(15,23,16)
#000000
(0,0,0)

Tints of #7DAD7E

#7DAD7E
(125,173,126)
#88B489
(136,180,137)
#93BB94
(147,187,148)
#9EC29F
(158,194,159)
#A9C9AA
(169,201,170)
#B4D0B5
(180,208,181)
#BFD7C0
(191,215,192)
#CADECB
(202,222,203)
#D5E5D6
(213,229,214)
#E0ECE1
(224,236,225)
#EBF3EC
(235,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DAD7E; }

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

This text font color is #7DAD7E.


Background Color

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

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

This div background color is #7DAD7E.


Border color

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

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

This div border color is #7DAD7E.


Opacity

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

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

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

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

This text has shadow with #7DAD7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DAD7E on black background.


Color preview on white background

This text has color #7DAD7E on white background.



Black color preview on #7DAD7E background

This text has black color on #7DAD7E background.


White color preview on #7DAD7E background

This text has white color on #7DAD7E background.