COLOR #7CA89D

HEX: #7CA89D RGB: (124,168,157)

Color info

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

RGB color model

#7CA89D color RGB value is (124,168,157).

RGB: (124,168,157) (49%, 66%, 62%)

RGB channels and saturation

R 124 of 255 = 49%
G 168 of 255 = 66%
B 157 of 255 = 62%

124
168
157

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

Portions of RGB colors in percentages

R + G + B = 124 + 168 + 157 = 449 (100%)
R 124 of 449 ~ 27.62%
G 168 of 449 ~ 37.42%
B 157 of 449 ~ 34.97'%

%27.62
%37.42
%34.97

CMYK color model

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

  • cyan value is 26.19%
  • magenta value is 0.00%
  • yellow value is 6.55%
  • key color value is 34.12%

CMYK: (26,0,7,34)
C26M0Y7K34 (26%, 0%, 7%, 34%)
(0.26 / 0.00 / 0.07 / 0.34)

CMYK percentages

%26.19
%0
%6.55
%34.12

Codes

Color #7CA89D in popluar color models

7C A8 9D
RGB 124 168 157
HSL 165° 20.18% 57.25%
HSB/HSV 165° 26.19% 65.88%
CMYK 26.19% 0.00% 6.55%
34.12%

Color #7CA89D in popluar number systems.

HEX 7C A8 9D
Decimal 124 168 157
Binary 1111100 10101000 10011101
Octal 174 250 235

Shades and tints

Shades of #7CA89D

#7CA89D
(124,168,157)
#71998F
(113,153,143)
#668A81
(102,138,129)
#5B7B73
(91,123,115)
#506C65
(80,108,101)
#455D57
(69,93,87)
#3A4E49
(58,78,73)
#2F3F3B
(47,63,59)
#24302D
(36,48,45)
#19211F
(25,33,31)
#0E1211
(14,18,17)
#000000
(0,0,0)

Tints of #7CA89D

#7CA89D
(124,168,157)
#87AFA5
(135,175,165)
#92B6AD
(146,182,173)
#9DBDB5
(157,189,181)
#A8C4BD
(168,196,189)
#B3CBC5
(179,203,197)
#BED2CD
(190,210,205)
#C9D9D5
(201,217,213)
#D4E0DD
(212,224,221)
#DFE7E5
(223,231,229)
#EAEEED
(234,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CA89D color. Also use rgb(124,168,157) instead hex code.

Text Font Color

.myTextColor { color: #7CA89D; }

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

This text font color is #7CA89D.

Background Color

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

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

This div background color is #7CA89D.

Border color

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

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

This div border color is #7CA89D.

Opacity

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

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

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

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

This text has shadow with #7CA89D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7CA89D.

Preview

Color preview on black background

This text has color #7CA89D on black background.


Color preview on white background

This text has color #7CA89D on white background.


Black color preview on #7CA89D background

This text has black color on #7CA89D background.


White color preview on #7CA89D background

This text has white color on #7CA89D background.


Related colors

Complementary color

Complementary color for #hex is #835762.


I love getcolorcode.com

Triadic colors

1 #9D7CA8 and #A89D7C with #7CA89D are triadic colors.

2 #9DA87C and #A87C9D with #7CA89D are triadic colors.