COLOR #7CB886

HEX: #7CB886 RGB: (124,184,134)

Color info

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

RGB color model

#7CB886 color RGB value is (124,184,134).

RGB: (124,184,134) (49%, 72%, 53%)

RGB channels and saturation

R 124 of 255 = 49%
G 184 of 255 = 72%
B 134 of 255 = 53%

124
184
134

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

Portions of RGB colors in percentages

R + G + B = 124 + 184 + 134 = 442 (100%)
R 124 of 442 ~ 28.05%
G 184 of 442 ~ 41.63%
B 134 of 442 ~ 30.32'%

%28.05
%41.63
%30.32

CMYK color model

#7CB886 color CMYK value is (33,0,27,28).

  • cyan value is 32.61%
  • magenta value is 0.00%
  • yellow value is 27.17%
  • key color value is 27.84%

CMYK: (33,0,27,28)
C33M0Y27K28 (33%, 0%, 27%, 28%)
(0.33 / 0.00 / 0.27 / 0.28)

CMYK percentages

%32.61
%0
%27.17
%27.84

Codes

Color #7CB886 in popluar color models

7C B8 86
RGB 124 184 134
HSL 130° 29.70% 60.39%
HSB/HSV 130° 32.61% 72.16%
CMYK 32.61% 0.00% 27.17%
27.84%

Color #7CB886 in popluar number systems.

HEX 7C B8 86
Decimal 124 184 134
Binary 1111100 10111000 10000110
Octal 174 270 206

Shades and tints

Shades of #7CB886

#7CB886
(124,184,134)
#71A87A
(113,168,122)
#66986E
(102,152,110)
#5B8862
(91,136,98)
#507856
(80,120,86)
#45684A
(69,104,74)
#3A583E
(58,88,62)
#2F4832
(47,72,50)
#243826
(36,56,38)
#19281A
(25,40,26)
#0E180E
(14,24,14)
#000000
(0,0,0)

Tints of #7CB886

#7CB886
(124,184,134)
#87BE91
(135,190,145)
#92C49C
(146,196,156)
#9DCAA7
(157,202,167)
#A8D0B2
(168,208,178)
#B3D6BD
(179,214,189)
#BEDCC8
(190,220,200)
#C9E2D3
(201,226,211)
#D4E8DE
(212,232,222)
#DFEEE9
(223,238,233)
#EAF4F4
(234,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7CB886; }

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

This text font color is #7CB886.

Background Color

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

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

This div background color is #7CB886.

Border color

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

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

This div border color is #7CB886.

Opacity

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

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

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

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

This text has shadow with #7CB886 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7CB886.

Preview

Color preview on black background

This text has color #7CB886 on black background.


Color preview on white background

This text has color #7CB886 on white background.


Black color preview on #7CB886 background

This text has black color on #7CB886 background.


White color preview on #7CB886 background

This text has white color on #7CB886 background.


Related colors

Complementary color

Complementary color for #hex is #834779.


I love getcolorcode.com

Triadic colors

1 #867CB8 and #B8867C with #7CB886 are triadic colors.

2 #86B87C and #B87C86 with #7CB886 are triadic colors.