COLOR #7DA68E

HEX: #7DA68E
RGB: (125,166,142)

Color info

#7DA68E contains red, green and blue colors in about the same proportion. Web safe color of #7DA68E is #669999 (or #699).

RGB color model

#7DA68E color RGB value is (125,166,142).

  • red value is 125;
  • green value is 166;
  • blue value is 142.
RGB:
(125,166,142)
(49%,65%,56%)

RGB channels and saturation

R 125 of 255 = 49%
G 166 of 255 = 65%
B 142 of 255 = 56%

125
166
142

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

Portions of RGB colors in percentages

R + G + B =
125 + 166 + 142 = 433 (100%)
R 125 of 433 ~ 28.87%
G 166 of 433 ~ 38.34%
B 142 of 433 ~ 32.79%

%28.87
%38.34
%32.79

CMYK color model

#7DA68E color CMYK value is (25,0,14,35).

  • cyan value is 24.70%
  • magenta value is 0.00%
  • yellow value is 14.46%
  • key color value is 34.90%
CMYK:
(25,0,14,35)
C25M0Y14K35 
(25%,0%,14%,35%)
(0.25/0.00/0.14/0.35)	

CMYK percentages

%24.7
%0
%14.46
%34.9

Codes

Color #7DA68E in popluar color models

7DA68E
RGB125166142
HSL145°18.72%57.06%
HSB/HSV145°24.70%65.10%
CMYK24.70%0.00%14.46%
34.90%

Color #7DA68E in popluar number systems.

HEX7DA68E
Decimal125166142
Binary11111011010011010001110
Octal175246216

Shades and tints

Shades of #7DA68E

#7DA68E
(125,166,142)
#729782
(114,151,130)
#678876
(103,136,118)
#5C796A
(92,121,106)
#516A5E
(81,106,94)
#465B52
(70,91,82)
#3B4C46
(59,76,70)
#303D3A
(48,61,58)
#252E2E
(37,46,46)
#1A1F22
(26,31,34)
#0F1016
(15,16,22)
#000000
(0,0,0)

Tints of #7DA68E

#7DA68E
(125,166,142)
#88AE98
(136,174,152)
#93B6A2
(147,182,162)
#9EBEAC
(158,190,172)
#A9C6B6
(169,198,182)
#B4CEC0
(180,206,192)
#BFD6CA
(191,214,202)
#CADED4
(202,222,212)
#D5E6DE
(213,230,222)
#E0EEE8
(224,238,232)
#EBF6F2
(235,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DA68E; }

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

This text font color is #7DA68E.


Background Color

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

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

This div background color is #7DA68E.


Border color

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

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

This div border color is #7DA68E.


Opacity

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

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

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

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

This text has shadow with #7DA68E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DA68E on black background.


Color preview on white background

This text has color #7DA68E on white background.



Black color preview on #7DA68E background

This text has black color on #7DA68E background.


White color preview on #7DA68E background

This text has white color on #7DA68E background.