COLOR #7DB19F

HEX: #7DB19F
RGB: (125,177,159)

Color info

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

RGB color model

#7DB19F color RGB value is (125,177,159).

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

RGB channels and saturation

R 125 of 255 = 49%
G 177 of 255 = 69%
B 159 of 255 = 62%

125
177
159

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

Portions of RGB colors in percentages

R + G + B =
125 + 177 + 159 = 461 (100%)
R 125 of 461 ~ 27.11%
G 177 of 461 ~ 38.39%
B 159 of 461 ~ 34.49%

%27.11
%38.39
%34.49

CMYK color model

#7DB19F color CMYK value is (29,0,10,31).

  • cyan value is 29.38%
  • magenta value is 0.00%
  • yellow value is 10.17%
  • key color value is 30.59%
CMYK:
(29,0,10,31)
C29M0Y10K31 
(29%,0%,10%,31%)
(0.29/0.00/0.10/0.31)	

CMYK percentages

%29.38
%0
%10.17
%30.59

Codes

Color #7DB19F in popluar color models

7DB19F
RGB125177159
HSL159°25.00%59.22%
HSB/HSV159°29.38%69.41%
CMYK29.38%0.00%10.17%
30.59%

Color #7DB19F in popluar number systems.

HEX7DB19F
Decimal125177159
Binary11111011011000110011111
Octal175261237

Shades and tints

Shades of #7DB19F

#7DB19F
(125,177,159)
#72A191
(114,161,145)
#679183
(103,145,131)
#5C8175
(92,129,117)
#517167
(81,113,103)
#466159
(70,97,89)
#3B514B
(59,81,75)
#30413D
(48,65,61)
#25312F
(37,49,47)
#1A2121
(26,33,33)
#0F1113
(15,17,19)
#000000
(0,0,0)

Tints of #7DB19F

#7DB19F
(125,177,159)
#88B8A7
(136,184,167)
#93BFAF
(147,191,175)
#9EC6B7
(158,198,183)
#A9CDBF
(169,205,191)
#B4D4C7
(180,212,199)
#BFDBCF
(191,219,207)
#CAE2D7
(202,226,215)
#D5E9DF
(213,233,223)
#E0F0E7
(224,240,231)
#EBF7EF
(235,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DB19F; }

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

This text font color is #7DB19F.


Background Color

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

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

This div background color is #7DB19F.


Border color

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

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

This div border color is #7DB19F.


Opacity

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

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

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

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

This text has shadow with #7DB19F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DB19F on black background.


Color preview on white background

This text has color #7DB19F on white background.



Black color preview on #7DB19F background

This text has black color on #7DB19F background.


White color preview on #7DB19F background

This text has white color on #7DB19F background.