COLOR #7DB785

HEX: #7DB785
RGB: (125,183,133)

Color info

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

RGB color model

#7DB785 color RGB value is (125,183,133).

  • red value is 125;
  • green value is 183;
  • blue value is 133.
RGB:
(125,183,133)
(49%,72%,52%)

RGB channels and saturation

R 125 of 255 = 49%
G 183 of 255 = 72%
B 133 of 255 = 52%

125
183
133

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

Portions of RGB colors in percentages

R + G + B =
125 + 183 + 133 = 441 (100%)
R 125 of 441 ~ 28.34%
G 183 of 441 ~ 41.5%
B 133 of 441 ~ 30.16%

%28.34
%41.5
%30.16

CMYK color model

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

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

CMYK percentages

%31.69
%0
%27.32
%28.24

Codes

Color #7DB785 in popluar color models

7DB785
RGB125183133
HSL128°28.71%60.39%
HSB/HSV128°31.69%71.76%
CMYK31.69%0.00%27.32%
28.24%

Color #7DB785 in popluar number systems.

HEX7DB785
Decimal125183133
Binary11111011011011110000101
Octal175267205

Shades and tints

Shades of #7DB785

#7DB785
(125,183,133)
#72A779
(114,167,121)
#67976D
(103,151,109)
#5C8761
(92,135,97)
#517755
(81,119,85)
#466749
(70,103,73)
#3B573D
(59,87,61)
#304731
(48,71,49)
#253725
(37,55,37)
#1A2719
(26,39,25)
#0F170D
(15,23,13)
#000000
(0,0,0)

Tints of #7DB785

#7DB785
(125,183,133)
#88BD90
(136,189,144)
#93C39B
(147,195,155)
#9EC9A6
(158,201,166)
#A9CFB1
(169,207,177)
#B4D5BC
(180,213,188)
#BFDBC7
(191,219,199)
#CAE1D2
(202,225,210)
#D5E7DD
(213,231,221)
#E0EDE8
(224,237,232)
#EBF3F3
(235,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DB785 color. Also use rgb(125,183,133) instead hex code.

Text Font Color

.myTextColor { color: #7DB785; }

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

This text font color is #7DB785.


Background Color

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

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

This div background color is #7DB785.


Border color

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

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

This div border color is #7DB785.


Opacity

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

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

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

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

This text has shadow with #7DB785 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DB785 on black background.


Color preview on white background

This text has color #7DB785 on white background.



Black color preview on #7DB785 background

This text has black color on #7DB785 background.


White color preview on #7DB785 background

This text has white color on #7DB785 background.