COLOR #7CA79C

HEX: #7CA79C
RGB: (124,167,156)

Color info

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

RGB color model

#7CA79C color RGB value is (124,167,156).

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

RGB channels and saturation

R 124 of 255 = 49%
G 167 of 255 = 65%
B 156 of 255 = 61%

124
167
156

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

Portions of RGB colors in percentages

R + G + B =
124 + 167 + 156 = 447 (100%)
R 124 of 447 ~ 27.74%
G 167 of 447 ~ 37.36%
B 156 of 447 ~ 34.9%

%27.74
%37.36
%34.9

CMYK color model

#7CA79C color CMYK value is (26,0,7,35).

  • cyan value is 25.75%
  • magenta value is 0.00%
  • yellow value is 6.59%
  • key color value is 34.51%
CMYK:
(26,0,7,35)
C26M0Y7K35 
(26%,0%,7%,35%)
(0.26/0.00/0.07/0.35)	

CMYK percentages

%25.75
%0
%6.59
%34.51

Codes

Color #7CA79C in popluar color models

7CA79C
RGB124167156
HSL165°19.63%57.06%
HSB/HSV165°25.75%65.49%
CMYK25.75%0.00%6.59%
34.51%

Color #7CA79C in popluar number systems.

HEX7CA79C
Decimal124167156
Binary11111001010011110011100
Octal174247234

Shades and tints

Shades of #7CA79C

#7CA79C
(124,167,156)
#71988E
(113,152,142)
#668980
(102,137,128)
#5B7A72
(91,122,114)
#506B64
(80,107,100)
#455C56
(69,92,86)
#3A4D48
(58,77,72)
#2F3E3A
(47,62,58)
#242F2C
(36,47,44)
#19201E
(25,32,30)
#0E1110
(14,17,16)
#000000
(0,0,0)

Tints of #7CA79C

#7CA79C
(124,167,156)
#87AFA5
(135,175,165)
#92B7AE
(146,183,174)
#9DBFB7
(157,191,183)
#A8C7C0
(168,199,192)
#B3CFC9
(179,207,201)
#BED7D2
(190,215,210)
#C9DFDB
(201,223,219)
#D4E7E4
(212,231,228)
#DFEFED
(223,239,237)
#EAF7F6
(234,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7CA79C; }

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

This text font color is #7CA79C.


Background Color

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

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

This div background color is #7CA79C.


Border color

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

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

This div border color is #7CA79C.


Opacity

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

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

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

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

This text has shadow with #7CA79C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CA79C on black background.


Color preview on white background

This text has color #7CA79C on white background.



Black color preview on #7CA79C background

This text has black color on #7CA79C background.


White color preview on #7CA79C background

This text has white color on #7CA79C background.