COLOR #7DB78E

HEX: #7DB78E
RGB: (125,183,142)

Color info

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

RGB color model

#7DB78E color RGB value is (125,183,142).

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

RGB channels and saturation

R 125 of 255 = 49%
G 183 of 255 = 72%
B 142 of 255 = 56%

125
183
142

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

Portions of RGB colors in percentages

R + G + B =
125 + 183 + 142 = 450 (100%)
R 125 of 450 ~ 27.78%
G 183 of 450 ~ 40.67%
B 142 of 450 ~ 31.56%

%27.78
%40.67
%31.56

CMYK color model

#7DB78E color CMYK value is (32,0,22,28).

  • cyan value is 31.69%
  • magenta value is 0.00%
  • yellow value is 22.40%
  • key color value is 28.24%
CMYK:
(32,0,22,28)
C32M0Y22K28 
(32%,0%,22%,28%)
(0.32/0.00/0.22/0.28)	

CMYK percentages

%31.69
%0
%22.4
%28.24

Codes

Color #7DB78E in popluar color models

7DB78E
RGB125183142
HSL138°28.71%60.39%
HSB/HSV138°31.69%71.76%
CMYK31.69%0.00%22.40%
28.24%

Color #7DB78E in popluar number systems.

HEX7DB78E
Decimal125183142
Binary11111011011011110001110
Octal175267216

Shades and tints

Shades of #7DB78E

#7DB78E
(125,183,142)
#72A782
(114,167,130)
#679776
(103,151,118)
#5C876A
(92,135,106)
#51775E
(81,119,94)
#466752
(70,103,82)
#3B5746
(59,87,70)
#30473A
(48,71,58)
#25372E
(37,55,46)
#1A2722
(26,39,34)
#0F1716
(15,23,22)
#000000
(0,0,0)

Tints of #7DB78E

#7DB78E
(125,183,142)
#88BD98
(136,189,152)
#93C3A2
(147,195,162)
#9EC9AC
(158,201,172)
#A9CFB6
(169,207,182)
#B4D5C0
(180,213,192)
#BFDBCA
(191,219,202)
#CAE1D4
(202,225,212)
#D5E7DE
(213,231,222)
#E0EDE8
(224,237,232)
#EBF3F2
(235,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DB78E; }

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

This text font color is #7DB78E.


Background Color

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

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

This div background color is #7DB78E.


Border color

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

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

This div border color is #7DB78E.


Opacity

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

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

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

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

This text has shadow with #7DB78E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DB78E on black background.


Color preview on white background

This text has color #7DB78E on white background.



Black color preview on #7DB78E background

This text has black color on #7DB78E background.


White color preview on #7DB78E background

This text has white color on #7DB78E background.