COLOR #7DC185

HEX: #7DC185 RGB: (125,193,133)

Color info

#7DC185 contains mainly green color. Web safe color of #7DC185 is #66CC99 (or #6C9).

RGB color model

#7DC185 color RGB value is (125,193,133).

RGB: (125,193,133) (49%, 76%, 52%)

RGB channels and saturation

R 125 of 255 = 49%
G 193 of 255 = 76%
B 133 of 255 = 52%

125
193
133

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

Portions of RGB colors in percentages

R + G + B = 125 + 193 + 133 = 451 (100%)
R 125 of 451 ~ 27.72%
G 193 of 451 ~ 42.79%
B 133 of 451 ~ 29.49'%

%27.72
%42.79
%29.49

CMYK color model

#7DC185 color CMYK value is (35,0,31,24).

  • cyan value is 35.23%
  • magenta value is 0.00%
  • yellow value is 31.09%
  • key color value is 24.31%
CMYK: (35,0,31,24) C35M0Y31K24 (35%,0%,31%,24%) (0.35/0.00/0.31/0.24) 

CMYK percentages

%35.23
%0
%31.09
%24.31

Codes

Color #7DC185 in popluar color models

7D C1 85
RGB 125 193 133
HSL 127° 35.42% 62.35%
HSB/HSV 127° 35.23% 75.69%
CMYK 35.23% 0.00% 31.09%
24.31%

Color #7DC185 in popluar number systems.

HEX 7D C1 85
Decimal 125 193 133
Binary 1111101 11000001 10000101
Octal 175 301 205

Shades and tints

Shades of #7DC185

#7DC185
(125,193,133)
#72B079
(114,176,121)
#679F6D
(103,159,109)
#5C8E61
(92,142,97)
#517D55
(81,125,85)
#466C49
(70,108,73)
#3B5B3D
(59,91,61)
#304A31
(48,74,49)
#253925
(37,57,37)
#1A2819
(26,40,25)
#0F170D
(15,23,13)
#000000
(0,0,0)

Tints of #7DC185

#7DC185
(125,193,133)
#88C690
(136,198,144)
#93CB9B
(147,203,155)
#9ED0A6
(158,208,166)
#A9D5B1
(169,213,177)
#B4DABC
(180,218,188)
#BFDFC7
(191,223,199)
#CAE4D2
(202,228,210)
#D5E9DD
(213,233,221)
#E0EEE8
(224,238,232)
#EBF3F3
(235,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DC185; }

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

This text font color is #7DC185.

Background Color

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

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

This div background color is #7DC185.

Border color

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

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

This div border color is #7DC185.

Opacity

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

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

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

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

This text has shadow with #7DC185 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7DC185.

Preview

Color preview on black background

This text has color #7DC185 on black background.


Color preview on white background

This text has color #7DC185 on white background.


Black color preview on #7DC185 background

This text has black color on #7DC185 background.


White color preview on #7DC185 background

This text has white color on #7DC185 background.


Related colors

Complementary color

Complementary color for #hex is #823E7A.


I love getcolorcode.com

Triadic colors

1 #857DC1 and #C1857D with #7DC185 are triadic colors.

2 #85C17D and #C17D85 with #7DC185 are triadic colors.