COLOR #7CAE82

HEX: #7CAE82 RGB: (124,174,130)

Color info

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

RGB color model

#7CAE82 color RGB value is (124,174,130).

RGB: (124,174,130) (49%, 68%, 51%)

RGB channels and saturation

R 124 of 255 = 49%
G 174 of 255 = 68%
B 130 of 255 = 51%

124
174
130

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

Portions of RGB colors in percentages

R + G + B = 124 + 174 + 130 = 428 (100%)
R 124 of 428 ~ 28.97%
G 174 of 428 ~ 40.65%
B 130 of 428 ~ 30.37'%

%28.97
%40.65
%30.37

CMYK color model

#7CAE82 color CMYK value is (29,0,25,32).

  • cyan value is 28.74%
  • magenta value is 0.00%
  • yellow value is 25.29%
  • key color value is 31.76%

CMYK: (29,0,25,32)
C29M0Y25K32 (29%, 0%, 25%, 32%)
(0.29 / 0.00 / 0.25 / 0.32)

CMYK percentages

%28.74
%0
%25.29
%31.76

Codes

Color #7CAE82 in popluar color models

7C AE 82
RGB 124 174 130
HSL 127° 23.58% 58.43%
HSB/HSV 127° 28.74% 68.24%
CMYK 28.74% 0.00% 25.29%
31.76%

Color #7CAE82 in popluar number systems.

HEX 7C AE 82
Decimal 124 174 130
Binary 1111100 10101110 10000010
Octal 174 256 202

Shades and tints

Shades of #7CAE82

#7CAE82
(124,174,130)
#719F77
(113,159,119)
#66906C
(102,144,108)
#5B8161
(91,129,97)
#507256
(80,114,86)
#45634B
(69,99,75)
#3A5440
(58,84,64)
#2F4535
(47,69,53)
#24362A
(36,54,42)
#19271F
(25,39,31)
#0E1814
(14,24,20)
#000000
(0,0,0)

Tints of #7CAE82

#7CAE82
(124,174,130)
#87B58D
(135,181,141)
#92BC98
(146,188,152)
#9DC3A3
(157,195,163)
#A8CAAE
(168,202,174)
#B3D1B9
(179,209,185)
#BED8C4
(190,216,196)
#C9DFCF
(201,223,207)
#D4E6DA
(212,230,218)
#DFEDE5
(223,237,229)
#EAF4F0
(234,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CAE82 color. Also use rgb(124,174,130) instead hex code.

Text Font Color

.myTextColor { color: #7CAE82; }

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

This text font color is #7CAE82.

Background Color

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

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

This div background color is #7CAE82.

Border color

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

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

This div border color is #7CAE82.

Opacity

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

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

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

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

This text has shadow with #7CAE82 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7CAE82.

Preview

Color preview on black background

This text has color #7CAE82 on black background.


Color preview on white background

This text has color #7CAE82 on white background.


Black color preview on #7CAE82 background

This text has black color on #7CAE82 background.


White color preview on #7CAE82 background

This text has white color on #7CAE82 background.


Related colors

Complementary color

Complementary color for #hex is #83517D.


I love getcolorcode.com

Triadic colors

1 #827CAE and #AE827C with #7CAE82 are triadic colors.

2 #82AE7C and #AE7C82 with #7CAE82 are triadic colors.