COLOR #7CA98A

HEX: #7CA98A RGB: (124,169,138)

Color info

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

RGB color model

#7CA98A color RGB value is (124,169,138).

RGB: (124,169,138) (49%, 66%, 54%)

RGB channels and saturation

R 124 of 255 = 49%
G 169 of 255 = 66%
B 138 of 255 = 54%

124
169
138

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

Portions of RGB colors in percentages

R + G + B = 124 + 169 + 138 = 431 (100%)
R 124 of 431 ~ 28.77%
G 169 of 431 ~ 39.21%
B 138 of 431 ~ 32.02'%

%28.77
%39.21
%32.02

CMYK color model

#7CA98A color CMYK value is (27,0,18,34).

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

CMYK: (27,0,18,34)
C27M0Y18K34 (27%, 0%, 18%, 34%)
(0.27 / 0.00 / 0.18 / 0.34)

CMYK percentages

%26.63
%0
%18.34
%33.73

Codes

Color #7CA98A in popluar color models

7C A9 8A
RGB 124 169 138
HSL 139° 20.74% 57.45%
HSB/HSV 139° 26.63% 66.27%
CMYK 26.63% 0.00% 18.34%
33.73%

Color #7CA98A in popluar number systems.

HEX 7C A9 8A
Decimal 124 169 138
Binary 1111100 10101001 10001010
Octal 174 251 212

Shades and tints

Shades of #7CA98A

#7CA98A
(124,169,138)
#719A7E
(113,154,126)
#668B72
(102,139,114)
#5B7C66
(91,124,102)
#506D5A
(80,109,90)
#455E4E
(69,94,78)
#3A4F42
(58,79,66)
#2F4036
(47,64,54)
#24312A
(36,49,42)
#19221E
(25,34,30)
#0E1312
(14,19,18)
#000000
(0,0,0)

Tints of #7CA98A

#7CA98A
(124,169,138)
#87B094
(135,176,148)
#92B79E
(146,183,158)
#9DBEA8
(157,190,168)
#A8C5B2
(168,197,178)
#B3CCBC
(179,204,188)
#BED3C6
(190,211,198)
#C9DAD0
(201,218,208)
#D4E1DA
(212,225,218)
#DFE8E4
(223,232,228)
#EAEFEE
(234,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7CA98A; }

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

This text font color is #7CA98A.

Background Color

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

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

This div background color is #7CA98A.

Border color

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

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

This div border color is #7CA98A.

Opacity

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

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

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

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

This text has shadow with #7CA98A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7CA98A.

Preview

Color preview on black background

This text has color #7CA98A on black background.


Color preview on white background

This text has color #7CA98A on white background.


Black color preview on #7CA98A background

This text has black color on #7CA98A background.


White color preview on #7CA98A background

This text has white color on #7CA98A background.


Related colors

Complementary color

Complementary color for #hex is #835675.


I love getcolorcode.com

Triadic colors

1 #8A7CA9 and #A98A7C with #7CA98A are triadic colors.

2 #8AA97C and #A97C8A with #7CA98A are triadic colors.