COLOR #7DBA86

HEX: #7DBA86 RGB: (125,186,134)

Color info

#7DBA86 contains mainly green and blue colors. Web safe color of #7DBA86 is #66CC99 (or #6C9).

RGB color model

#7DBA86 color RGB value is (125,186,134).

RGB: (125,186,134) (49%, 73%, 53%)

RGB channels and saturation

R 125 of 255 = 49%
G 186 of 255 = 73%
B 134 of 255 = 53%

125
186
134

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

Portions of RGB colors in percentages

R + G + B = 125 + 186 + 134 = 445 (100%)
R 125 of 445 ~ 28.09%
G 186 of 445 ~ 41.8%
B 134 of 445 ~ 30.11'%

%28.09
%41.8
%30.11

CMYK color model

#7DBA86 color CMYK value is (33,0,28,27).

  • cyan value is 32.80%
  • magenta value is 0.00%
  • yellow value is 27.96%
  • key color value is 27.06%
CMYK: (33,0,28,27) C33M0Y28K27 (33%,0%,28%,27%) (0.33/0.00/0.28/0.27) 

CMYK percentages

%32.8
%0
%27.96
%27.06

Codes

Color #7DBA86 in popluar color models

7D BA 86
RGB 125 186 134
HSL 129° 30.65% 60.98%
HSB/HSV 129° 32.80% 72.94%
CMYK 32.80% 0.00% 27.96%
27.06%

Color #7DBA86 in popluar number systems.

HEX 7D BA 86
Decimal 125 186 134
Binary 1111101 10111010 10000110
Octal 175 272 206

Shades and tints

Shades of #7DBA86

#7DBA86
(125,186,134)
#72AA7A
(114,170,122)
#679A6E
(103,154,110)
#5C8A62
(92,138,98)
#517A56
(81,122,86)
#466A4A
(70,106,74)
#3B5A3E
(59,90,62)
#304A32
(48,74,50)
#253A26
(37,58,38)
#1A2A1A
(26,42,26)
#0F1A0E
(15,26,14)
#000000
(0,0,0)

Tints of #7DBA86

#7DBA86
(125,186,134)
#88C091
(136,192,145)
#93C69C
(147,198,156)
#9ECCA7
(158,204,167)
#A9D2B2
(169,210,178)
#B4D8BD
(180,216,189)
#BFDEC8
(191,222,200)
#CAE4D3
(202,228,211)
#D5EADE
(213,234,222)
#E0F0E9
(224,240,233)
#EBF6F4
(235,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DBA86 color. Also use rgb(125,186,134) instead hex code.

Text Font Color

.myTextColor { color: #7DBA86; }

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

This text font color is #7DBA86.

Background Color

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

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

This div background color is #7DBA86.

Border color

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

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

This div border color is #7DBA86.

Opacity

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

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

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

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

This text has shadow with #7DBA86 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7DBA86.

Preview

Color preview on black background

This text has color #7DBA86 on black background.


Color preview on white background

This text has color #7DBA86 on white background.


Black color preview on #7DBA86 background

This text has black color on #7DBA86 background.


White color preview on #7DBA86 background

This text has white color on #7DBA86 background.


Related colors

Complementary color

Complementary color for #hex is #824579.


I love getcolorcode.com

Triadic colors

1 #867DBA and #BA867D with #7DBA86 are triadic colors.

2 #86BA7D and #BA7D86 with #7DBA86 are triadic colors.