COLOR #7CA79E

HEX: #7CA79E
RGB: (124,167,158)

Color info

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

RGB color model

#7CA79E color RGB value is (124,167,158).

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

RGB channels and saturation

R 124 of 255 = 49%
G 167 of 255 = 65%
B 158 of 255 = 62%

124
167
158

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

Portions of RGB colors in percentages

R + G + B =
124 + 167 + 158 = 449 (100%)
R 124 of 449 ~ 27.62%
G 167 of 449 ~ 37.19%
B 158 of 449 ~ 35.19%

%27.62
%37.19
%35.19

CMYK color model

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

  • cyan value is 25.75%
  • magenta value is 0.00%
  • yellow value is 5.39%
  • key color value is 34.51%
CMYK:
(26,0,5,35)
C26M0Y5K35 
(26%,0%,5%,35%)
(0.26/0.00/0.05/0.35)	

CMYK percentages

%25.75
%0
%5.39
%34.51

Codes

Color #7CA79E in popluar color models

7CA79E
RGB124167158
HSL167°19.63%57.06%
HSB/HSV167°25.75%65.49%
CMYK25.75%0.00%5.39%
34.51%

Color #7CA79E in popluar number systems.

HEX7CA79E
Decimal124167158
Binary11111001010011110011110
Octal174247236

Shades and tints

Shades of #7CA79E

#7CA79E
(124,167,158)
#719890
(113,152,144)
#668982
(102,137,130)
#5B7A74
(91,122,116)
#506B66
(80,107,102)
#455C58
(69,92,88)
#3A4D4A
(58,77,74)
#2F3E3C
(47,62,60)
#242F2E
(36,47,46)
#192020
(25,32,32)
#0E1112
(14,17,18)
#000000
(0,0,0)

Tints of #7CA79E

#7CA79E
(124,167,158)
#87AFA6
(135,175,166)
#92B7AE
(146,183,174)
#9DBFB6
(157,191,182)
#A8C7BE
(168,199,190)
#B3CFC6
(179,207,198)
#BED7CE
(190,215,206)
#C9DFD6
(201,223,214)
#D4E7DE
(212,231,222)
#DFEFE6
(223,239,230)
#EAF7EE
(234,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7CA79E; }

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

This text font color is #7CA79E.


Background Color

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

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

This div background color is #7CA79E.


Border color

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

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

This div border color is #7CA79E.


Opacity

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

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

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

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

This text has shadow with #7CA79E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CA79E on black background.


Color preview on white background

This text has color #7CA79E on white background.



Black color preview on #7CA79E background

This text has black color on #7CA79E background.


White color preview on #7CA79E background

This text has white color on #7CA79E background.