COLOR #7CA19C

HEX: #7CA19C
RGB: (124,161,156)

Color info

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

RGB color model

#7CA19C color RGB value is (124,161,156).

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

RGB channels and saturation

R 124 of 255 = 49%
G 161 of 255 = 63%
B 156 of 255 = 61%

124
161
156

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

Portions of RGB colors in percentages

R + G + B =
124 + 161 + 156 = 441 (100%)
R 124 of 441 ~ 28.12%
G 161 of 441 ~ 36.51%
B 156 of 441 ~ 35.37%

%28.12
%36.51
%35.37

CMYK color model

#7CA19C color CMYK value is (23,0,3,37).

  • cyan value is 22.98%
  • magenta value is 0.00%
  • yellow value is 3.11%
  • key color value is 36.86%
CMYK:
(23,0,3,37)
C23M0Y3K37 
(23%,0%,3%,37%)
(0.23/0.00/0.03/0.37)	

CMYK percentages

%22.98
%0
%3.11
%36.86

Codes

Color #7CA19C in popluar color models

7CA19C
RGB124161156
HSL172°16.44%55.88%
HSB/HSV172°22.98%63.14%
CMYK22.98%0.00%3.11%
36.86%

Color #7CA19C in popluar number systems.

HEX7CA19C
Decimal124161156
Binary11111001010000110011100
Octal174241234

Shades and tints

Shades of #7CA19C

#7CA19C
(124,161,156)
#71938E
(113,147,142)
#668580
(102,133,128)
#5B7772
(91,119,114)
#506964
(80,105,100)
#455B56
(69,91,86)
#3A4D48
(58,77,72)
#2F3F3A
(47,63,58)
#24312C
(36,49,44)
#19231E
(25,35,30)
#0E1510
(14,21,16)
#000000
(0,0,0)

Tints of #7CA19C

#7CA19C
(124,161,156)
#87A9A5
(135,169,165)
#92B1AE
(146,177,174)
#9DB9B7
(157,185,183)
#A8C1C0
(168,193,192)
#B3C9C9
(179,201,201)
#BED1D2
(190,209,210)
#C9D9DB
(201,217,219)
#D4E1E4
(212,225,228)
#DFE9ED
(223,233,237)
#EAF1F6
(234,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7CA19C; }

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

This text font color is #7CA19C.


Background Color

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

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

This div background color is #7CA19C.


Border color

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

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

This div border color is #7CA19C.


Opacity

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

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

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

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

This text has shadow with #7CA19C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CA19C on black background.


Color preview on white background

This text has color #7CA19C on white background.



Black color preview on #7CA19C background

This text has black color on #7CA19C background.


White color preview on #7CA19C background

This text has white color on #7CA19C background.