COLOR #7DA69F

HEX: #7DA69F
RGB: (125,166,159)

Color info

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

RGB color model

#7DA69F color RGB value is (125,166,159).

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

RGB channels and saturation

R 125 of 255 = 49%
G 166 of 255 = 65%
B 159 of 255 = 62%

125
166
159

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

Portions of RGB colors in percentages

R + G + B =
125 + 166 + 159 = 450 (100%)
R 125 of 450 ~ 27.78%
G 166 of 450 ~ 36.89%
B 159 of 450 ~ 35.33%

%27.78
%36.89
%35.33

CMYK color model

#7DA69F color CMYK value is (25,0,4,35).

  • cyan value is 24.70%
  • magenta value is 0.00%
  • yellow value is 4.22%
  • key color value is 34.90%
CMYK:
(25,0,4,35)
C25M0Y4K35 
(25%,0%,4%,35%)
(0.25/0.00/0.04/0.35)	

CMYK percentages

%24.7
%0
%4.22
%34.9

Codes

Color #7DA69F in popluar color models

7DA69F
RGB125166159
HSL170°18.72%57.06%
HSB/HSV170°24.70%65.10%
CMYK24.70%0.00%4.22%
34.90%

Color #7DA69F in popluar number systems.

HEX7DA69F
Decimal125166159
Binary11111011010011010011111
Octal175246237

Shades and tints

Shades of #7DA69F

#7DA69F
(125,166,159)
#729791
(114,151,145)
#678883
(103,136,131)
#5C7975
(92,121,117)
#516A67
(81,106,103)
#465B59
(70,91,89)
#3B4C4B
(59,76,75)
#303D3D
(48,61,61)
#252E2F
(37,46,47)
#1A1F21
(26,31,33)
#0F1013
(15,16,19)
#000000
(0,0,0)

Tints of #7DA69F

#7DA69F
(125,166,159)
#88AEA7
(136,174,167)
#93B6AF
(147,182,175)
#9EBEB7
(158,190,183)
#A9C6BF
(169,198,191)
#B4CEC7
(180,206,199)
#BFD6CF
(191,214,207)
#CADED7
(202,222,215)
#D5E6DF
(213,230,223)
#E0EEE7
(224,238,231)
#EBF6EF
(235,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DA69F; }

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

This text font color is #7DA69F.


Background Color

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

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

This div background color is #7DA69F.


Border color

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

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

This div border color is #7DA69F.


Opacity

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

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

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

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

This text has shadow with #7DA69F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DA69F on black background.


Color preview on white background

This text has color #7DA69F on white background.



Black color preview on #7DA69F background

This text has black color on #7DA69F background.


White color preview on #7DA69F background

This text has white color on #7DA69F background.