COLOR #7DA49F

HEX: #7DA49F
RGB: (125,164,159)

Color info

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

RGB color model

#7DA49F color RGB value is (125,164,159).

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

RGB channels and saturation

R 125 of 255 = 49%
G 164 of 255 = 64%
B 159 of 255 = 62%

125
164
159

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

Portions of RGB colors in percentages

R + G + B =
125 + 164 + 159 = 448 (100%)
R 125 of 448 ~ 27.9%
G 164 of 448 ~ 36.61%
B 159 of 448 ~ 35.49%

%27.9
%36.61
%35.49

CMYK color model

#7DA49F color CMYK value is (24,0,3,36).

  • cyan value is 23.78%
  • magenta value is 0.00%
  • yellow value is 3.05%
  • key color value is 35.69%
CMYK:
(24,0,3,36)
C24M0Y3K36 
(24%,0%,3%,36%)
(0.24/0.00/0.03/0.36)	

CMYK percentages

%23.78
%0
%3.05
%35.69

Codes

Color #7DA49F in popluar color models

7DA49F
RGB125164159
HSL172°17.65%56.67%
HSB/HSV172°23.78%64.31%
CMYK23.78%0.00%3.05%
35.69%

Color #7DA49F in popluar number systems.

HEX7DA49F
Decimal125164159
Binary11111011010010010011111
Octal175244237

Shades and tints

Shades of #7DA49F

#7DA49F
(125,164,159)
#729691
(114,150,145)
#678883
(103,136,131)
#5C7A75
(92,122,117)
#516C67
(81,108,103)
#465E59
(70,94,89)
#3B504B
(59,80,75)
#30423D
(48,66,61)
#25342F
(37,52,47)
#1A2621
(26,38,33)
#0F1813
(15,24,19)
#000000
(0,0,0)

Tints of #7DA49F

#7DA49F
(125,164,159)
#88ACA7
(136,172,167)
#93B4AF
(147,180,175)
#9EBCB7
(158,188,183)
#A9C4BF
(169,196,191)
#B4CCC7
(180,204,199)
#BFD4CF
(191,212,207)
#CADCD7
(202,220,215)
#D5E4DF
(213,228,223)
#E0ECE7
(224,236,231)
#EBF4EF
(235,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DA49F; }

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

This text font color is #7DA49F.


Background Color

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

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

This div background color is #7DA49F.


Border color

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

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

This div border color is #7DA49F.


Opacity

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

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

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

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

This text has shadow with #7DA49F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DA49F on black background.


Color preview on white background

This text has color #7DA49F on white background.



Black color preview on #7DA49F background

This text has black color on #7DA49F background.


White color preview on #7DA49F background

This text has white color on #7DA49F background.