COLOR #7CA88A

HEX: #7CA88A
RGB: (124,168,138)

Color info

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

RGB color model

#7CA88A color RGB value is (124,168,138).

  • red value is 124;
  • green value is 168;
  • blue value is 138.
RGB:
(124,168,138)
(49%,66%,54%)

RGB channels and saturation

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

124
168
138

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

Portions of RGB colors in percentages

R + G + B =
124 + 168 + 138 = 430 (100%)
R 124 of 430 ~ 28.84%
G 168 of 430 ~ 39.07%
B 138 of 430 ~ 32.09%

%28.84
%39.07
%32.09

CMYK color model

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

  • cyan value is 26.19%
  • magenta value is 0.00%
  • yellow value is 17.86%
  • key color value is 34.12%
CMYK:
(26,0,18,34)
C26M0Y18K34 
(26%,0%,18%,34%)
(0.26/0.00/0.18/0.34)	

CMYK percentages

%26.19
%0
%17.86
%34.12

Codes

Color #7CA88A in popluar color models

7CA88A
RGB124168138
HSL139°20.18%57.25%
HSB/HSV139°26.19%65.88%
CMYK26.19%0.00%17.86%
34.12%

Color #7CA88A in popluar number systems.

HEX7CA88A
Decimal124168138
Binary11111001010100010001010
Octal174250212

Shades and tints

Shades of #7CA88A

#7CA88A
(124,168,138)
#71997E
(113,153,126)
#668A72
(102,138,114)
#5B7B66
(91,123,102)
#506C5A
(80,108,90)
#455D4E
(69,93,78)
#3A4E42
(58,78,66)
#2F3F36
(47,63,54)
#24302A
(36,48,42)
#19211E
(25,33,30)
#0E1212
(14,18,18)
#000000
(0,0,0)

Tints of #7CA88A

#7CA88A
(124,168,138)
#87AF94
(135,175,148)
#92B69E
(146,182,158)
#9DBDA8
(157,189,168)
#A8C4B2
(168,196,178)
#B3CBBC
(179,203,188)
#BED2C6
(190,210,198)
#C9D9D0
(201,217,208)
#D4E0DA
(212,224,218)
#DFE7E4
(223,231,228)
#EAEEEE
(234,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7CA88A; }

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

This text font color is #7CA88A.


Background Color

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

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

This div background color is #7CA88A.


Border color

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

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

This div border color is #7CA88A.


Opacity

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

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

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

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

This text has shadow with #7CA88A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CA88A on black background.


Color preview on white background

This text has color #7CA88A on white background.



Black color preview on #7CA88A background

This text has black color on #7CA88A background.


White color preview on #7CA88A background

This text has white color on #7CA88A background.