COLOR #7CA994

HEX: #7CA994
RGB: (124,169,148)

Color info

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

RGB color model

#7CA994 color RGB value is (124,169,148).

  • red value is 124;
  • green value is 169;
  • blue value is 148.
RGB:
(124,169,148)
(49%,66%,58%)

RGB channels and saturation

R 124 of 255 = 49%
G 169 of 255 = 66%
B 148 of 255 = 58%

124
169
148

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

Portions of RGB colors in percentages

R + G + B =
124 + 169 + 148 = 441 (100%)
R 124 of 441 ~ 28.12%
G 169 of 441 ~ 38.32%
B 148 of 441 ~ 33.56%

%28.12
%38.32
%33.56

CMYK color model

#7CA994 color CMYK value is (27,0,12,34).

  • cyan value is 26.63%
  • magenta value is 0.00%
  • yellow value is 12.43%
  • key color value is 33.73%
CMYK:
(27,0,12,34)
C27M0Y12K34 
(27%,0%,12%,34%)
(0.27/0.00/0.12/0.34)	

CMYK percentages

%26.63
%0
%12.43
%33.73

Codes

Color #7CA994 in popluar color models

7CA994
RGB124169148
HSL152°20.74%57.45%
HSB/HSV152°26.63%66.27%
CMYK26.63%0.00%12.43%
33.73%

Color #7CA994 in popluar number systems.

HEX7CA994
Decimal124169148
Binary11111001010100110010100
Octal174251224

Shades and tints

Shades of #7CA994

#7CA994
(124,169,148)
#719A87
(113,154,135)
#668B7A
(102,139,122)
#5B7C6D
(91,124,109)
#506D60
(80,109,96)
#455E53
(69,94,83)
#3A4F46
(58,79,70)
#2F4039
(47,64,57)
#24312C
(36,49,44)
#19221F
(25,34,31)
#0E1312
(14,19,18)
#000000
(0,0,0)

Tints of #7CA994

#7CA994
(124,169,148)
#87B09D
(135,176,157)
#92B7A6
(146,183,166)
#9DBEAF
(157,190,175)
#A8C5B8
(168,197,184)
#B3CCC1
(179,204,193)
#BED3CA
(190,211,202)
#C9DAD3
(201,218,211)
#D4E1DC
(212,225,220)
#DFE8E5
(223,232,229)
#EAEFEE
(234,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CA994 color. Also use rgb(124,169,148) instead hex code.

Text Font Color

.myTextColor { color: #7CA994; }

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

This text font color is #7CA994.


Background Color

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

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

This div background color is #7CA994.


Border color

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

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

This div border color is #7CA994.


Opacity

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

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

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

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

This text has shadow with #7CA994 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CA994 on black background.


Color preview on white background

This text has color #7CA994 on white background.



Black color preview on #7CA994 background

This text has black color on #7CA994 background.


White color preview on #7CA994 background

This text has white color on #7CA994 background.