COLOR #7DB99C

HEX: #7DB99C RGB: (125,185,156)

Color info

#7DB99C contains mainly green and blue colors. Web safe color of #7DB99C is #66CC99 (or #6C9).

RGB color model

#7DB99C color RGB value is (125,185,156).

RGB: (125,185,156) (49%, 73%, 61%)

RGB channels and saturation

R 125 of 255 = 49%
G 185 of 255 = 73%
B 156 of 255 = 61%

125
185
156

R + G + B ~ 61%. #7DB99C is quite light color.

Portions of RGB colors in percentages

R + G + B = 125 + 185 + 156 = 466 (100%)
R 125 of 466 ~ 26.82%
G 185 of 466 ~ 39.7%
B 156 of 466 ~ 33.48'%

%26.82
%39.7
%33.48

CMYK color model

#7DB99C color CMYK value is (32,0,16,27).

  • cyan value is 32.43%
  • magenta value is 0.00%
  • yellow value is 15.68%
  • key color value is 27.45%
CMYK: (32,0,16,27) C32M0Y16K27 (32%,0%,16%,27%) (0.32/0.00/0.16/0.27) 

CMYK percentages

%32.43
%0
%15.68
%27.45

Codes

Color #7DB99C in popluar color models

7D B9 9C
RGB 125 185 156
HSL 151° 30.00% 60.78%
HSB/HSV 151° 32.43% 72.55%
CMYK 32.43% 0.00% 15.68%
27.45%

Color #7DB99C in popluar number systems.

HEX 7D B9 9C
Decimal 125 185 156
Binary 1111101 10111001 10011100
Octal 175 271 234

Shades and tints

Shades of #7DB99C

#7DB99C
(125,185,156)
#72A98E
(114,169,142)
#679980
(103,153,128)
#5C8972
(92,137,114)
#517964
(81,121,100)
#466956
(70,105,86)
#3B5948
(59,89,72)
#30493A
(48,73,58)
#25392C
(37,57,44)
#1A291E
(26,41,30)
#0F1910
(15,25,16)
#000000
(0,0,0)

Tints of #7DB99C

#7DB99C
(125,185,156)
#88BFA5
(136,191,165)
#93C5AE
(147,197,174)
#9ECBB7
(158,203,183)
#A9D1C0
(169,209,192)
#B4D7C9
(180,215,201)
#BFDDD2
(191,221,210)
#CAE3DB
(202,227,219)
#D5E9E4
(213,233,228)
#E0EFED
(224,239,237)
#EBF5F6
(235,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DB99C color. Also use rgb(125,185,156) instead hex code.

Text Font Color

.myTextColor { color: #7DB99C; }

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

This text font color is #7DB99C.

Background Color

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

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

This div background color is #7DB99C.

Border color

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

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

This div border color is #7DB99C.

Opacity

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

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

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

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

This text has shadow with #7DB99C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7DB99C.

Preview

Color preview on black background

This text has color #7DB99C on black background.


Color preview on white background

This text has color #7DB99C on white background.


Black color preview on #7DB99C background

This text has black color on #7DB99C background.


White color preview on #7DB99C background

This text has white color on #7DB99C background.


Related colors

Complementary color

Complementary color for #hex is #824663.


I love getcolorcode.com

Triadic colors

1 #9C7DB9 and #B99C7D with #7DB99C are triadic colors.

2 #9CB97D and #B97D9C with #7DB99C are triadic colors.