COLOR #7DB18F

HEX: #7DB18F RGB: (125,177,143)

Color info

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

RGB color model

#7DB18F color RGB value is (125,177,143).

RGB: (125,177,143) (49%, 69%, 56%)

RGB channels and saturation

R 125 of 255 = 49%
G 177 of 255 = 69%
B 143 of 255 = 56%

125
177
143

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

Portions of RGB colors in percentages

R + G + B = 125 + 177 + 143 = 445 (100%)
R 125 of 445 ~ 28.09%
G 177 of 445 ~ 39.78%
B 143 of 445 ~ 32.13'%

%28.09
%39.78
%32.13

CMYK color model

#7DB18F color CMYK value is (29,0,19,31).

  • cyan value is 29.38%
  • magenta value is 0.00%
  • yellow value is 19.21%
  • key color value is 30.59%

CMYK: (29,0,19,31)
C29M0Y19K31 (29%, 0%, 19%, 31%)
(0.29 / 0.00 / 0.19 / 0.31)

CMYK percentages

%29.38
%0
%19.21
%30.59

Codes

Color #7DB18F in popluar color models

7D B1 8F
RGB 125 177 143
HSL 141° 25.00% 59.22%
HSB/HSV 141° 29.38% 69.41%
CMYK 29.38% 0.00% 19.21%
30.59%

Color #7DB18F in popluar number systems.

HEX 7D B1 8F
Decimal 125 177 143
Binary 1111101 10110001 10001111
Octal 175 261 217

Shades and tints

Shades of #7DB18F

#7DB18F
(125,177,143)
#72A182
(114,161,130)
#679175
(103,145,117)
#5C8168
(92,129,104)
#51715B
(81,113,91)
#46614E
(70,97,78)
#3B5141
(59,81,65)
#304134
(48,65,52)
#253127
(37,49,39)
#1A211A
(26,33,26)
#0F110D
(15,17,13)
#000000
(0,0,0)

Tints of #7DB18F

#7DB18F
(125,177,143)
#88B899
(136,184,153)
#93BFA3
(147,191,163)
#9EC6AD
(158,198,173)
#A9CDB7
(169,205,183)
#B4D4C1
(180,212,193)
#BFDBCB
(191,219,203)
#CAE2D5
(202,226,213)
#D5E9DF
(213,233,223)
#E0F0E9
(224,240,233)
#EBF7F3
(235,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DB18F; }

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

This text font color is #7DB18F.

Background Color

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

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

This div background color is #7DB18F.

Border color

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

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

This div border color is #7DB18F.

Opacity

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

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

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

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

This text has shadow with #7DB18F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7DB18F.

Preview

Color preview on black background

This text has color #7DB18F on black background.


Color preview on white background

This text has color #7DB18F on white background.


Black color preview on #7DB18F background

This text has black color on #7DB18F background.


White color preview on #7DB18F background

This text has white color on #7DB18F background.


Related colors

Complementary color

Complementary color for #hex is #824E70.


I love getcolorcode.com

Triadic colors

1 #8F7DB1 and #B18F7D with #7DB18F are triadic colors.

2 #8FB17D and #B17D8F with #7DB18F are triadic colors.