COLOR #7CA98F

HEX: #7CA98F RGB: (124,169,143)

Color info

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

RGB color model

#7CA98F color RGB value is (124,169,143).

RGB: (124,169,143) (49%, 66%, 56%)

RGB channels and saturation

R 124 of 255 = 49%
G 169 of 255 = 66%
B 143 of 255 = 56%

124
169
143

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

Portions of RGB colors in percentages

R + G + B = 124 + 169 + 143 = 436 (100%)
R 124 of 436 ~ 28.44%
G 169 of 436 ~ 38.76%
B 143 of 436 ~ 32.8'%

%28.44
%38.76
%32.8

CMYK color model

#7CA98F color CMYK value is (27,0,15,34).

  • cyan value is 26.63%
  • magenta value is 0.00%
  • yellow value is 15.38%
  • key color value is 33.73%

CMYK: (27,0,15,34)
C27M0Y15K34 (27%, 0%, 15%, 34%)
(0.27 / 0.00 / 0.15 / 0.34)

CMYK percentages

%26.63
%0
%15.38
%33.73

Codes

Color #7CA98F in popluar color models

7C A9 8F
RGB 124 169 143
HSL 145° 20.74% 57.45%
HSB/HSV 145° 26.63% 66.27%
CMYK 26.63% 0.00% 15.38%
33.73%

Color #7CA98F in popluar number systems.

HEX 7C A9 8F
Decimal 124 169 143
Binary 1111100 10101001 10001111
Octal 174 251 217

Shades and tints

Shades of #7CA98F

#7CA98F
(124,169,143)
#719A82
(113,154,130)
#668B75
(102,139,117)
#5B7C68
(91,124,104)
#506D5B
(80,109,91)
#455E4E
(69,94,78)
#3A4F41
(58,79,65)
#2F4034
(47,64,52)
#243127
(36,49,39)
#19221A
(25,34,26)
#0E130D
(14,19,13)
#000000
(0,0,0)

Tints of #7CA98F

#7CA98F
(124,169,143)
#87B099
(135,176,153)
#92B7A3
(146,183,163)
#9DBEAD
(157,190,173)
#A8C5B7
(168,197,183)
#B3CCC1
(179,204,193)
#BED3CB
(190,211,203)
#C9DAD5
(201,218,213)
#D4E1DF
(212,225,223)
#DFE8E9
(223,232,233)
#EAEFF3
(234,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CA98F color. Also use rgb(124,169,143) instead hex code.

Text Font Color

.myTextColor { color: #7CA98F; }

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

This text font color is #7CA98F.

Background Color

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

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

This div background color is #7CA98F.

Border color

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

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

This div border color is #7CA98F.

Opacity

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

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

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

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

This text has shadow with #7CA98F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7CA98F.

Preview

Color preview on black background

This text has color #7CA98F on black background.


Color preview on white background

This text has color #7CA98F on white background.


Black color preview on #7CA98F background

This text has black color on #7CA98F background.


White color preview on #7CA98F background

This text has white color on #7CA98F background.


Related colors

Complementary color

Complementary color for #hex is #835670.


I love getcolorcode.com

Triadic colors

1 #8F7CA9 and #A98F7C with #7CA98F are triadic colors.

2 #8FA97C and #A97C8F with #7CA98F are triadic colors.