COLOR #7DB296

HEX: #7DB296 RGB: (125,178,150)

Color info

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

RGB color model

#7DB296 color RGB value is (125,178,150).

RGB: (125,178,150) (49%, 70%, 59%)

RGB channels and saturation

R 125 of 255 = 49%
G 178 of 255 = 70%
B 150 of 255 = 59%

125
178
150

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

Portions of RGB colors in percentages

R + G + B = 125 + 178 + 150 = 453 (100%)
R 125 of 453 ~ 27.59%
G 178 of 453 ~ 39.29%
B 150 of 453 ~ 33.11'%

%27.59
%39.29
%33.11

CMYK color model

#7DB296 color CMYK value is (30,0,16,30).

  • cyan value is 29.78%
  • magenta value is 0.00%
  • yellow value is 15.73%
  • key color value is 30.20%

CMYK: (30,0,16,30)
C30M0Y16K30 (30%, 0%, 16%, 30%)
(0.30 / 0.00 / 0.16 / 0.30)

CMYK percentages

%29.78
%0
%15.73
%30.2

Codes

Color #7DB296 in popluar color models

7D B2 96
RGB 125 178 150
HSL 148° 25.60% 59.41%
HSB/HSV 148° 29.78% 69.80%
CMYK 29.78% 0.00% 15.73%
30.20%

Color #7DB296 in popluar number systems.

HEX 7D B2 96
Decimal 125 178 150
Binary 1111101 10110010 10010110
Octal 175 262 226

Shades and tints

Shades of #7DB296

#7DB296
(125,178,150)
#72A289
(114,162,137)
#67927C
(103,146,124)
#5C826F
(92,130,111)
#517262
(81,114,98)
#466255
(70,98,85)
#3B5248
(59,82,72)
#30423B
(48,66,59)
#25322E
(37,50,46)
#1A2221
(26,34,33)
#0F1214
(15,18,20)
#000000
(0,0,0)

Tints of #7DB296

#7DB296
(125,178,150)
#88B99F
(136,185,159)
#93C0A8
(147,192,168)
#9EC7B1
(158,199,177)
#A9CEBA
(169,206,186)
#B4D5C3
(180,213,195)
#BFDCCC
(191,220,204)
#CAE3D5
(202,227,213)
#D5EADE
(213,234,222)
#E0F1E7
(224,241,231)
#EBF8F0
(235,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DB296; }

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

This text font color is #7DB296.

Background Color

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

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

This div background color is #7DB296.

Border color

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

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

This div border color is #7DB296.

Opacity

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

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

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

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

This text has shadow with #7DB296 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7DB296.

Preview

Color preview on black background

This text has color #7DB296 on black background.


Color preview on white background

This text has color #7DB296 on white background.


Black color preview on #7DB296 background

This text has black color on #7DB296 background.


White color preview on #7DB296 background

This text has white color on #7DB296 background.


Related colors

Complementary color

Complementary color for #hex is #824D69.


I love getcolorcode.com

Triadic colors

1 #967DB2 and #B2967D with #7DB296 are triadic colors.

2 #96B27D and #B27D96 with #7DB296 are triadic colors.