COLOR #7CA18E

HEX: #7CA18E
RGB: (124,161,142)

Color info

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

RGB color model

#7CA18E color RGB value is (124,161,142).

  • red value is 124;
  • green value is 161;
  • blue value is 142.
RGB:
(124,161,142)
(49%,63%,56%)

RGB channels and saturation

R 124 of 255 = 49%
G 161 of 255 = 63%
B 142 of 255 = 56%

124
161
142

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

Portions of RGB colors in percentages

R + G + B =
124 + 161 + 142 = 427 (100%)
R 124 of 427 ~ 29.04%
G 161 of 427 ~ 37.7%
B 142 of 427 ~ 33.26%

%29.04
%37.7
%33.26

CMYK color model

#7CA18E color CMYK value is (23,0,12,37).

  • cyan value is 22.98%
  • magenta value is 0.00%
  • yellow value is 11.80%
  • key color value is 36.86%
CMYK:
(23,0,12,37)
C23M0Y12K37 
(23%,0%,12%,37%)
(0.23/0.00/0.12/0.37)	

CMYK percentages

%22.98
%0
%11.8
%36.86

Codes

Color #7CA18E in popluar color models

7CA18E
RGB124161142
HSL149°16.44%55.88%
HSB/HSV149°22.98%63.14%
CMYK22.98%0.00%11.80%
36.86%

Color #7CA18E in popluar number systems.

HEX7CA18E
Decimal124161142
Binary11111001010000110001110
Octal174241216

Shades and tints

Shades of #7CA18E

#7CA18E
(124,161,142)
#719382
(113,147,130)
#668576
(102,133,118)
#5B776A
(91,119,106)
#50695E
(80,105,94)
#455B52
(69,91,82)
#3A4D46
(58,77,70)
#2F3F3A
(47,63,58)
#24312E
(36,49,46)
#192322
(25,35,34)
#0E1516
(14,21,22)
#000000
(0,0,0)

Tints of #7CA18E

#7CA18E
(124,161,142)
#87A998
(135,169,152)
#92B1A2
(146,177,162)
#9DB9AC
(157,185,172)
#A8C1B6
(168,193,182)
#B3C9C0
(179,201,192)
#BED1CA
(190,209,202)
#C9D9D4
(201,217,212)
#D4E1DE
(212,225,222)
#DFE9E8
(223,233,232)
#EAF1F2
(234,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CA18E color. Also use rgb(124,161,142) instead hex code.

Text Font Color

.myTextColor { color: #7CA18E; }

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

This text font color is #7CA18E.


Background Color

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

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

This div background color is #7CA18E.


Border color

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

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

This div border color is #7CA18E.


Opacity

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

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

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

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

This text has shadow with #7CA18E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CA18E on black background.


Color preview on white background

This text has color #7CA18E on white background.



Black color preview on #7CA18E background

This text has black color on #7CA18E background.


White color preview on #7CA18E background

This text has white color on #7CA18E background.