COLOR #7FCD8B

HEX: #7FCD8B RGB: (127,205,139)

Color info

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

RGB color model

#7FCD8B color RGB value is (127,205,139).

RGB: (127,205,139) (50%, 80%, 55%)

RGB channels and saturation

R 127 of 255 = 50%
G 205 of 255 = 80%
B 139 of 255 = 55%

127
205
139

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

Portions of RGB colors in percentages

R + G + B = 127 + 205 + 139 = 471 (100%)
R 127 of 471 ~ 26.96%
G 205 of 471 ~ 43.52%
B 139 of 471 ~ 29.51'%

%26.96
%43.52
%29.51

CMYK color model

#7FCD8B color CMYK value is (38,0,32,20).

  • cyan value is 38.05%
  • magenta value is 0.00%
  • yellow value is 32.20%
  • key color value is 19.61%
CMYK: (38,0,32,20) C38M0Y32K20 (38%,0%,32%,20%) (0.38/0.00/0.32/0.20) 

CMYK percentages

%38.05
%0
%32.2
%19.61

Codes

Color #7FCD8B in popluar color models

7F CD 8B
RGB 127 205 139
HSL 129° 43.82% 65.10%
HSB/HSV 129° 38.05% 80.39%
CMYK 38.05% 0.00% 32.20%
19.61%

Color #7FCD8B in popluar number systems.

HEX 7F CD 8B
Decimal 127 205 139
Binary 1111111 11001101 10001011
Octal 177 315 213

Shades and tints

Shades of #7FCD8B

#7FCD8B
(127,205,139)
#74BB7F
(116,187,127)
#69A973
(105,169,115)
#5E9767
(94,151,103)
#53855B
(83,133,91)
#48734F
(72,115,79)
#3D6143
(61,97,67)
#324F37
(50,79,55)
#273D2B
(39,61,43)
#1C2B1F
(28,43,31)
#111913
(17,25,19)
#000000
(0,0,0)

Tints of #7FCD8B

#7FCD8B
(127,205,139)
#8AD195
(138,209,149)
#95D59F
(149,213,159)
#A0D9A9
(160,217,169)
#ABDDB3
(171,221,179)
#B6E1BD
(182,225,189)
#C1E5C7
(193,229,199)
#CCE9D1
(204,233,209)
#D7EDDB
(215,237,219)
#E2F1E5
(226,241,229)
#EDF5EF
(237,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FCD8B color. Also use rgb(127,205,139) instead hex code.

Text Font Color

.myTextColor { color: #7FCD8B; }

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

This text font color is #7FCD8B.

Background Color

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

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

This div background color is #7FCD8B.

Border color

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

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

This div border color is #7FCD8B.

Opacity

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

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

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

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

This text has shadow with #7FCD8B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7FCD8B.

Preview

Color preview on black background

This text has color #7FCD8B on black background.


Color preview on white background

This text has color #7FCD8B on white background.


Black color preview on #7FCD8B background

This text has black color on #7FCD8B background.


White color preview on #7FCD8B background

This text has white color on #7FCD8B background.


Related colors

Complementary color

Complementary color for #hex is #803274.


I love getcolorcode.com

Triadic colors

1 #8B7FCD and #CD8B7F with #7FCD8B are triadic colors.

2 #8BCD7F and #CD7F8B with #7FCD8B are triadic colors.