COLOR #7DA08B

HEX: #7DA08B
RGB: (125,160,139)

Color info

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

RGB color model

#7DA08B color RGB value is (125,160,139).

  • red value is 125;
  • green value is 160;
  • blue value is 139.
RGB:
(125,160,139)
(49%,63%,55%)

RGB channels and saturation

R 125 of 255 = 49%
G 160 of 255 = 63%
B 139 of 255 = 55%

125
160
139

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

Portions of RGB colors in percentages

R + G + B =
125 + 160 + 139 = 424 (100%)
R 125 of 424 ~ 29.48%
G 160 of 424 ~ 37.74%
B 139 of 424 ~ 32.78%

%29.48
%37.74
%32.78

CMYK color model

#7DA08B color CMYK value is (22,0,13,37).

  • cyan value is 21.88%
  • magenta value is 0.00%
  • yellow value is 13.13%
  • key color value is 37.25%
CMYK:
(22,0,13,37)
C22M0Y13K37 
(22%,0%,13%,37%)
(0.22/0.00/0.13/0.37)	

CMYK percentages

%21.88
%0
%13.13
%37.25

Codes

Color #7DA08B in popluar color models

7DA08B
RGB125160139
HSL144°15.56%55.88%
HSB/HSV144°21.88%62.75%
CMYK21.88%0.00%13.13%
37.25%

Color #7DA08B in popluar number systems.

HEX7DA08B
Decimal125160139
Binary11111011010000010001011
Octal175240213

Shades and tints

Shades of #7DA08B

#7DA08B
(125,160,139)
#72927F
(114,146,127)
#678473
(103,132,115)
#5C7667
(92,118,103)
#51685B
(81,104,91)
#465A4F
(70,90,79)
#3B4C43
(59,76,67)
#303E37
(48,62,55)
#25302B
(37,48,43)
#1A221F
(26,34,31)
#0F1413
(15,20,19)
#000000
(0,0,0)

Tints of #7DA08B

#7DA08B
(125,160,139)
#88A895
(136,168,149)
#93B09F
(147,176,159)
#9EB8A9
(158,184,169)
#A9C0B3
(169,192,179)
#B4C8BD
(180,200,189)
#BFD0C7
(191,208,199)
#CAD8D1
(202,216,209)
#D5E0DB
(213,224,219)
#E0E8E5
(224,232,229)
#EBF0EF
(235,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DA08B; }

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

This text font color is #7DA08B.


Background Color

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

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

This div background color is #7DA08B.


Border color

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

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

This div border color is #7DA08B.


Opacity

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

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

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

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

This text has shadow with #7DA08B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DA08B on black background.


Color preview on white background

This text has color #7DA08B on white background.



Black color preview on #7DA08B background

This text has black color on #7DA08B background.


White color preview on #7DA08B background

This text has white color on #7DA08B background.