COLOR #7DBD7B

HEX: #7DBD7B
RGB: (125,189,123)

Color info

#7DBD7B contains mainly green color. Web safe color of #7DBD7B is #66CC66 (or #6C6).

RGB color model

#7DBD7B color RGB value is (125,189,123).

  • red value is 125;
  • green value is 189;
  • blue value is 123.
RGB:
(125,189,123)
(49%,74%,48%)

RGB channels and saturation

R 125 of 255 = 49%
G 189 of 255 = 74%
B 123 of 255 = 48%

125
189
123

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

Portions of RGB colors in percentages

R + G + B =
125 + 189 + 123 = 437 (100%)
R 125 of 437 ~ 28.6%
G 189 of 437 ~ 43.25%
B 123 of 437 ~ 28.15%

%28.6
%43.25
%28.15

CMYK color model

#7DBD7B color CMYK value is (34,0,35,26).

  • cyan value is 33.86%
  • magenta value is 0.00%
  • yellow value is 34.92%
  • key color value is 25.88%
CMYK:
(34,0,35,26)
C34M0Y35K26 
(34%,0%,35%,26%)
(0.34/0.00/0.35/0.26)	

CMYK percentages

%33.86
%0
%34.92
%25.88

Codes

Color #7DBD7B in popluar color models

7DBD7B
RGB125189123
HSL118°33.33%61.18%
HSB/HSV118°34.92%74.12%
CMYK33.86%0.00%34.92%
25.88%

Color #7DBD7B in popluar number systems.

HEX7DBD7B
Decimal125189123
Binary1111101101111011111011
Octal175275173

Shades and tints

Shades of #7DBD7B

#7DBD7B
(125,189,123)
#72AC70
(114,172,112)
#679B65
(103,155,101)
#5C8A5A
(92,138,90)
#51794F
(81,121,79)
#466844
(70,104,68)
#3B5739
(59,87,57)
#30462E
(48,70,46)
#253523
(37,53,35)
#1A2418
(26,36,24)
#0F130D
(15,19,13)
#000000
(0,0,0)

Tints of #7DBD7B

#7DBD7B
(125,189,123)
#88C387
(136,195,135)
#93C993
(147,201,147)
#9ECF9F
(158,207,159)
#A9D5AB
(169,213,171)
#B4DBB7
(180,219,183)
#BFE1C3
(191,225,195)
#CAE7CF
(202,231,207)
#D5EDDB
(213,237,219)
#E0F3E7
(224,243,231)
#EBF9F3
(235,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DBD7B color. Also use rgb(125,189,123) instead hex code.

Text Font Color

.myTextColor { color: #7DBD7B; }

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

This text font color is #7DBD7B.


Background Color

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

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

This div background color is #7DBD7B.


Border color

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

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

This div border color is #7DBD7B.


Opacity

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

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

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

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

This text has shadow with #7DBD7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DBD7B on black background.


Color preview on white background

This text has color #7DBD7B on white background.



Black color preview on #7DBD7B background

This text has black color on #7DBD7B background.


White color preview on #7DBD7B background

This text has white color on #7DBD7B background.