COLOR #7DB196

HEX: #7DB196 RGB: (125,177,150)

Color info

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

RGB color model

#7DB196 color RGB value is (125,177,150).

RGB: (125,177,150) (49%, 69%, 59%)

RGB channels and saturation

R 125 of 255 = 49%
G 177 of 255 = 69%
B 150 of 255 = 59%

125
177
150

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

Portions of RGB colors in percentages

R + G + B = 125 + 177 + 150 = 452 (100%)
R 125 of 452 ~ 27.65%
G 177 of 452 ~ 39.16%
B 150 of 452 ~ 33.19'%

%27.65
%39.16
%33.19

CMYK color model

#7DB196 color CMYK value is (29,0,15,31).

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

CMYK: (29,0,15,31)
C29M0Y15K31 (29%, 0%, 15%, 31%)
(0.29 / 0.00 / 0.15 / 0.31)

CMYK percentages

%29.38
%0
%15.25
%30.59

Codes

Color #7DB196 in popluar color models

7D B1 96
RGB 125 177 150
HSL 149° 25.00% 59.22%
HSB/HSV 149° 29.38% 69.41%
CMYK 29.38% 0.00% 15.25%
30.59%

Color #7DB196 in popluar number systems.

HEX 7D B1 96
Decimal 125 177 150
Binary 1111101 10110001 10010110
Octal 175 261 226

Shades and tints

Shades of #7DB196

#7DB196
(125,177,150)
#72A189
(114,161,137)
#67917C
(103,145,124)
#5C816F
(92,129,111)
#517162
(81,113,98)
#466155
(70,97,85)
#3B5148
(59,81,72)
#30413B
(48,65,59)
#25312E
(37,49,46)
#1A2121
(26,33,33)
#0F1114
(15,17,20)
#000000
(0,0,0)

Tints of #7DB196

#7DB196
(125,177,150)
#88B89F
(136,184,159)
#93BFA8
(147,191,168)
#9EC6B1
(158,198,177)
#A9CDBA
(169,205,186)
#B4D4C3
(180,212,195)
#BFDBCC
(191,219,204)
#CAE2D5
(202,226,213)
#D5E9DE
(213,233,222)
#E0F0E7
(224,240,231)
#EBF7F0
(235,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DB196; }

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

This text font color is #7DB196.

Background Color

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

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

This div background color is #7DB196.

Border color

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

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

This div border color is #7DB196.

Opacity

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

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

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

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

This text has shadow with #7DB196 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7DB196.

Preview

Color preview on black background

This text has color #7DB196 on black background.


Color preview on white background

This text has color #7DB196 on white background.


Black color preview on #7DB196 background

This text has black color on #7DB196 background.


White color preview on #7DB196 background

This text has white color on #7DB196 background.


Related colors

Complementary color

Complementary color for #hex is #824E69.


I love getcolorcode.com

Triadic colors

1 #967DB1 and #B1967D with #7DB196 are triadic colors.

2 #96B17D and #B17D96 with #7DB196 are triadic colors.