COLOR #7DB48D

HEX: #7DB48D RGB: (125,180,141)

Color info

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

RGB color model

#7DB48D color RGB value is (125,180,141).

RGB: (125,180,141) (49%, 71%, 55%)

RGB channels and saturation

R 125 of 255 = 49%
G 180 of 255 = 71%
B 141 of 255 = 55%

125
180
141

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

Portions of RGB colors in percentages

R + G + B = 125 + 180 + 141 = 446 (100%)
R 125 of 446 ~ 28.03%
G 180 of 446 ~ 40.36%
B 141 of 446 ~ 31.61'%

%28.03
%40.36
%31.61

CMYK color model

#7DB48D color CMYK value is (31,0,22,29).

  • cyan value is 30.56%
  • magenta value is 0.00%
  • yellow value is 21.67%
  • key color value is 29.41%

CMYK: (31,0,22,29)
C31M0Y22K29 (31%, 0%, 22%, 29%)
(0.31 / 0.00 / 0.22 / 0.29)

CMYK percentages

%30.56
%0
%21.67
%29.41

Codes

Color #7DB48D in popluar color models

7D B4 8D
RGB 125 180 141
HSL 137° 26.83% 59.80%
HSB/HSV 137° 30.56% 70.59%
CMYK 30.56% 0.00% 21.67%
29.41%

Color #7DB48D in popluar number systems.

HEX 7D B4 8D
Decimal 125 180 141
Binary 1111101 10110100 10001101
Octal 175 264 215

Shades and tints

Shades of #7DB48D

#7DB48D
(125,180,141)
#72A481
(114,164,129)
#679475
(103,148,117)
#5C8469
(92,132,105)
#51745D
(81,116,93)
#466451
(70,100,81)
#3B5445
(59,84,69)
#304439
(48,68,57)
#25342D
(37,52,45)
#1A2421
(26,36,33)
#0F1415
(15,20,21)
#000000
(0,0,0)

Tints of #7DB48D

#7DB48D
(125,180,141)
#88BA97
(136,186,151)
#93C0A1
(147,192,161)
#9EC6AB
(158,198,171)
#A9CCB5
(169,204,181)
#B4D2BF
(180,210,191)
#BFD8C9
(191,216,201)
#CADED3
(202,222,211)
#D5E4DD
(213,228,221)
#E0EAE7
(224,234,231)
#EBF0F1
(235,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DB48D color. Also use rgb(125,180,141) instead hex code.

Text Font Color

.myTextColor { color: #7DB48D; }

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

This text font color is #7DB48D.

Background Color

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

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

This div background color is #7DB48D.

Border color

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

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

This div border color is #7DB48D.

Opacity

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

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

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

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

This text has shadow with #7DB48D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7DB48D.

Preview

Color preview on black background

This text has color #7DB48D on black background.


Color preview on white background

This text has color #7DB48D on white background.


Black color preview on #7DB48D background

This text has black color on #7DB48D background.


White color preview on #7DB48D background

This text has white color on #7DB48D background.


Related colors

Complementary color

Complementary color for #hex is #824B72.


I love getcolorcode.com

Triadic colors

1 #8D7DB4 and #B48D7D with #7DB48D are triadic colors.

2 #8DB47D and #B47D8D with #7DB48D are triadic colors.