COLOR #7DA39E

HEX: #7DA39E
RGB: (125,163,158)

Color info

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

RGB color model

#7DA39E color RGB value is (125,163,158).

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

RGB channels and saturation

R 125 of 255 = 49%
G 163 of 255 = 64%
B 158 of 255 = 62%

125
163
158

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

Portions of RGB colors in percentages

R + G + B =
125 + 163 + 158 = 446 (100%)
R 125 of 446 ~ 28.03%
G 163 of 446 ~ 36.55%
B 158 of 446 ~ 35.43%

%28.03
%36.55
%35.43

CMYK color model

#7DA39E color CMYK value is (23,0,3,36).

  • cyan value is 23.31%
  • magenta value is 0.00%
  • yellow value is 3.07%
  • key color value is 36.08%
CMYK:
(23,0,3,36)
C23M0Y3K36 
(23%,0%,3%,36%)
(0.23/0.00/0.03/0.36)	

CMYK percentages

%23.31
%0
%3.07
%36.08

Codes

Color #7DA39E in popluar color models

7DA39E
RGB125163158
HSL172°17.12%56.47%
HSB/HSV172°23.31%63.92%
CMYK23.31%0.00%3.07%
36.08%

Color #7DA39E in popluar number systems.

HEX7DA39E
Decimal125163158
Binary11111011010001110011110
Octal175243236

Shades and tints

Shades of #7DA39E

#7DA39E
(125,163,158)
#729590
(114,149,144)
#678782
(103,135,130)
#5C7974
(92,121,116)
#516B66
(81,107,102)
#465D58
(70,93,88)
#3B4F4A
(59,79,74)
#30413C
(48,65,60)
#25332E
(37,51,46)
#1A2520
(26,37,32)
#0F1712
(15,23,18)
#000000
(0,0,0)

Tints of #7DA39E

#7DA39E
(125,163,158)
#88ABA6
(136,171,166)
#93B3AE
(147,179,174)
#9EBBB6
(158,187,182)
#A9C3BE
(169,195,190)
#B4CBC6
(180,203,198)
#BFD3CE
(191,211,206)
#CADBD6
(202,219,214)
#D5E3DE
(213,227,222)
#E0EBE6
(224,235,230)
#EBF3EE
(235,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DA39E; }

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

This text font color is #7DA39E.


Background Color

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

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

This div background color is #7DA39E.


Border color

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

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

This div border color is #7DA39E.


Opacity

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

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

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

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

This text has shadow with #7DA39E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DA39E on black background.


Color preview on white background

This text has color #7DA39E on white background.



Black color preview on #7DA39E background

This text has black color on #7DA39E background.


White color preview on #7DA39E background

This text has white color on #7DA39E background.