COLOR #7CAC86

HEX: #7CAC86 RGB: (124,172,134)

Color info

#7CAC86 contains red, green and blue colors in about the same proportion. Web safe color of #7CAC86 is #669999 (or #699).

RGB color model

#7CAC86 color RGB value is (124,172,134).

RGB: (124,172,134) (49%, 67%, 53%)

RGB channels and saturation

R 124 of 255 = 49%
G 172 of 255 = 67%
B 134 of 255 = 53%

124
172
134

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

Portions of RGB colors in percentages

R + G + B = 124 + 172 + 134 = 430 (100%)
R 124 of 430 ~ 28.84%
G 172 of 430 ~ 40%
B 134 of 430 ~ 31.16'%

%28.84
%40
%31.16

CMYK color model

#7CAC86 color CMYK value is (28,0,22,33).

  • cyan value is 27.91%
  • magenta value is 0.00%
  • yellow value is 22.09%
  • key color value is 32.55%

CMYK: (28,0,22,33)
C28M0Y22K33 (28%, 0%, 22%, 33%)
(0.28 / 0.00 / 0.22 / 0.33)

CMYK percentages

%27.91
%0
%22.09
%32.55

Codes

Color #7CAC86 in popluar color models

7C AC 86
RGB 124 172 134
HSL 133° 22.43% 58.04%
HSB/HSV 133° 27.91% 67.45%
CMYK 27.91% 0.00% 22.09%
32.55%

Color #7CAC86 in popluar number systems.

HEX 7C AC 86
Decimal 124 172 134
Binary 1111100 10101100 10000110
Octal 174 254 206

Shades and tints

Shades of #7CAC86

#7CAC86
(124,172,134)
#719D7A
(113,157,122)
#668E6E
(102,142,110)
#5B7F62
(91,127,98)
#507056
(80,112,86)
#45614A
(69,97,74)
#3A523E
(58,82,62)
#2F4332
(47,67,50)
#243426
(36,52,38)
#19251A
(25,37,26)
#0E160E
(14,22,14)
#000000
(0,0,0)

Tints of #7CAC86

#7CAC86
(124,172,134)
#87B391
(135,179,145)
#92BA9C
(146,186,156)
#9DC1A7
(157,193,167)
#A8C8B2
(168,200,178)
#B3CFBD
(179,207,189)
#BED6C8
(190,214,200)
#C9DDD3
(201,221,211)
#D4E4DE
(212,228,222)
#DFEBE9
(223,235,233)
#EAF2F4
(234,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7CAC86; }

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

This text font color is #7CAC86.

Background Color

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

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

This div background color is #7CAC86.

Border color

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

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

This div border color is #7CAC86.

Opacity

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

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

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

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

This text has shadow with #7CAC86 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7CAC86.

Preview

Color preview on black background

This text has color #7CAC86 on black background.


Color preview on white background

This text has color #7CAC86 on white background.


Black color preview on #7CAC86 background

This text has black color on #7CAC86 background.


White color preview on #7CAC86 background

This text has white color on #7CAC86 background.


Related colors

Complementary color

Complementary color for #hex is #835379.


I love getcolorcode.com

Triadic colors

1 #867CAC and #AC867C with #7CAC86 are triadic colors.

2 #86AC7C and #AC7C86 with #7CAC86 are triadic colors.