COLOR #7DA98F

HEX: #7DA98F
RGB: (125,169,143)

Color info

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

RGB color model

#7DA98F color RGB value is (125,169,143).

  • red value is 125;
  • green value is 169;
  • blue value is 143.
RGB:
(125,169,143)
(49%,66%,56%)

RGB channels and saturation

R 125 of 255 = 49%
G 169 of 255 = 66%
B 143 of 255 = 56%

125
169
143

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

Portions of RGB colors in percentages

R + G + B =
125 + 169 + 143 = 437 (100%)
R 125 of 437 ~ 28.6%
G 169 of 437 ~ 38.67%
B 143 of 437 ~ 32.72%

%28.6
%38.67
%32.72

CMYK color model

#7DA98F color CMYK value is (26,0,15,34).

  • cyan value is 26.04%
  • magenta value is 0.00%
  • yellow value is 15.38%
  • key color value is 33.73%
CMYK:
(26,0,15,34)
C26M0Y15K34 
(26%,0%,15%,34%)
(0.26/0.00/0.15/0.34)	

CMYK percentages

%26.04
%0
%15.38
%33.73

Codes

Color #7DA98F in popluar color models

7DA98F
RGB125169143
HSL145°20.37%57.65%
HSB/HSV145°26.04%66.27%
CMYK26.04%0.00%15.38%
33.73%

Color #7DA98F in popluar number systems.

HEX7DA98F
Decimal125169143
Binary11111011010100110001111
Octal175251217

Shades and tints

Shades of #7DA98F

#7DA98F
(125,169,143)
#729A82
(114,154,130)
#678B75
(103,139,117)
#5C7C68
(92,124,104)
#516D5B
(81,109,91)
#465E4E
(70,94,78)
#3B4F41
(59,79,65)
#304034
(48,64,52)
#253127
(37,49,39)
#1A221A
(26,34,26)
#0F130D
(15,19,13)
#000000
(0,0,0)

Tints of #7DA98F

#7DA98F
(125,169,143)
#88B099
(136,176,153)
#93B7A3
(147,183,163)
#9EBEAD
(158,190,173)
#A9C5B7
(169,197,183)
#B4CCC1
(180,204,193)
#BFD3CB
(191,211,203)
#CADAD5
(202,218,213)
#D5E1DF
(213,225,223)
#E0E8E9
(224,232,233)
#EBEFF3
(235,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DA98F; }

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

This text font color is #7DA98F.


Background Color

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

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

This div background color is #7DA98F.


Border color

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

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

This div border color is #7DA98F.


Opacity

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

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

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

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

This text has shadow with #7DA98F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DA98F on black background.


Color preview on white background

This text has color #7DA98F on white background.



Black color preview on #7DA98F background

This text has black color on #7DA98F background.


White color preview on #7DA98F background

This text has white color on #7DA98F background.