COLOR #7CAA87

HEX: #7CAA87 RGB: (124,170,135)

Color info

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

RGB color model

#7CAA87 color RGB value is (124,170,135).

RGB: (124,170,135) (49%, 67%, 53%)

RGB channels and saturation

R 124 of 255 = 49%
G 170 of 255 = 67%
B 135 of 255 = 53%

124
170
135

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

Portions of RGB colors in percentages

R + G + B = 124 + 170 + 135 = 429 (100%)
R 124 of 429 ~ 28.9%
G 170 of 429 ~ 39.63%
B 135 of 429 ~ 31.47'%

%28.9
%39.63
%31.47

CMYK color model

#7CAA87 color CMYK value is (27,0,21,33).

  • cyan value is 27.06%
  • magenta value is 0.00%
  • yellow value is 20.59%
  • key color value is 33.33%
CMYK: (27,0,21,33) C27M0Y21K33 (27%,0%,21%,33%) (0.27/0.00/0.21/0.33) 

CMYK percentages

%27.06
%0
%20.59
%33.33

Codes

Color #7CAA87 in popluar color models

7C AA 87
RGB 124 170 135
HSL 134° 21.30% 57.65%
HSB/HSV 134° 27.06% 66.67%
CMYK 27.06% 0.00% 20.59%
33.33%

Color #7CAA87 in popluar number systems.

HEX 7C AA 87
Decimal 124 170 135
Binary 1111100 10101010 10000111
Octal 174 252 207

Shades and tints

Shades of #7CAA87

#7CAA87
(124,170,135)
#719B7B
(113,155,123)
#668C6F
(102,140,111)
#5B7D63
(91,125,99)
#506E57
(80,110,87)
#455F4B
(69,95,75)
#3A503F
(58,80,63)
#2F4133
(47,65,51)
#243227
(36,50,39)
#19231B
(25,35,27)
#0E140F
(14,20,15)
#000000
(0,0,0)

Tints of #7CAA87

#7CAA87
(124,170,135)
#87B191
(135,177,145)
#92B89B
(146,184,155)
#9DBFA5
(157,191,165)
#A8C6AF
(168,198,175)
#B3CDB9
(179,205,185)
#BED4C3
(190,212,195)
#C9DBCD
(201,219,205)
#D4E2D7
(212,226,215)
#DFE9E1
(223,233,225)
#EAF0EB
(234,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CAA87 color. Also use rgb(124,170,135) instead hex code.

Text Font Color

.myTextColor { color: #7CAA87; }

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

This text font color is #7CAA87.

Background Color

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

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

This div background color is #7CAA87.

Border color

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

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

This div border color is #7CAA87.

Opacity

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

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

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

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

This text has shadow with #7CAA87 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7CAA87.

Preview

Color preview on black background

This text has color #7CAA87 on black background.


Color preview on white background

This text has color #7CAA87 on white background.


Black color preview on #7CAA87 background

This text has black color on #7CAA87 background.


White color preview on #7CAA87 background

This text has white color on #7CAA87 background.


Related colors

Complementary color

Complementary color for #hex is #835578.


I love getcolorcode.com

Triadic colors

1 #877CAA and #AA877C with #7CAA87 are triadic colors.

2 #87AA7C and #AA7C87 with #7CAA87 are triadic colors.