COLOR #7DCF8F

HEX: #7DCF8F RGB: (125,207,143)

Color info

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

RGB color model

#7DCF8F color RGB value is (125,207,143).

RGB: (125,207,143) (49%, 81%, 56%)

RGB channels and saturation

R 125 of 255 = 49%
G 207 of 255 = 81%
B 143 of 255 = 56%

125
207
143

R + G + B ~ 62%. #7DCF8F is quite light color.

Portions of RGB colors in percentages

R + G + B = 125 + 207 + 143 = 475 (100%)
R 125 of 475 ~ 26.32%
G 207 of 475 ~ 43.58%
B 143 of 475 ~ 30.11'%

%26.32
%43.58
%30.11

CMYK color model

#7DCF8F color CMYK value is (40,0,31,19).

  • cyan value is 39.61%
  • magenta value is 0.00%
  • yellow value is 30.92%
  • key color value is 18.82%

CMYK: (40,0,31,19)
C40M0Y31K19 (40%, 0%, 31%, 19%)
(0.40 / 0.00 / 0.31 / 0.19)

CMYK percentages

%39.61
%0
%30.92
%18.82

Codes

Color #7DCF8F in popluar color models

7D CF 8F
RGB 125 207 143
HSL 133° 46.07% 65.10%
HSB/HSV 133° 39.61% 81.18%
CMYK 39.61% 0.00% 30.92%
18.82%

Color #7DCF8F in popluar number systems.

HEX 7D CF 8F
Decimal 125 207 143
Binary 1111101 11001111 10001111
Octal 175 317 217

Shades and tints

Shades of #7DCF8F

#7DCF8F
(125,207,143)
#72BD82
(114,189,130)
#67AB75
(103,171,117)
#5C9968
(92,153,104)
#51875B
(81,135,91)
#46754E
(70,117,78)
#3B6341
(59,99,65)
#305134
(48,81,52)
#253F27
(37,63,39)
#1A2D1A
(26,45,26)
#0F1B0D
(15,27,13)
#000000
(0,0,0)

Tints of #7DCF8F

#7DCF8F
(125,207,143)
#88D399
(136,211,153)
#93D7A3
(147,215,163)
#9EDBAD
(158,219,173)
#A9DFB7
(169,223,183)
#B4E3C1
(180,227,193)
#BFE7CB
(191,231,203)
#CAEBD5
(202,235,213)
#D5EFDF
(213,239,223)
#E0F3E9
(224,243,233)
#EBF7F3
(235,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DCF8F color. Also use rgb(125,207,143) instead hex code.

Text Font Color

.myTextColor { color: #7DCF8F; }

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

This text font color is #7DCF8F.

Background Color

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

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

This div background color is #7DCF8F.

Border color

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

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

This div border color is #7DCF8F.

Opacity

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

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

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

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

This text has shadow with #7DCF8F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7DCF8F.

Preview

Color preview on black background

This text has color #7DCF8F on black background.


Color preview on white background

This text has color #7DCF8F on white background.


Black color preview on #7DCF8F background

This text has black color on #7DCF8F background.


White color preview on #7DCF8F background

This text has white color on #7DCF8F background.


Related colors

Complementary color

Complementary color for #hex is #823070.


I love getcolorcode.com

Triadic colors

1 #8F7DCF and #CF8F7D with #7DCF8F are triadic colors.

2 #8FCF7D and #CF7D8F with #7DCF8F are triadic colors.