COLOR #7CA29F

HEX: #7CA29F
RGB: (124,162,159)

Color info

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

RGB color model

#7CA29F color RGB value is (124,162,159).

  • red value is 124;
  • green value is 162;
  • blue value is 159.
RGB:
(124,162,159)
(49%,64%,62%)

RGB channels and saturation

R 124 of 255 = 49%
G 162 of 255 = 64%
B 159 of 255 = 62%

124
162
159

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

Portions of RGB colors in percentages

R + G + B =
124 + 162 + 159 = 445 (100%)
R 124 of 445 ~ 27.87%
G 162 of 445 ~ 36.4%
B 159 of 445 ~ 35.73%

%27.87
%36.4
%35.73

CMYK color model

#7CA29F color CMYK value is (23,0,2,36).

  • cyan value is 23.46%
  • magenta value is 0.00%
  • yellow value is 1.85%
  • key color value is 36.47%
CMYK:
(23,0,2,36)
C23M0Y2K36 
(23%,0%,2%,36%)
(0.23/0.00/0.02/0.36)	

CMYK percentages

%23.46
%0
%1.85
%36.47

Codes

Color #7CA29F in popluar color models

7CA29F
RGB124162159
HSL175°16.96%56.08%
HSB/HSV175°23.46%63.53%
CMYK23.46%0.00%1.85%
36.47%

Color #7CA29F in popluar number systems.

HEX7CA29F
Decimal124162159
Binary11111001010001010011111
Octal174242237

Shades and tints

Shades of #7CA29F

#7CA29F
(124,162,159)
#719491
(113,148,145)
#668683
(102,134,131)
#5B7875
(91,120,117)
#506A67
(80,106,103)
#455C59
(69,92,89)
#3A4E4B
(58,78,75)
#2F403D
(47,64,61)
#24322F
(36,50,47)
#192421
(25,36,33)
#0E1613
(14,22,19)
#000000
(0,0,0)

Tints of #7CA29F

#7CA29F
(124,162,159)
#87AAA7
(135,170,167)
#92B2AF
(146,178,175)
#9DBAB7
(157,186,183)
#A8C2BF
(168,194,191)
#B3CAC7
(179,202,199)
#BED2CF
(190,210,207)
#C9DAD7
(201,218,215)
#D4E2DF
(212,226,223)
#DFEAE7
(223,234,231)
#EAF2EF
(234,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CA29F color. Also use rgb(124,162,159) instead hex code.

Text Font Color

.myTextColor { color: #7CA29F; }

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

This text font color is #7CA29F.


Background Color

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

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

This div background color is #7CA29F.


Border color

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

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

This div border color is #7CA29F.


Opacity

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

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

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

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

This text has shadow with #7CA29F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CA29F on black background.


Color preview on white background

This text has color #7CA29F on white background.



Black color preview on #7CA29F background

This text has black color on #7CA29F background.


White color preview on #7CA29F background

This text has white color on #7CA29F background.