COLOR #7DA09F

HEX: #7DA09F RGB: (125,160,159)

Color info

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

RGB color model

#7DA09F color RGB value is (125,160,159).

RGB: (125,160,159) (49%, 63%, 62%)

RGB channels and saturation

R 125 of 255 = 49%
G 160 of 255 = 63%
B 159 of 255 = 62%

125
160
159

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

Portions of RGB colors in percentages

R + G + B = 125 + 160 + 159 = 444 (100%)
R 125 of 444 ~ 28.15%
G 160 of 444 ~ 36.04%
B 159 of 444 ~ 35.81'%

%28.15
%36.04
%35.81

CMYK color model

#7DA09F color CMYK value is (22,0,1,37).

  • cyan value is 21.88%
  • magenta value is 0.00%
  • yellow value is 0.62%
  • key color value is 37.25%

CMYK: (22,0,1,37)
C22M0Y1K37 (22%, 0%, 1%, 37%)
(0.22 / 0.00 / 0.01 / 0.37)

CMYK percentages

%21.88
%0
%0.62
%37.25

Codes

Color #7DA09F in popluar color models

7D A0 9F
RGB 125 160 159
HSL 178° 15.56% 55.88%
HSB/HSV 178° 21.88% 62.75%
CMYK 21.88% 0.00% 0.62%
37.25%

Color #7DA09F in popluar number systems.

HEX 7D A0 9F
Decimal 125 160 159
Binary 1111101 10100000 10011111
Octal 175 240 237

Shades and tints

Shades of #7DA09F

#7DA09F
(125,160,159)
#729291
(114,146,145)
#678483
(103,132,131)
#5C7675
(92,118,117)
#516867
(81,104,103)
#465A59
(70,90,89)
#3B4C4B
(59,76,75)
#303E3D
(48,62,61)
#25302F
(37,48,47)
#1A2221
(26,34,33)
#0F1413
(15,20,19)
#000000
(0,0,0)

Tints of #7DA09F

#7DA09F
(125,160,159)
#88A8A7
(136,168,167)
#93B0AF
(147,176,175)
#9EB8B7
(158,184,183)
#A9C0BF
(169,192,191)
#B4C8C7
(180,200,199)
#BFD0CF
(191,208,207)
#CAD8D7
(202,216,215)
#D5E0DF
(213,224,223)
#E0E8E7
(224,232,231)
#EBF0EF
(235,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DA09F; }

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

This text font color is #7DA09F.

Background Color

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

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

This div background color is #7DA09F.

Border color

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

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

This div border color is #7DA09F.

Opacity

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

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

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

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

This text has shadow with #7DA09F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7DA09F.

Preview

Color preview on black background

This text has color #7DA09F on black background.


Color preview on white background

This text has color #7DA09F on white background.


Black color preview on #7DA09F background

This text has black color on #7DA09F background.


White color preview on #7DA09F background

This text has white color on #7DA09F background.


Related colors

Complementary color

Complementary color for #hex is #825F60.


I love getcolorcode.com

Triadic colors

1 #9F7DA0 and #A09F7D with #7DA09F are triadic colors.

2 #9FA07D and #A07D9F with #7DA09F are triadic colors.