COLOR #7DB886

HEX: #7DB886
RGB: (125,184,134)

Color info

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

RGB color model

#7DB886 color RGB value is (125,184,134).

  • red value is 125;
  • green value is 184;
  • blue value is 134.
RGB:
(125,184,134)
(49%,72%,53%)

RGB channels and saturation

R 125 of 255 = 49%
G 184 of 255 = 72%
B 134 of 255 = 53%

125
184
134

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

Portions of RGB colors in percentages

R + G + B =
125 + 184 + 134 = 443 (100%)
R 125 of 443 ~ 28.22%
G 184 of 443 ~ 41.53%
B 134 of 443 ~ 30.25%

%28.22
%41.53
%30.25

CMYK color model

#7DB886 color CMYK value is (32,0,27,28).

  • cyan value is 32.07%
  • magenta value is 0.00%
  • yellow value is 27.17%
  • key color value is 27.84%
CMYK:
(32,0,27,28)
C32M0Y27K28 
(32%,0%,27%,28%)
(0.32/0.00/0.27/0.28)	

CMYK percentages

%32.07
%0
%27.17
%27.84

Codes

Color #7DB886 in popluar color models

7DB886
RGB125184134
HSL129°29.35%60.59%
HSB/HSV129°32.07%72.16%
CMYK32.07%0.00%27.17%
27.84%

Color #7DB886 in popluar number systems.

HEX7DB886
Decimal125184134
Binary11111011011100010000110
Octal175270206

Shades and tints

Shades of #7DB886

#7DB886
(125,184,134)
#72A87A
(114,168,122)
#67986E
(103,152,110)
#5C8862
(92,136,98)
#517856
(81,120,86)
#46684A
(70,104,74)
#3B583E
(59,88,62)
#304832
(48,72,50)
#253826
(37,56,38)
#1A281A
(26,40,26)
#0F180E
(15,24,14)
#000000
(0,0,0)

Tints of #7DB886

#7DB886
(125,184,134)
#88BE91
(136,190,145)
#93C49C
(147,196,156)
#9ECAA7
(158,202,167)
#A9D0B2
(169,208,178)
#B4D6BD
(180,214,189)
#BFDCC8
(191,220,200)
#CAE2D3
(202,226,211)
#D5E8DE
(213,232,222)
#E0EEE9
(224,238,233)
#EBF4F4
(235,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DB886; }

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

This text font color is #7DB886.


Background Color

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

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

This div background color is #7DB886.


Border color

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

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

This div border color is #7DB886.


Opacity

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

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

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

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

This text has shadow with #7DB886 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DB886 on black background.


Color preview on white background

This text has color #7DB886 on white background.



Black color preview on #7DB886 background

This text has black color on #7DB886 background.


White color preview on #7DB886 background

This text has white color on #7DB886 background.