COLOR #7DA99F

HEX: #7DA99F
RGB: (125,169,159)

Color info

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

RGB color model

#7DA99F color RGB value is (125,169,159).

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

RGB channels and saturation

R 125 of 255 = 49%
G 169 of 255 = 66%
B 159 of 255 = 62%

125
169
159

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

Portions of RGB colors in percentages

R + G + B =
125 + 169 + 159 = 453 (100%)
R 125 of 453 ~ 27.59%
G 169 of 453 ~ 37.31%
B 159 of 453 ~ 35.1%

%27.59
%37.31
%35.1

CMYK color model

#7DA99F color CMYK value is (26,0,6,34).

  • cyan value is 26.04%
  • magenta value is 0.00%
  • yellow value is 5.92%
  • key color value is 33.73%
CMYK:
(26,0,6,34)
C26M0Y6K34 
(26%,0%,6%,34%)
(0.26/0.00/0.06/0.34)	

CMYK percentages

%26.04
%0
%5.92
%33.73

Codes

Color #7DA99F in popluar color models

7DA99F
RGB125169159
HSL166°20.37%57.65%
HSB/HSV166°26.04%66.27%
CMYK26.04%0.00%5.92%
33.73%

Color #7DA99F in popluar number systems.

HEX7DA99F
Decimal125169159
Binary11111011010100110011111
Octal175251237

Shades and tints

Shades of #7DA99F

#7DA99F
(125,169,159)
#729A91
(114,154,145)
#678B83
(103,139,131)
#5C7C75
(92,124,117)
#516D67
(81,109,103)
#465E59
(70,94,89)
#3B4F4B
(59,79,75)
#30403D
(48,64,61)
#25312F
(37,49,47)
#1A2221
(26,34,33)
#0F1313
(15,19,19)
#000000
(0,0,0)

Tints of #7DA99F

#7DA99F
(125,169,159)
#88B0A7
(136,176,167)
#93B7AF
(147,183,175)
#9EBEB7
(158,190,183)
#A9C5BF
(169,197,191)
#B4CCC7
(180,204,199)
#BFD3CF
(191,211,207)
#CADAD7
(202,218,215)
#D5E1DF
(213,225,223)
#E0E8E7
(224,232,231)
#EBEFEF
(235,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DA99F; }

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

This text font color is #7DA99F.


Background Color

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

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

This div background color is #7DA99F.


Border color

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

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

This div border color is #7DA99F.


Opacity

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

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

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

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

This text has shadow with #7DA99F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DA99F on black background.


Color preview on white background

This text has color #7DA99F on white background.



Black color preview on #7DA99F background

This text has black color on #7DA99F background.


White color preview on #7DA99F background

This text has white color on #7DA99F background.