COLOR #7CBD86

HEX: #7CBD86
RGB: (124,189,134)

Color info

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

RGB color model

#7CBD86 color RGB value is (124,189,134).

  • red value is 124;
  • green value is 189;
  • blue value is 134.
RGB:
(124,189,134)
(49%,74%,53%)

RGB channels and saturation

R 124 of 255 = 49%
G 189 of 255 = 74%
B 134 of 255 = 53%

124
189
134

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

Portions of RGB colors in percentages

R + G + B =
124 + 189 + 134 = 447 (100%)
R 124 of 447 ~ 27.74%
G 189 of 447 ~ 42.28%
B 134 of 447 ~ 29.98%

%27.74
%42.28
%29.98

CMYK color model

#7CBD86 color CMYK value is (34,0,29,26).

  • cyan value is 34.39%
  • magenta value is 0.00%
  • yellow value is 29.10%
  • key color value is 25.88%
CMYK:
(34,0,29,26)
C34M0Y29K26 
(34%,0%,29%,26%)
(0.34/0.00/0.29/0.26)	

CMYK percentages

%34.39
%0
%29.1
%25.88

Codes

Color #7CBD86 in popluar color models

7CBD86
RGB124189134
HSL129°32.99%61.37%
HSB/HSV129°34.39%74.12%
CMYK34.39%0.00%29.10%
25.88%

Color #7CBD86 in popluar number systems.

HEX7CBD86
Decimal124189134
Binary11111001011110110000110
Octal174275206

Shades and tints

Shades of #7CBD86

#7CBD86
(124,189,134)
#71AC7A
(113,172,122)
#669B6E
(102,155,110)
#5B8A62
(91,138,98)
#507956
(80,121,86)
#45684A
(69,104,74)
#3A573E
(58,87,62)
#2F4632
(47,70,50)
#243526
(36,53,38)
#19241A
(25,36,26)
#0E130E
(14,19,14)
#000000
(0,0,0)

Tints of #7CBD86

#7CBD86
(124,189,134)
#87C391
(135,195,145)
#92C99C
(146,201,156)
#9DCFA7
(157,207,167)
#A8D5B2
(168,213,178)
#B3DBBD
(179,219,189)
#BEE1C8
(190,225,200)
#C9E7D3
(201,231,211)
#D4EDDE
(212,237,222)
#DFF3E9
(223,243,233)
#EAF9F4
(234,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CBD86 color. Also use rgb(124,189,134) instead hex code.

Text Font Color

.myTextColor { color: #7CBD86; }

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

This text font color is #7CBD86.


Background Color

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

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

This div background color is #7CBD86.


Border color

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

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

This div border color is #7CBD86.


Opacity

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

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

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

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

This text has shadow with #7CBD86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CBD86 on black background.


Color preview on white background

This text has color #7CBD86 on white background.



Black color preview on #7CBD86 background

This text has black color on #7CBD86 background.


White color preview on #7CBD86 background

This text has white color on #7CBD86 background.