COLOR #7CAA93

HEX: #7CAA93
RGB: (124,170,147)

Color info

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

RGB color model

#7CAA93 color RGB value is (124,170,147).

  • red value is 124;
  • green value is 170;
  • blue value is 147.
RGB:
(124,170,147)
(49%,67%,58%)

RGB channels and saturation

R 124 of 255 = 49%
G 170 of 255 = 67%
B 147 of 255 = 58%

124
170
147

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

Portions of RGB colors in percentages

R + G + B =
124 + 170 + 147 = 441 (100%)
R 124 of 441 ~ 28.12%
G 170 of 441 ~ 38.55%
B 147 of 441 ~ 33.33%

%28.12
%38.55
%33.33

CMYK color model

#7CAA93 color CMYK value is (27,0,14,33).

  • cyan value is 27.06%
  • magenta value is 0.00%
  • yellow value is 13.53%
  • key color value is 33.33%
CMYK:
(27,0,14,33)
C27M0Y14K33 
(27%,0%,14%,33%)
(0.27/0.00/0.14/0.33)	

CMYK percentages

%27.06
%0
%13.53
%33.33

Codes

Color #7CAA93 in popluar color models

7CAA93
RGB124170147
HSL150°21.30%57.65%
HSB/HSV150°27.06%66.67%
CMYK27.06%0.00%13.53%
33.33%

Color #7CAA93 in popluar number systems.

HEX7CAA93
Decimal124170147
Binary11111001010101010010011
Octal174252223

Shades and tints

Shades of #7CAA93

#7CAA93
(124,170,147)
#719B86
(113,155,134)
#668C79
(102,140,121)
#5B7D6C
(91,125,108)
#506E5F
(80,110,95)
#455F52
(69,95,82)
#3A5045
(58,80,69)
#2F4138
(47,65,56)
#24322B
(36,50,43)
#19231E
(25,35,30)
#0E1411
(14,20,17)
#000000
(0,0,0)

Tints of #7CAA93

#7CAA93
(124,170,147)
#87B19C
(135,177,156)
#92B8A5
(146,184,165)
#9DBFAE
(157,191,174)
#A8C6B7
(168,198,183)
#B3CDC0
(179,205,192)
#BED4C9
(190,212,201)
#C9DBD2
(201,219,210)
#D4E2DB
(212,226,219)
#DFE9E4
(223,233,228)
#EAF0ED
(234,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CAA93 color. Also use rgb(124,170,147) instead hex code.

Text Font Color

.myTextColor { color: #7CAA93; }

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

This text font color is #7CAA93.


Background Color

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

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

This div background color is #7CAA93.


Border color

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

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

This div border color is #7CAA93.


Opacity

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

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

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

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

This text has shadow with #7CAA93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CAA93 on black background.


Color preview on white background

This text has color #7CAA93 on white background.



Black color preview on #7CAA93 background

This text has black color on #7CAA93 background.


White color preview on #7CAA93 background

This text has white color on #7CAA93 background.