COLOR #7DB696

HEX: #7DB696 RGB: (125,182,150)

Color info

#7DB696 contains red, green and blue colors in about the same proportion. Web safe color of #7DB696 is #66CC99 (or #6C9).

RGB color model

#7DB696 color RGB value is (125,182,150).

RGB: (125,182,150) (49%, 71%, 59%)

RGB channels and saturation

R 125 of 255 = 49%
G 182 of 255 = 71%
B 150 of 255 = 59%

125
182
150

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

Portions of RGB colors in percentages

R + G + B = 125 + 182 + 150 = 457 (100%)
R 125 of 457 ~ 27.35%
G 182 of 457 ~ 39.82%
B 150 of 457 ~ 32.82'%

%27.35
%39.82
%32.82

CMYK color model

#7DB696 color CMYK value is (31,0,18,29).

  • cyan value is 31.32%
  • magenta value is 0.00%
  • yellow value is 17.58%
  • key color value is 28.63%

CMYK: (31,0,18,29)
C31M0Y18K29 (31%, 0%, 18%, 29%)
(0.31 / 0.00 / 0.18 / 0.29)

CMYK percentages

%31.32
%0
%17.58
%28.63

Codes

Color #7DB696 in popluar color models

7D B6 96
RGB 125 182 150
HSL 146° 28.08% 60.20%
HSB/HSV 146° 31.32% 71.37%
CMYK 31.32% 0.00% 17.58%
28.63%

Color #7DB696 in popluar number systems.

HEX 7D B6 96
Decimal 125 182 150
Binary 1111101 10110110 10010110
Octal 175 266 226

Shades and tints

Shades of #7DB696

#7DB696
(125,182,150)
#72A689
(114,166,137)
#67967C
(103,150,124)
#5C866F
(92,134,111)
#517662
(81,118,98)
#466655
(70,102,85)
#3B5648
(59,86,72)
#30463B
(48,70,59)
#25362E
(37,54,46)
#1A2621
(26,38,33)
#0F1614
(15,22,20)
#000000
(0,0,0)

Tints of #7DB696

#7DB696
(125,182,150)
#88BC9F
(136,188,159)
#93C2A8
(147,194,168)
#9EC8B1
(158,200,177)
#A9CEBA
(169,206,186)
#B4D4C3
(180,212,195)
#BFDACC
(191,218,204)
#CAE0D5
(202,224,213)
#D5E6DE
(213,230,222)
#E0ECE7
(224,236,231)
#EBF2F0
(235,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DB696; }

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

This text font color is #7DB696.

Background Color

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

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

This div background color is #7DB696.

Border color

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

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

This div border color is #7DB696.

Opacity

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

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

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

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

This text has shadow with #7DB696 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7DB696.

Preview

Color preview on black background

This text has color #7DB696 on black background.


Color preview on white background

This text has color #7DB696 on white background.


Black color preview on #7DB696 background

This text has black color on #7DB696 background.


White color preview on #7DB696 background

This text has white color on #7DB696 background.


Related colors

Complementary color

Complementary color for #hex is #824969.


I love getcolorcode.com

Triadic colors

1 #967DB6 and #B6967D with #7DB696 are triadic colors.

2 #96B67D and #B67D96 with #7DB696 are triadic colors.